Hide rows (OpenInsight 32-bit Specific)
At 31 MAR 2005 09:54:40PM Prashant Mittal wrote:
Is is possible to hide/unhide rows in an edit table?
All the columns in the table are data-bound so it should not affect the way it saves the record.
Thanks
Prashant
At 01 APR 2005 12:02AM Frank Tomeo wrote:
Prashant,
Check out the COLSTYLE Send_Message command in the Programmer's Reference Guide. This message will allow you to hide individual columns as well as set a few other styles not shown in the form designer.
At 01 APR 2005 06:56AM [email protected] wrote:
Do you mean hiding rows in a hierarchical listbox style with collapse and expand?
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 01 APR 2005 12:23PM Colin Rule wrote:
As far a I know this is not possible.
You could do it with two tables, one being databound and invisible.
The visible table could be populated from the invisible table based on any rules that you apply.
Any changes to the visible table could then be made into the invisible table, provided you have a known row relationship (eg Id or pointer).
Not easy, but should be possible to implement.
Colin
At 13 APR 2005 12:20AM Prashant Mittal wrote:
Thanks for your reply.
No, In a data bound Edit table. so even if i hide rows and save the record it still writes it to the file.
Regards
Prashant
Csoft
At 13 APR 2005 07:41PM Prashant Mittal wrote:
Thanks for your reply.
No, In a data bound Edit table. so even if i hide rows and save the record it still writes it to the file.
Regards
Prashant
Csoft