Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Needed for A Code
Message
 
 
À
19/02/2013 02:16:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01566345
Message ID:
01566357
Vues:
45
What is your version? Why do you expect ppl to do your work for you?

>I am Using the following code to Update Subledger.DBF file from Journal.DBF.
>Kindly provide me Equivalent SQL to do the same. Currently I am using the following code.
>
>
>Select Subledger
>Go Top
>Scan While .Not. Eof()
>If Left(Vrno,2)=="J-"
>Alldata_Vrno=Vrno
>Select Journal
>Locate For Vrno==Alldata_Vrno
>If Found()=.T.
>SumNaration=Naration1+Naration2+Naration3+Naration4+Naration5
>Endif
>Select Subledger
>Replace Details With SumNaration
>Endif
>ENDSCAN
>
>
>Regards
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform