Print Page | Close Window

SOLVED - Column Value - How???

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=12376
Printed Date: 16 June 2024 at 11:45pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SOLVED - Column Value - How???
Posted By: Pparma
Subject: SOLVED - Column Value - How???
Date Posted: 08 October 2008 at 3:27pm

hi

How to get value this ('" & TAREFAS_TECNICO & "');" ??

>>>In FORM<<<
If Record.Item(TAREFAS_NUMERO).Value <> "" Or _

            Record.Item(TAREFAS_TECNICO).Value <> "" Or _
            Record.Item(TAREFAS_TIPO).Value <> "" Or _
            Record.Item(TAREFAS_BAIRRO).Value <> "" Then
                adoCN.Execute "INSERT INTO tab_Tarefas_Geral (nome) VALUES ('" & TAREFAS_TECNICO & "');"
                frmTarefasGeral.LoadTarefasGeral
                adoCN.Close
            ReportTarefasGeral.PopulateHeaderRows
           
            ReportTarefasGeral.Navigator.CurrentFocusInHeadersRows = True
       End If

>>>In Module <<<
Public Const TAREFAS_NUMERO = 0
Public Const TAREFAS_TECNICO = 1
Public Const TAREFAS_TIPO = 2
Public Const TAREFAS_BAIRRO = 3

when i click 'save', recording the value setting in module.
 
thanks

Codejock v. 11.6
Visual Basic 6
Win XP PRO SP3



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net