tufanv Expert Licensed User Longtime User Apr 1, 2016 #1 Hello I am sending the value of a textfield to my remote database. If the textfield is empty it passes to database like this : <B4ITextFieldWrapper: <UITextField: 0x14cdc71f0; f.. how can i prevent it and sent a empty string to database ? TY
Hello I am sending the value of a textfield to my remote database. If the textfield is empty it passes to database like this : <B4ITextFieldWrapper: <UITextField: 0x14cdc71f0; f.. how can i prevent it and sent a empty string to database ? TY
JanPRO Well-Known Member Licensed User Longtime User Apr 2, 2016 #2 Hi, tufanv said: If the textfield is empty it passes to database like this Click to expand... Are you 100% sure? Maybe you have forgotten the .Text property, can you post your code? Jan Upvote 0
Hi, tufanv said: If the textfield is empty it passes to database like this Click to expand... Are you 100% sure? Maybe you have forgotten the .Text property, can you post your code? Jan
tufanv Expert Licensed User Longtime User Apr 3, 2016 #3 JanPRO said: Hi, Are you 100% sure? Maybe you have forgotten the .Text property, can you post your code? Jan Click to expand... directly to the point :/ I forgot to add the .text at the end. Thanks Jan! Upvote 0
JanPRO said: Hi, Are you 100% sure? Maybe you have forgotten the .Text property, can you post your code? Jan Click to expand... directly to the point :/ I forgot to add the .text at the end. Thanks Jan!