 |
 |
 |
 |
|
 |
 |
 |
 |
 |
Tomek Fordmods - Getting Side Ways
Posts: 2555 Joined: 07 Nov 2004 Location: No Where NSW, Australia
View User Gallery (0)
 |
Posted: Sat Feb 25, 2006 11:38 am Post subject: One for all those programers. |
|
|
right.. This is what i am trying to do.
Using Vusual Basic 6 code.
now i am creating a prgram which you can enter data it goes to a microsft flexGrid.
Now i wand to save the data in this grid which can be inputed by the user.
And then recover this data once the prgram is closed etc etc.
Does anyone know how to do this? |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
justfordima Technical Contributor
Age:21 Posts: 2755 Joined: 06 Nov 2004 Location: Sydney NSW, Australia
View User Gallery (7)
 |
Posted: Sat Feb 25, 2006 11:48 am Post subject: |
|
|
heaps of options.. database with SQL queries, or a comma seperated text file, try adding a data object, which controls the Grid, and play around with that.
Cheers |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
Tomek Fordmods - Getting Side Ways
Posts: 2555 Joined: 07 Nov 2004 Location: No Where NSW, Australia
View User Gallery (0)
 |
Posted: Sat Feb 25, 2006 12:14 pm Post subject: |
|
|
lol... what im after is how to save the data in the program....
and then be able to load that data back up. |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
justfordima Technical Contributor
Age:21 Posts: 2755 Joined: 06 Nov 2004 Location: Sydney NSW, Australia
View User Gallery (7)
 |
Posted: Sat Feb 25, 2006 12:16 pm Post subject: |
|
|
...what kind of data? If it is data in the grid, then you can use a Data objet, which can be connected to a database, or a comma separated text file.
Is that what you are after?
Cheers |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
Tomek Fordmods - Getting Side Ways
Posts: 2555 Joined: 07 Nov 2004 Location: No Where NSW, Australia
View User Gallery (0)
 |
Posted: Sat Feb 25, 2006 12:35 pm Post subject: |
|
|
| justfordima wrote: | ...what kind of data? If it is data in the grid, then you can use a Data objet, which can be connected to a database, or a comma separated text file.
Is that what you are after?
Cheers |
ah right so u did understand the question lol...
Yep... now how do i do that lol! is kinda the question im after  |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
justfordima Technical Contributor
Age:21 Posts: 2755 Joined: 06 Nov 2004 Location: Sydney NSW, Australia
View User Gallery (7)
 |
Posted: Sat Feb 25, 2006 12:37 pm Post subject: |
|
|
lol.. ok, from the tool box, get a data control.. drag that onto your form, you can make it invisible.. then look through properties, and you should catch onto what Im saying.
Cheers |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
Tomek Fordmods - Getting Side Ways
Posts: 2555 Joined: 07 Nov 2004 Location: No Where NSW, Australia
View User Gallery (0)
 |
Posted: Sat Feb 25, 2006 3:02 pm Post subject: |
|
|
| still dont know what your saying, but im also guessing this would be the way to print the flexgrid right??? |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
justfordima Technical Contributor
Age:21 Posts: 2755 Joined: 06 Nov 2004 Location: Sydney NSW, Australia
View User Gallery (7)
 |
Posted: Sat Feb 25, 2006 8:15 pm Post subject: |
|
|
right. Imagine.. you have a form, with a flexgrid... down the bottom you drag a data object from the tool box (where the buttons, text fields, and so on are), then under properties you can link the two, and then control the flexgrid through a file. Understanding?
Cheers |
|
| Back to top |
|
 |
|
|
 |
 |
 |
 |
 |
|
 |
| |
 |
|