|
-
Jul 9th, 2001, 07:50 AM
#1
Flexgrid
hi all
I have a question . I have a file seq txt file with data in now what i want to do is to dispay all the rows of data in the flex grid.
I have 5 fields
Another question is how would u go about searching in the textfile?
-
Jul 9th, 2001, 08:48 AM
#2
Hyperactive Member
Create a DSN (use Text Driver) that point to you text file.
Then add a ADODC control to your form, set its Connection String property to this DSN, its CommandType property to adCmdTable and its Record Source property to the name of your text files.
Then add a FlexGrid and set its DataSource property to your ADODC control.
That should Display your text records on the FlexGrid.
An easier way to do this is to goto Project/Add Form then select Data Form Wizard. This will start a wizard that will give you lots of options to show your data on a form.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|