Search found 68 matches

by Enkhbayar
November 7th, 2017, 9:40 am
Forum: Android
Topic: execpff() function is not working
Replies: 4
Views: 3924

Re: execpff() function is not working

found the issue.

problem is on the android version. execpff() function fails on android ver: 7.0, but works on the 5.1 and 6.0.

is it possible to fix it on v7.0
by Enkhbayar
November 7th, 2017, 8:26 am
Forum: Android
Topic: execpff() function is not working
Replies: 4
Views: 3924

execpff() function is not working

when I call execpff() from the menu app, it works from the PC, but doesn't work from the android. actually it generate the pff then the app crashes. does anyone know how to solve it?cspro version is 7.0.2 (win and android)
by Enkhbayar
September 13th, 2017, 6:06 am
Forum: Entry
Topic: font issue
Replies: 1
Views: 2922

font issue

please find the attached screenshots.

Computer version looks ok, all [A] and [N] are in the same line. but in tablet its scattered. is there any way to solve this issue? thanks.
by Enkhbayar
August 10th, 2017, 7:19 am
Forum: Entry
Topic: lost some data after case completed
Replies: 3
Views: 3885

Re: lost some data after case completed

Actually, I called it from the last variable. Please see the test app from the attachment.
by Enkhbayar
August 10th, 2017, 3:36 am
Forum: Entry
Topic: lost some data after case completed
Replies: 3
Views: 3885

lost some data after case completed

Hi, I lost auto assigned variable values after case completed (after I called the command "endlevel"). for example: PROC S2Q1 postproc if $ =2 then S2Q2=1; move to S2Q3; endif; in partial save, I have data for S2Q2, but once the case completed, I lost it. How to avoid this issue, Thanks,
by Enkhbayar
May 16th, 2017, 2:17 am
Forum: Android
Topic: 6.3 apps not working in android 7 version
Replies: 11
Views: 10244

Re: 6.3 apps not working in android 7 version

Thanks Josh, you are right. It's better to stick with 6.3 for a while. When I download and install 6.3 on the tablet manually, the problem is gone.
by Enkhbayar
May 15th, 2017, 7:28 am
Forum: Android
Topic: 6.3 apps not working in android 7 version
Replies: 11
Views: 10244

Re: 6.3 apps not working in android 7 version

we don't want to shift to the ver7 yet, a big survey is in the operation now.

It seems a bug, menu app works well but dynamically generated pff crashes when it tried to run.
by Enkhbayar
May 15th, 2017, 3:28 am
Forum: Android
Topic: 6.3 apps not working in android 7 version
Replies: 11
Views: 10244

6.3 apps not working in android 7 version

Hi, I have apps which is developed in cspro 6.3, but but i had cspro crash problem after release of the version 7. when I download cspro from the Play store and tried to run my app it crashes. Crash occurs when I call dynamically generated pff app from the Menu app.
by Enkhbayar
January 5th, 2017, 7:36 am
Forum: Entry
Topic: selcase, include error
Replies: 2
Views: 2645

Re: selcase, include error

thanks a lot Khurshid
by Enkhbayar
January 5th, 2017, 4:32 am
Forum: Entry
Topic: selcase, include error
Replies: 2
Views: 2645

selcase, include error

When I try to include section in selcase I had faced error. does anyone know what is the reason? code is: dist1="0101"; selcase(SECTOR_DICT,dist1) include(sec_name) ; $=SEC_ID; it returns the error: ERROR: Selcase can only include Single variables of same Dict near line 5 in CODE1 procedure