Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Different result design time vs runtime
Message
De
06/11/2007 18:46:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Different result design time vs runtime
Divers
Thread ID:
01267148
Message ID:
01267148
Vues:
46
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform