Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wierd error on requery() remote view
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00247419
Message ID:
00247799
Vues:
32
>I gather I would need to call the prg from form.init? This may be a faster option than what I am doing now, but the speed issue may resolve when I move the data onto the production server.

No. The intent of the PRG is to programmatically create the view for you. I talking about a one time running of the PRG. But your interpretation works also IF you just use the SELECT ..... part of what I wrote. Do not use the CREATE SQL VIEW part. What you can do is:

Select field1, field2, ..., fieldx from sometable where some parameters order by some field into cursor MyCursor

Then MyCursor is your table to work from.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform