Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running code from memo fields and ExecScript
Message
De
25/02/2008 14:23:34
 
 
À
25/02/2008 14:12:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01296122
Message ID:
01296181
Vues:
11
yup, I'm sure.

I really don't want to change the function, as it works for every other carrier, just not this one.

>>uh....yeah, it is. That was one of the first things I checked :-)
>
>Sure?
>
>SELECT carrier
>BROWSE FIELDS carr_270 NORMAL
>ExecMemo(carrier.carr_270, InputTableName) && No quotest around first parameter
>
>FUNCTION execMemo(memoString, p1, p2, p3, p4, p5)
>  LOCAL lcParams, lcParList, lnPcount
>  lcParams  = [p1, p2, p3, p4, p5]
>  lnPcount  = PCOUNT()-1
>  lcParList = LEFT(m.lcParams, ATC([,], m.lcParams,m.lnPcount)-1) && I have ERROR here
>  TRY
>     retVal = EXECSCRIPT(memoString, &lcParList)
>  CATCH TO oError
>  ENDTRY
>RETURN
>
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform