capi error

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
abuti96
Posts: 5
Joined: March 5th, 2021, 1:36 am

capi error

Post by abuti96 »

csentry show error message "invalid expression(NAME) in CAPI text " please how can I solve it?
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: capi error

Post by aaronw »

My guess is NAME is a dictionary variable that no longer exists and is being referenced in your CAPI question text. If that doesn't help, attach your application with instructions to run the application and reproduce the issue and I will take a look.
abuti96
Posts: 5
Joined: March 5th, 2021, 1:36 am

Re: capi error

Post by abuti96 »

Dear Aaronw,

Thank you for your response I have attached the application below.

Regards
Abuti
Attachments
capi.rar
(22.05 KiB) Downloaded 133 times
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: capi error

Post by aaronw »

It looks like my guess was correct. You reference NAME in the CAPI text, but the dictionary name is actually Q1NAME.
abuti96
Posts: 5
Joined: March 5th, 2021, 1:36 am

Re: capi error

Post by abuti96 »

Dear aaronw,
Thank you for the help it perfectly work.

regards
abuti
Post Reply