Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Needed for A Code
Message
 
 
To
19/02/2013 02:16:10
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01566345
Message ID:
01566357
Views:
46
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform