getproceduretext?
Jim Bailey
james.m.bailey at verizon.net
Sun May 4 14:48:14 PDT 2008
In the message line put quotes around oProcTxt
Like this:
message "This procedure is "+str(sizeof("oProcTxt"))+ "bytes."
----- Original Message -----
From: "Jay Schille" <jayschille at gmail.com>
To: "Panorama Questions & Answers (Discussion)" <qna at provue.com>
Sent: Sunday, May 04, 2008 2:07 PM
Subject: getproceduretext?
> Does anyone use getproceduretext, and does it work for you in Pan 5.5?
>
> When I try this:
>
> local oProcTxt, oDB, oProcName
>
> define oProcTxt, ""
> oDB="Venders"
> oProcName=".Button"
> getproceduretext oDB, oProcName, oProcTxt
> message "This procedure is "+str(sizeof(oProcTxt))+ "bytes."
>
> I get a "field or variable does not exist: oProcTxt" error message.
>
> Changing the variables to fileglobal or even global makes no difference.
> --
> Jay Schille
> _______________________________________________
> Qna mailing list
> Qna at provue.com
> http://provue.com/mailman/listinfo/qna
>
More information about the Qna
mailing list