Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TxtBox causing 'illegal operation' in grid
Message
From
01/07/1998 13:15:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
TxtBox causing 'illegal operation' in grid
Miscellaneous
Thread ID:
00113464
Message ID:
00113464
Views:
65
I have a txtDate control that works fine when I drop it into a form, but if I drop it into a column of a grid it causes "illegal operation" during init() and drops me out of VFP5.0.

txtDate.Format='D'
grid.Col2.Format='D'
grid.Col2.Bound = .t.
grid.Col2.ControlSource=v_services.cs_date (view, type='D')
error is trigger regardless of what grid.Col2.CurrentControl is set to.
the line that triggers the error is "this.value={}".

Any ideas?

TIA
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform