Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change these codes into sql
Message
From
11/11/2006 11:22:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Change these codes into sql
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01168938
Message ID:
01168938
Views:
59
these code can be changes into sql
Select accounts
 Locate For code=thisform.code.value
 opbl = opdr-opcr
 Select acctran
 Set Order To date
 Set Filter To
 Set Filter To code=thisform.code.value
 Goto Top
 Replace balance With 0 All
 Goto Top
 blnc = opbl
 Do While !Eof()
     blnc = blnc+debit-credit
     Replace balance With blnc
     Skip
 Enddo
Next
Reply
Map
View

Click here to load this message in the networking platform