michelleDub
Technical User
Hi
I'm trying to get the contents of a file to fill out the fields in an application. I'm having alot of trouble with selecting the item which had been previously chosen from a list.
For example the database values chosen I store by saving the integer representing its position
StoredInt = databaseX.Recordset.AbsolutePosition
I then Open the file and reassign the value of the database using
databaseX.Recordset.AbsolutePosition = StoredInt
The database section is working fine I just gave it as an example to show what I'm trying to do.
Thanks in Advance
I'm trying to get the contents of a file to fill out the fields in an application. I'm having alot of trouble with selecting the item which had been previously chosen from a list.
For example the database values chosen I store by saving the integer representing its position
StoredInt = databaseX.Recordset.AbsolutePosition
I then Open the file and reassign the value of the database using
databaseX.Recordset.AbsolutePosition = StoredInt
The database section is working fine I just gave it as an example to show what I'm trying to do.
Thanks in Advance