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:
00160661
Views:
15
I did within the adataenv.prg file. The view parameters for V_VITEM still appears.
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
Reply
Map
View

Click here to load this message in the networking platform