Search found 36 matches

by amari
April 19th, 2024, 12:32 pm
Forum: Entry
Topic: chanege value of external data file
Replies: 2
Views: 4336

chanege value of external data file

I am managing data entry with Menu and I need set value=1 for a specific item which is already complete collection (complete data entry for that case, suppose it has another value now).
As I do this setting in menu I can consider my original data entry as external.so I need to know, can I just ...
by amari
April 16th, 2024, 12:45 pm
Forum: Entry
Topic: setvalueset
Replies: 2
Views: 3895

Re: setvalueset

I will send app to list-email address
by amari
April 15th, 2024, 11:26 pm
Forum: Android
Topic: use of custom API
Replies: 4
Views: 15772

Re: use of custom API

Thanks aaronw,I will try your way to hit my api backend using javascript, meanwhile I mean to sync data to my custom api (I mean, I wrote MERN API to store data in cspro to my backend server) using CSPro code itself mean can I use same "syncdata " "syncfile" keyword etc to hit my own API, for ...
by amari
April 15th, 2024, 10:48 pm
Forum: Entry
Topic: get sub-string from value
Replies: 2
Views: 4207

Re: get sub-string from value

Thanks lot
by amari
April 15th, 2024, 12:09 pm
Forum: Entry
Topic: get sub-string from value
Replies: 2
Views: 4207

get sub-string from value

Dear dev team,
I wanna get sub-string (split string in between) from my key value (a 25 character string value) to set up some value in my menu,I wanna get number of values based on my requirement in between. for example 10,15 etc.I could not find a keyword like other programing language. can some ...
by amari
April 15th, 2024, 12:03 pm
Forum: Entry
Topic: HTMLdialog hide buttons
Replies: 6
Views: 5206

Re: HTMLdialog hide buttons

Thanks for you all for trying help me figure out my issue.You'll right I have set >100% value as resolution setting and It's resolve by resetting it.
by amari
April 14th, 2024, 9:48 am
Forum: Entry
Topic: HTMLdialog hide buttons
Replies: 6
Views: 5206

Re: HTMLdialog hide buttons

actually when I use htmldilog option with parameter its working as expected,but when cspro by default use dialog option for err message etc.that message not fully display I mean its dialog window size is samll than message https://ibb.co/NnPjLr6
so I can not use htmldilaog for csrpo messages.but I ...
by amari
April 13th, 2024, 12:25 pm
Forum: Entry
Topic: setvalueset
Replies: 2
Views: 3895

setvalueset

Dear team,
I use dynamic value set assign for a field and I create them onfocus and use setvalueset to assign them,
my app work as expected but before load my value set I get "out of range" error msg before load my valueset my field is in alpha and all work as expected except this message. how can I ...
by amari
April 10th, 2024, 11:26 pm
Forum: Entry
Topic: HTMLdialog hide buttons
Replies: 6
Views: 5206

HTMLdialog hide buttons

I am working on windows 11 with latest updates, I have issue with html dialog which works in currant cspro version as default,In those messages I can see only part of messages and rest with button etc, I can not see I have no idea how to fix this. I have latest webview2 installed.
by amari
April 10th, 2024, 10:40 pm
Forum: Android
Topic: use of custom API
Replies: 4
Views: 15772

use of custom API

Dear dev team,
In my back end I have custom made API for some login and assignment information,Can I directly call my api to retrieve those information within Cspro logic (atleast to save as a file and use loadcase etc.).Also let me know is it possible to sync data to custom made API back end with ...