Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in replacing data
Message
From
28/11/2005 11:23:55
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
28/11/2005 03:35:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01072271
Message ID:
01072483
Views:
26
>Hi Chandan,
>
>why so much redundant code? I can shorten your code quite a lot:
>select 0
>use mbal order acno && Assuming that you have an index tag on acno
>lnAcno=thisform.acno.value
>if nKeycode=13
> if seek(lnAcno) && thisform.. is much slower than a variable
>  repl date with (myentry.date.value),balance with balance + myentry.credit.value
The balance field already gets the myentry.credit.value added, so in this line you're adding it again... Not sure it would keep the balance balanced.
>  myentry.balance.value=balance + myentry.credit.value
>  calc sum(balance) for type="balance"  to lnTc
>  myentry.tbalance.value=lnTc
> else
>   MessageBox('No matching record found!')
> endif
>endif
>Use
>* close all && Why do you close all???

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform