Search found 22 matches

by Mutanen Lau
November 15th, 2017, 4:56 pm
Forum: Android
Topic: External Dictionary
Replies: 11
Views: 10971

External Dictionary

I developed CAPI with two external dictionaries for the lookup files. i tested the application on my laptop it works perfectly well but when i deployed on the android device it does not give the expected result. for example a combination of valid ID that display the related record on my laptop does ...
by Mutanen Lau
September 19th, 2017, 8:58 am
Forum: Entry
Topic: Concat Function
Replies: 1
Views: 2392

Concat Function

Dear Users, Kindly study the following chink of codes: string choices = "ABCDZ"; numeric i; do i = 1 while i<=5; if pos(choices[i:1],strip($)) <> 0 then LIST_OF_SERVICES = Concat(LIST_OF_SERVICES," ",getlabel($,choices[i:1])); endif enddo; i want to join the list of services as s...
by Mutanen Lau
August 24th, 2017, 3:35 pm
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12878

Re: Syncdata()

thank you,
but another dilemma is where am i going to place the code.
by Mutanen Lau
August 24th, 2017, 12:07 pm
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12878

Re: Syncdata()

Thank Josh, i always have a challenge because i want to learn, please bear with me. is there a way i can allow interviewers to modify only partial save cases without giving them chance to re-opened completed cases. i try to use "Lock=Modify" in pff file but that will lock all cases for mod...
by Mutanen Lau
August 21st, 2017, 4:12 am
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12878

Re: Syncdata()

I don't know what i will do without you "Thank you" will not show my appreciation. Another idea i 'm trying to conceive has to do with data file *.csdb. i have about fifty android phones to deploy my application on, but i want each device to have a unique data file name such as "devic...
by Mutanen Lau
August 19th, 2017, 5:47 pm
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12878

Re: Syncdata()

thanks a lot, i appreciate you all.
another challenge now is, i am unable to see the case tree, does it mean if i choose to hide the application on the application listing i can view the case tree associated with that application. i want to view the completed and partial save cases. please help.
by Mutanen Lau
August 17th, 2017, 12:06 pm
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12878

Re: Syncdata()

thank you, i have done it. another challenge i ha m having is after i deployed the application to my android device both the menu and main entry applications show up. how can i make the menu to be the only app the interviewer will see. that is hiding the main entry only to be access through the menu.
by Mutanen Lau
August 17th, 2017, 7:24 am
Forum: Entry
Topic: Handling image
Replies: 6
Views: 5113

Re: Handling image

that will be great
by Mutanen Lau
August 17th, 2017, 7:08 am
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12878

Re: Syncdata()

Thanks Josh
if i understand you very well, do i have to create another dictionary for the menu and build the synchronization logic in the menu and refer to the main dictionary as the external dictionary therein
by Mutanen Lau
August 17th, 2017, 4:30 am
Forum: Synchronization
Topic: Syncdata()
Replies: 14
Views: 12878

Syncdata()

i read all post relating to synchronization as well as cspro help on synchronization but i cant get around this error ERROR: Invalid function call (external dictionary name expected) near line 27 in GLOBAL procedure below is the function i defined for the synchronization Function syncToDropbox() if ...