Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prevent View's parms being loaded at form starts
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00160633
Message ID:
00160666
Views:
20
I have read these sections. I think I understand what they are explaining. I need the form to startup with a populated grid. The nRequery property = 0, do not auto-requery. Could there be anything else out of place?
Below are my 1st and last cursors.

DEFINE CLASS v_vitem AS CDynamicViewCursor
NoDataOnLoad = .T.
lcItemNumber = ""
lcDescription = ""
cCursorSource = 'v_vitem'
ENDDEFINE
.....
DEFINE CLASS v_department_list AS CDynamicViewCursor
NoDataOnLoad = .F.
cCursorSource = 'v_department_list'
ENDDEFINE


Thanks...
Melvin...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform