Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid object not found
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01194197
Message ID:
01194241
Views:
9
The Grid.Init() coding is for setting up font size, color, etc.

RecordSource is not assigned in the design. Cursor is created prior to assignment of the recordsource. Form.Init() looks like this:
create cursor CurWhs1 (cWarehouse c(10), nonhand n(16, 4))
with Thisform.EgrdWhs
	.RecordSource = "CurWhs1"
	.GrcWarehouse.Text1.InputMask = replicate("!", 10)
	.GrcOnHand.ControlSource = "str(CurWhs1.nOnHand, 17, Icitem.nQtyDec)"
endwith
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform