Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Different result design time vs runtime
Message
From
06/11/2007 18:46:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Different result design time vs runtime
Miscellaneous
Thread ID:
01267148
Message ID:
01267148
Views:
45
Using the same data, the following code sequence produces different results in the design environment as compared to the runtime environment.
lparameters thisfield, fundscx, lnForecastYear, lnCurrentTIPYear
clear
set exact off
set Deleted On
sele tip
local lnThisrec
lnThisrec = recno()
***************** Step 1 get prior year expenses based on fisyear 
sele * from ledger ;
	where fisyear < lnCurrentTIPYear and source = fundscx and deleted()=.f.;
	order by fisyear ;
	into cursor carryover
sum -amount * factor to net_prior
Any ideas on what might be causing this would be appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform