If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Problem in Data Report

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-04, 15:18
cdsingh01 cdsingh01 is offline
Registered User
 
Join Date: Jan 2004
Posts: 2
Problem in Data Report

Hi EVerybody

I m very much new o the data report. ACtually from 1 form of visual basic when I click on button it shows the report and everything perfect and previos form gets hidden.

Now what i want is when I close that report i should set the value of 1 of the texbox to 1 varianble of previos form

Private Sub DataReport1_Terminate()
Dim abc As String
abc = ??????????????????
End Sub

I m using this function. now if i m closing my datareport and my textbox name textBox1 then what i should i put in place of ?????????????? in the code to get its value in abc variable.

Thanks in advance
DEEP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On