Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If change Grid.RecordSource ....
Message
From
09/04/1998 09:12:35
 
 
To
09/04/1998 01:31:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00090681
Message ID:
00090737
Views:
17
>The Column width will remain old recordsource one
>
>If using Select into cursor ... will be more worst on column width.
>
>what can I fix it? Need further control on column width?!
>
>Currently, there are many simple textbox and enter the find the
>user required SQL result.....
>
>Since most are depending what user typing in...
>the column width will be request much!!
>
>2nd, Can I make a View and quick delete it and recreate it on this
>Grid Show?! but need to concern multi-user problem....
>
>I cannot use select into cursor as user want to access data and change
>it at once...
>Complete think it is a Real-table in mind...
>
>Because it is comparing with DbaseIV Query and work at once.

VFP programming is a play with cubicles, e.g. if your form (class) contains a grid then you need in two cubicles: Form/Class.Collectdata and Resetgrid methods. The first one will recollect data into cursor, the second will reset column.controlsource,width,fontsize,etc. properties after each recollection. Why do we need in separate cubicles here? Because doing debugging you will make sure that this cubicles will be necessary in one situation (e.g. when you delete records) and not necessary in another (e.g. when you edit records).
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform