Search found 47 matches

by thierryt
May 8th, 2017, 6:37 am
Forum: Entry
Topic: Cspro reset my inputData each time i run .pff on android, why ?
Replies: 3
Views: 3318

Re: Cspro reset my inputData each time i run .pff on android, why ?

Finally, the solution was not the formatting of my tablet, because when i started a new cluster the data file was also deleted. i look well to see what could be the problem and thanks God because i saw that the problem is the function Find when it is used in the input_dict. if the data file has been...
by thierryt
May 7th, 2017, 11:10 am
Forum: Entry
Topic: (NAME _DICT) How close a loadcase ?
Replies: 3
Views: 3092

Re: (NAME _DICT) How close a loadcase ?

Hi josh,
i tried this without success :

While loadcase(NAME_DICT) do
….
….
Enddo ;

locate(NAME_DICT,>=,"");

While loadcase(NAME_DICT) do
….
Enddo ;
by thierryt
May 7th, 2017, 11:04 am
Forum: Entry
Topic: Cspro reset my inputData each time i run .pff on android, why ?
Replies: 3
Views: 3318

Re: Cspro reset my inputData each time i run .pff on android, why ?

Hi Josh,
i had formatted the tablet, and the application is running well, for now, no date have been deleted, but i am afraid because i don't why the data has disappear the first time.
In my computer there is no problem !
Thanks !
by thierryt
May 6th, 2017, 3:05 am
Forum: Entry
Topic: (NAME _DICT) How close a loadcase ?
Replies: 3
Views: 3092

(NAME _DICT) How close a loadcase ?

Hi all, Please when i use a program like While loadcase (NAME_DICT) do …. …. Enddo ; If after that i want to do another While loadcase (NAME_DICT) do …. Enddo ; The program load nothing in the second loadcase. What should i write to reset before starting the second ‘while loadcase(NAME _DICT)’. Than...
by thierryt
May 5th, 2017, 11:42 pm
Forum: Entry
Topic: Cspro reset my inputData each time i run .pff on android, why ?
Replies: 3
Views: 3318

Cspro reset my inputData each time i run .pff on android, why ?

Hi ! I have a problem with a data file whom CSpro automatically delete when i run the .pff. I have 2 .pff : menu.pff and survey.pff I run menu.pff to collect some informations used to generate the survey.pff and run it. I faced a problem in android (the program is working good on windows). At each t...
by thierryt
May 4th, 2017, 6:59 pm
Forum: Entry
Topic: Is it possible to load an application on playstore ?
Replies: 5
Views: 4260

Re: Is it possible to load an application on playstore ?

OK,
i will explore that way !
thanks !
by thierryt
May 4th, 2017, 6:55 pm
Forum: Entry
Topic: How to return the type of a variable ?
Replies: 2
Views: 2731

Re: How to return the type of a variable ?

OK Martin,
thank you !
by thierryt
May 4th, 2017, 3:35 pm
Forum: Entry
Topic: Is it possible to load an application on playstore ?
Replies: 5
Views: 4260

Is it possible to load an application on playstore ?

Hi all,
please i want to know if after develop my application in my computer is it possible to upload it on playstore, so if an interviewer have internet connection he can download the application from playstore !
Thanks !
by thierryt
May 4th, 2017, 3:29 pm
Forum: Entry
Topic: How to return the type of a variable ?
Replies: 2
Views: 2731

How to return the type of a variable ?

Hi all,
please i need a function who return the type (numeric or alpha) of an item of dictionnary.
thanks !
by thierryt
May 4th, 2017, 3:23 pm
Forum: Entry
Topic: How to detect duplicates cases ?
Replies: 9
Views: 7457

Re: How to detect duplicates cases ?

Hi Martin thanks a lot for that solution,
i executed it on killfocus and it is very nice !!!
When i read the help of find function , i was thinking that it is always for external dict, but now i know that i can use it for input dict.
Thanks a lot !