Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Views created on other views
Message
De
09/11/2000 15:42:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00438540
Message ID:
00439901
Vues:
26
I opened the view as no data on load and in the DE BeforeOpenTables I set THISFORM.Enddate = date(). It still does it!!!!!! What gives??????

Sandi


>Either way. (BTW, for the second option I'd always use ?m.TheDate to avoid possible conflicts with a field name in the current work area.)
>
>If I were using the ThisForm option, I'd open the view NODATA in the load (or the DE), set the date in the init with thisform.TheDate = date() and then do a requery(), again in the init
>
>If I were using the memory variable option, I'd open the view NODATA in the load (or the DE), set the date in the init with local TheDate, TheDate = date() and then do a requery(), again in the init
>
>Cheers,
>
>Andrew
>
>>
>>I was afraid of that! WHen you set up the parameter in the view, do you
>>SELECT actdate from blahblah WHERE actdate <=?Thisform.TheDate or
>>SELECT actdate from blahblah WHERE actdate <=?TheDate
>>
>>When you set the date in the form do you, set it in the Form.Init like
>>TheDate=date() or
>>THISFORM.TheDate = date()
>>or somewhere or somehow else?
>>
>>Thanks for your help
>>
>>Sandi
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform