Easy to Create, Easy to Change - Easy to use!


Iam try studying your example MemoAndExecDQLSample in your sample and it come out question.


Started by Mohd Sedik Zakaria
Search
You will need to Sign In to be able to add or comment on the forum!

Iam try studying your example MemoAndExecDQLSample in your sample and it come out question.

Its there have (setglobal)?

Written by Mohd Sedik Zakaria 12/04/16 at 01:35:11

Re: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.

Written by Fatma Adel 12/04/16 at 09:36:05

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.

Written by Fatma Adel 12/04/16 at 10:54:27