Passing data parameter in data report VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fxeko
    New Member
    • Nov 2007
    • 2

    Passing data parameter in data report VB6

    Hi all...

    I have got a problem about passing data parameter in data report VB6
    my problem:

    x= "admin"

    how to send value of x variabel to data report
    Thanks for your advabced

    Best regards,
    Eko
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Are you talking of passing a Parameter to the Command object associated with DataReport..?
    OR
    passing the variable value to Label/Textbox control placed on the datareport..?

    REgards
    Veena

    Comment

    • fxeko
      New Member
      • Nov 2007
      • 2

      #3
      @QVeen72
      passing the variable value to Label/Textbox control placed on the datareport

      Comment

      • SanthoshKumar
        New Member
        • Oct 2017
        • 1

        #4
        pssing value to a label in report header in date report in vb6

        Originally posted by QVeen72
        Hi,

        Are you talking of passing a Parameter to the Command object associated with DataReport..?
        OR
        passing the variable value to Label/Textbox control placed on the datareport..?

        REgards
        Veena
        i m speaking abt....

        passing the variable value to Label/Textbox control placed on the datareport..?

        Comment

        Working...