Search found 15 matches

by sokiya
June 5th, 2018, 7:35 am
Forum: Entry
Topic: Random selection from Roster
Replies: 6
Views: 5325

Re: Random selection from Roster

Thanks Gregory for the way out. Much appreciated!
by sokiya
June 5th, 2018, 6:54 am
Forum: Entry
Topic: Random selection from Roster
Replies: 6
Views: 5325

Re: Random selection from Roster

Hi Gregory,
Was following up on my earlier question on selecting more than one member randomly. Thanks in advance!

Best,
Stephen.
by sokiya
June 1st, 2018, 9:50 am
Forum: Entry
Topic: Dynamic Value Sets using pre-load file
Replies: 4
Views: 4137

Re: Dynamic Value Sets using pre-load file

Thanks Josh! This is exactly what I was referring to. Much appreciated.
by sokiya
June 1st, 2018, 7:59 am
Forum: Entry
Topic: Dynamic Value Sets using pre-load file
Replies: 4
Views: 4137

Re: Dynamic Value Sets using pre-load file

Thanks Josh for the link. However, the outlined approach on cascading select doesn't use pre-load file so it may not answer my question. The one on Lookup files is the one that I did replicate but the challenge is to narrow at each level. The example used is straightforward since there are only two ...
by sokiya
June 1st, 2018, 5:34 am
Forum: Entry
Topic: Dynamic Value Sets using pre-load file
Replies: 4
Views: 4137

Dynamic Value Sets using pre-load file

Hi CSPro users, I would want to implement a dynamic value set using a pre-load file. There are four levels that I would want to narrow down by filtering out the elements that aren't a subset of the previously selected value, in other words cascading select. Attached is an example of the pre-load fil...
by sokiya
May 27th, 2018, 11:04 am
Forum: Entry
Topic: How to syncronize with dropbox
Replies: 2
Views: 2438

Re: How to syncronize with dropbox

This is not done in the "Synchronize" button but "Add Application". Plus you need to have configured accurately in your form settings.
See if the attached guideline proves to be helpful'
by sokiya
May 25th, 2018, 11:40 am
Forum: Entry
Topic: Random selection from Roster
Replies: 6
Views: 5325

Re: Random selection from Roster

Thanks Greg for the work around.
Was thinking aloud if one needed two or more randomly selected persons. The trick here would be to avoid duplicates in the generated random numbers.
by sokiya
May 24th, 2018, 7:16 am
Forum: Entry
Topic: How to check if GPS is on, on Android phone before running GPS Function
Replies: 3
Views: 2866

Re: How to check if GPS is on, on Android phone before running GPS Function

Could you try something like

if execsystem("app:com.android.gps") <> 1 then
errmsg("Unable to launch gps.");
endif;

where com.android.gps is the package name of the application that you are trying to launch.
by sokiya
May 23rd, 2018, 7:45 am
Forum: Entry
Topic: Scrip Editor
Replies: 9
Views: 5771

Re: Scrip Editor

Thanks Greg for your help all through. I really appreciate your assistance. The link has been helpful to me. I was using v5.6.8 and as one of the guy noted, some earlier versions don't work properly. After upgrading to v7.5.6 I was able to get the desired output. Thanks again!
by sokiya
May 22nd, 2018, 10:00 am
Forum: Entry
Topic: Scrip Editor
Replies: 9
Views: 5771

Re: Scrip Editor

If I choose a different language like C++ keywords such as if and integers are highlighted (attached is a screen shot). This isn't the case when I shift to CSPro. I will appreciate a work around on this.