Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Highlighter
Message
From
01/04/2003 12:11:58
 
 
To
01/04/2003 03:08:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00772251
Message ID:
00772495
Views:
6
>My myForm.init() only have this few code.
>
>SET CLASSLIB TO libs\ghl6.vcx ADDITIVE
>THIS.AddObject('gridHighlighter1','gridHighlighter')
>THIS.ridHighlighter1.cHostName = 'grdStk'
>
>Once I modify it to
>
>SET CLASSLIB TO libs\ghl6.vcx ADDITIVE
>THIS.pageFrame1.pgList.AddObject('grid1','grid')
>THIS.pageFrame1.pgList.AddObject('gridHighlighter1','gridHighlighter')
>THIS.pageFrame1.pgList.gridHighlighter1.cHostName = 'grdStk'
>THIS.pageFrame1.pgList.RemoveObject('grid1')
>
>then it run ok. Or I need to change my grid name form grdStk to grid1 to make the ghl5.vcx functions properly.

Ok, I guess Nick will be able to provide a proper explanation for this. I belive this is his class.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform