|
-
May 2nd, 2001, 09:57 PM
#1
Flexgrid
can i import data from the old type database system into a flex grid???
Ron
-
May 3rd, 2001, 09:33 AM
#2
Re: Flexgrid
You might want to be a little more explicit about what "old type database system " is and what you are trying to do.
John G
-
May 3rd, 2001, 10:27 AM
#3
Re: Flexgrid
I am using the Type, End Type system. I "Get" each record one at a time and "Put" each record one at a time.
Incident.Name = Name$
put #1, 1, Incident
get #1, 1, Incident
DisPlayName$ = trim(incident.name$)
-
May 3rd, 2001, 11:36 AM
#4
Re: Flexgrid
As far as you can read record from the database you can put anything into flexgrid
Iouri Boutchkine
[email protected]
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
|