Search found 26 matches

by emdisala
July 7th, 2023, 8:53 pm
Forum: Synchronization
Topic: Strange behavior when deleting Dictionary from CSWEB
Replies: 3
Views: 24947

Re: Strange behavior when deleting Dictionary from CSWEB

I've never seen this situation before either. Please send the logs from csweb/var/logs to cspro@lists.census.gov, as well as any dictionary you had trouble deleting, so that we can attempt to locate or reproduce this issue. Thank you, Justin Dear Justin Thank you for your reply. I here attached wha...
by emdisala
July 7th, 2023, 2:29 am
Forum: Synchronization
Topic: Strange behavior when deleting Dictionary from CSWEB
Replies: 3
Views: 24947

Strange behavior when deleting Dictionary from CSWEB

Dear All, Could you help on the following problem When try to delete a dictionary form CSWEB it prompts a dialog box for the confirmation to delete. After press YES the page redirected to LOGIN page it never delete the intended Dictionary I tried this with CSWeb version 7.6 and 7.7 both gave me the ...
by emdisala
May 23rd, 2023, 7:22 am
Forum: Android
Topic: getdeviceid()
Replies: 1
Views: 1734

getdeviceid()

Dear all, I got the ANDROID_ID using getdeviceid() / CSpro in Tablet computer (Android version 10) and Generated the ANDROID_ID though an app using “Settings.Secure” class (Kotlin) in same Tablet computer as documented at https://developer.android.com/reference/android/provider/Settings.Secure Notic...
by emdisala
March 21st, 2022, 6:26 am
Forum: Tools
Topic: QSF
Replies: 1
Views: 2255

QSF

Dear all,

Is there any tool to print / copy question text in .qsf file

Thanks in advance

Disala
by emdisala
August 10th, 2021, 9:20 pm
Forum: Other
Topic: Hash Function
Replies: 2
Views: 1658

Re: Hash Function

Dear Gregory,

Thank you for your prompt reply and aware me about salt value.

Disala
by emdisala
August 10th, 2021, 4:20 am
Forum: Other
Topic: Hash Function
Replies: 2
Views: 1658

Hash Function

Dear all, Let me ask about the hash function in CSPro which users SHA-256 key algorithm string spw=prompt("Password"); errmsg (hash(strip(spw))); I used the above code (sample) to generate Hash value in CSPro and compared output with some online tools (some listed below). It seems CSPro al...
by emdisala
May 25th, 2021, 8:21 pm
Forum: Other
Topic: LOCATE/LOAD A CASE BY ID VARIABLE IN MIDDLE OF ID VARIABLES
Replies: 2
Views: 1730

Re: LOCATE/LOAD A CASE BY ID VARIABLE IN MIDDLE OF ID VARIABLES

Thank you very much for the information Gregory

Disala
by emdisala
May 25th, 2021, 8:20 am
Forum: Other
Topic: LOCATE/LOAD A CASE BY ID VARIABLE IN MIDDLE OF ID VARIABLES
Replies: 2
Views: 1730

LOCATE/LOAD A CASE BY ID VARIABLE IN MIDDLE OF ID VARIABLES

Dear all, LOCATE/LOAD A CASE BY ID VARIABLE IN MIDDLE OF ID VARIABLES Suppose we have ID1, ID2 and ID3, ..., IDNN in database Locate function allows query with PREFIX Documentation clearly says to use prefix locate(dictionary_name, relational_operator, key_prefix) If there is a way to query using se...
by emdisala
May 24th, 2021, 12:07 pm
Forum: Android
Topic: CAPI Menu Separator
Replies: 2
Views: 1891

Re: CAPI Menu Separator

Thank you

Disala
Gregory Martin wrote: May 24th, 2021, 8:04 am We have discussed adding something like this, but it currently isn't possible. Your best option is to just add the "----" and then in your postproc, ensure that they didn't select that code.
by emdisala
May 23rd, 2021, 1:34 am
Forum: Android
Topic: CAPI Menu Separator
Replies: 2
Views: 1891

CAPI Menu Separator

Dera all CAPI Menu Separator Is there a way to add separator without radio button option or with click disabled into a menu? Eg. valueset menu; menu.add(“Add”,1); menu.add(“Edit”,2); menu.add(“----”,99); // for 99 do not need radio button or click event menu.add(“Report 1”,3); menu.add(“Report 2”,4)...