Search found 2 matches

by enova_cspro
April 1st, 2019, 2:25 pm
Forum: Android
Topic: Problem using "Line break" in open questions
Replies: 3
Views: 2924

Re: Problem using "Line break" in open questions

To the users of CSPro I would like to use the following syntax in the open questions to avoid losing interviews or damaging their database.

Code: Select all

IF POS("\n", $) > 0 | POS("\r", $) > 0 THEN
	DISPLAY("No debe usarse la tecla salto de línea");
	REENTER;
ENDIF;
by enova_cspro
March 30th, 2019, 3:34 pm
Forum: Android
Topic: Problem using "Line break" in open questions
Replies: 3
Views: 2924

Problem using "Line break" in open questions

287/5000 Hello, For the first time I identified this error in one of my bases: In the open questions when using the keyboard key "line break" Android the database is unconfigured, the system opens a new card when using "the line break". I will appreciate your help to know what ha...