Skip to Content
0
Jun 23, 2008 at 01:26 PM

Remove the White Space from the Text editor

71 Views

Hi All,

I have developed an application which has a text editor as the only input field.

No the case is when i am running the application then the text editor automatically has one white space in it.

So i have to use the backspace key to remove it.

I have written the following gurad condition to prevent the submit event fire without entering the data.

NOT(ISNULL(#ID[ACASBK]@STR1)).

Also i have written the same guard condition on the data store for displaying the Thanks Form to user after inputting the Data.

So can you please help me out in solving my problem of removing one white space.

Thanks & Regards,

Dhruv Shah