Search found 44 matches

by muhaliraza
March 27th, 2023, 7:54 am
Forum: Entry
Topic: Calculate is not working in android
Replies: 3
Views: 2351

Re: Calculate is not working in android

Dear Gregory,
Thanks for the clarification. I worked.
by muhaliraza
March 27th, 2023, 6:49 am
Forum: Entry
Topic: Calculate is not working in android
Replies: 3
Views: 2351

Calculate is not working in android

I am using Samsung Tab A7 lite and the android version is 13. I am using the following code, but the calculate does not popup. Any idea who to resolve this issue. function showCalculator() if getos() = 10 then // Windows execsystem("calc.exe"); elseif getos() = 20 then // Android - differe...
by muhaliraza
February 13th, 2023, 8:51 am
Forum: Entry
Topic: SaveSetting Function not working
Replies: 5
Views: 3230

Re: SaveSetting Function not working

I checked View -> User and Configuration Settings and the values are not stored. The savesetting("LAND", maketext("%d",LAND)); in CRSGIS app is not working. The app is also attached to further look into it.
by muhaliraza
February 13th, 2023, 8:28 am
Forum: Entry
Topic: SaveSetting Function not working
Replies: 5
Views: 3230

Re: SaveSetting Function not working

Dear Gregory,
I did not specify the file to store the settings. I also shared the application with you using a private email to look into the issue. Your help is required to resolve this issue. Thanks in advance.
by muhaliraza
February 13th, 2023, 7:38 am
Forum: Entry
Topic: SaveSetting Function not working
Replies: 5
Views: 3230

SaveSetting Function not working

Hi. I am working with two applications. (1) menu, and (2) form. In menu, the SaveSetting Function is working perfectly. But in form, the SaveSetting Function is not working and does not store attributes and values. Any idea what is wrong?
by muhaliraza
February 10th, 2022, 2:40 am
Forum: Entry
Topic: Installation of cspro 6.3 on windows 11
Replies: 1
Views: 717

Installation of cspro 6.3 on windows 11

Is it possible to install version 6.3 in windows 11? I am facing a problem with it.
by muhaliraza
December 5th, 2021, 6:12 am
Forum: Tools
Topic: Installation of csweb
Replies: 1
Views: 2259

Installation of csweb

Want to install the csweb on a cloud server or VPN server. Any recommendation for the hosting servers?
by muhaliraza
September 22nd, 2021, 5:45 pm
Forum: Android
Topic: Android 11 not compatible with CSEntry 7.6.2
Replies: 13
Views: 10124

Re: Android 11 not compatible with CSEntry 7.6.2

Hi Sherrell,
The app is working fine on almost every device. But I have 4 devices on which I am unable to add any application using dropbox. I also noticed on these devised I also unable to add sample capi application
Screenshot_20210923-023704_CSEntry.jpg
Screenshot_20210923-023704_CSEntry.jpg (222.29 KiB) Viewed 5576 times
by muhaliraza
September 22nd, 2021, 2:38 pm
Forum: Android
Topic: Android 11 not compatible with CSEntry 7.6.2
Replies: 13
Views: 10124

Re: Android 11 not compatible with CSEntry 7.6.2

I also face this problem in several tablets and I try the method you suggested. But it did not work.
by muhaliraza
August 11th, 2021, 2:29 pm
Forum: Android
Topic: Geotag picture
Replies: 6
Views: 2590

Re: Geotag picture

I tried and open the camera software installed on my device using the following logit:

function picture()
SystemApp pic;
pic.exec("com.sec.android.app.camera");
end;

But I do not know how to save the picture to my csentry folder.