Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing MemberClass, and hacking SCX
Message
 
To
08/06/2005 19:28:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01021666
Message ID:
01021713
Views:
20
>Hi all, I recently changed the memberClass and memberClassLibrary properties of my grid base class.
>I new I was goin to break all the grids in forms, but I thought I could solve it by hacking the SCX files.
>I tried to hack them but with bad results.
>
>Does someone know what do I have to tweak in the SCX so that the columns defined in my grids become columns of the class defined in myGrid.memberClass?
>
>Thanks is advance,
>Javier.

Try this but do a good backup first, keep in mind I not tested it:
USE YourForm.SCX
SET FILTER TO BaseClass == "Grid"
LOCATE
BROWSE

*Go to Properties field and change MemeberClass row
After that recompile the form
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform