Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report preview issue
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01244625
Message ID:
01244714
Vues:
24
>Thanks for the help so far, you gave me some good pointers.
>
>For now I solved the problem partly with the following code. It still causes a problem when one line contains an error but at least it does not stumble on the missing parameter statement if the code is empty:
>
>LOCAL lnLines, lnNr
>*
>lnLines = ALINES(laLines, ALLTRIM(EVALUATE(THIS.AliasName + ".reSettings")),.T.)
>*
>FOR lnNr = 2 TO lnLines
>	TRY
>		EXECSCRIPT(laLines[1] + CHR(13) + CHR(10) + laLines[lnNr],THIS.oFormInfo)
>	CATCH TO loError
>	FINALLY
>	ENDTRY
>ENDFOR
>
We still haven't figured the source for the original problem. Can you at least log the error in CATCH block and also current set('talk') setting?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform