Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - SOLVED - Column Value - How???
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SOLVED - Column Value - How???

 Post Reply Post Reply
Author
Message Reverse Sort Order
Pparma View Drop Down
Newbie
Newbie
Avatar

Joined: 02 October 2008
Location: Brazil
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote Pparma Quote  Post ReplyReply Direct Link To This Post Topic: SOLVED - Column Value - How???
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.