Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crystal Reports
Message
De
27/08/2001 23:09:16
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00548930
Message ID:
00549680
Vues:
18
Thanks Randy. I placed the code after the IF Block, but noticed that the table "revisedapps" did not show up in the datasession window.

I even tried placed the code right after completing the select statement which is as follows:
select * from changedappointments into cursor changedappsinfo nofilter;
	where changedappointments.datechange >= mrepbegindate .AND. ;
	changedappointments.datechange <= mrependdate  ;
	group by changedappointments.localdoc,changedappointments.pat_name ;
	order by changedappointments.localdoc, changedappointments.pat_name
        COPY TO revisedapps TYPE FOX2X
The above code is just one part of the if/else condition. Am I doing this right? Thanks for your help.

- Ravi
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform