
Iam try studying your example MemoAndExecDQLSample in your sample and it come out question.
Iam try studying your example MemoAndExecDQLSample in your sample and it come out question.
Written by Mohd Sedik Zakaria 12/04/16 at 01:35:11Re:Iam try studying your example MemoAndExecDQLSample in your sample and it come out question.
The two functions SetGlobal() and GetGlobal() have been renamed to SetVar() and GetVar() after the release of DE8 Classic. The sample application is using the old CDFs, so you just need to edit the Action of the button to be:
SetVar("AgreementNumber", Agreement Number) + DocumentOpen("LoanAgreementEdit")
and this the format of the CDFs
Format: SetVar("Variablename","Value") where both parameters are string. Returns Empty String.
Format: GetVar("Variablename") where parameter is string. Returns String.
Re:Re:Iam try studying your example MemoAndExecDQLSample in your sample and it come out question.
and don't forget to edit it in the two forms "LoanAgreementEdit" and LoanAgreement" as well.