Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to prevent View's parms being loaded at form starts
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00160633
Message ID:
00160661
Vues:
22
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform