Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Express Builder field length restriction
Message
De
14/08/2000 16:24:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00404615
Message ID:
00404693
Vues:
12
>The solution has to be something just within Report Designer or an external app, meaning i could write a little app just for her lookup.

Nah, put a PRG in the path somewhere called getloantype.prg, make it look like this:
lparameters tnType
do case
	case type('tntype') <> 'N'
		return ""
	case tnType = 1
		return "Type1"
	case tnType = 2
		return "Type2"
	...
endcase
Then, in the report field, just put:

getloantype(loan_type)

And you shoudl be good to go.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform