I am not sure if anyone can help me here but here goes.
I have an application that has a table which has many fields. The size of the fields in many cases is quite small.
I know there is a limit of 255 fields per free foxpro table. The fields for this table appear on a form with pageframes. I could have up to 15 page frames for the form.
Each page frame will have the following fields
So my total # of fields could be around 900.
15 checkboxes 1C
15 drop down combos 10C
15 spinners 2N
15 text boxes 250C
Is there any way that I can easily combine these when saving them to a file. They could be variables on the form and be written to a memo field when saving to a file or concantenating the 15 fields together and have one field for each of the 15. Therefore, I could eliminate all the fields and thefore limit the number of tables that would have to be associated with all this data.
I hope I am making sense here. I would have to dynamically combine all the varaiables when saving and break them apart when opening up the form. Is this to much trouble?
Any suggestions would be appreciated.
Kevin
I have an application that has a table which has many fields. The size of the fields in many cases is quite small.
I know there is a limit of 255 fields per free foxpro table. The fields for this table appear on a form with pageframes. I could have up to 15 page frames for the form.
Each page frame will have the following fields
So my total # of fields could be around 900.
15 checkboxes 1C
15 drop down combos 10C
15 spinners 2N
15 text boxes 250C
Is there any way that I can easily combine these when saving them to a file. They could be variables on the form and be written to a memo field when saving to a file or concantenating the 15 fields together and have one field for each of the 15. Therefore, I could eliminate all the fields and thefore limit the number of tables that would have to be associated with all this data.
I hope I am making sense here. I would have to dynamically combine all the varaiables when saving and break them apart when opening up the form. Is this to much trouble?
Any suggestions would be appreciated.
Kevin