Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using forms with classes
Message
From
13/12/2003 05:59:11
Paul Trimming
Lonely Pilgrim Shareware
Merstham, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Using forms with classes
Miscellaneous
Thread ID:
00858883
Message ID:
00858883
Views:
56
Hello,

I am a new Foxpro programmer, unused to using classes. I have saved a form with a grid as a class, but am having difficulty in getting it to display data. I have written the following code:

IN THE MENU
set classlib to frmclass additive
test2 = createobject("frmgridform")
test2.show

IN THE TEST2 INIT FORM METHOD
WITH THISFORM.Grid1
* update the grid record / control source
.RECORDSOURCE = THISFORM.tempfileAlias
.column1.CONTROLSOURCE = exp1table1.fldnumber1
.column2.CONTROLSOURCE = exp1table1.fldpet
ENDWITH

What I don't know is how to open the tempfileAlias database (or is it cursor?), and assign a table and its fields to the grid. I would be very grateful for the code to do this, as well as comments on if I am instantiating the class correctly in the first place.

Many thanks,
Trimtrom
Next
Reply
Map
View

Click here to load this message in the networking platform