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 > finding data grid source in forms 6i

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-29-03, 02:04
stone stone is offline
Registered User
 
Join Date: Nov 2003
Posts: 3
finding data grid source in forms 6i

Hi,

I need to find out the data grid name/source table for a data grid on an existing form. How do I go about doing this ?

Thanks in advance
Varun
Reply With Quote
  #2 (permalink)  
Old 01-10-04, 01:20
spanand spanand is offline
Registered User
 
Join Date: Jan 2004
Posts: 3
Re: finding data grid source in forms 6i

Hi,

1. you would have to go to the datasource property of your datagrid and find out the name of the adodc control.

2. Once you get that you have to look for that adodc control name

3. Then go to custom properties , and in the recordsource tab you should find the table name.

Thanks
SPA



Quote:
Originally posted by stone
Hi,

I need to find out the data grid name/source table for a data grid on an existing form. How do I go about doing this ?

Thanks in advance
Varun
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