Hi everyone,
I am writing an app that uses sql lite. My screen has 8 text fields and a “save” and a “return” (to main menu) buttons. All the fields are to be written to the same table. Nothing happens to the fields except for input and all the work is done by the “save” button. In the “save” coding, I have validation to ensure that the first 2 fields can’t be blank before writing the data to the table.
My problem is that on the simulator, it all works perfectly. However on my iphone 4s, if any of the text fields are blank, the data is not stored. If I fill out all 8 fields then it works fine. On the simulator, if any of the fields are blank, the record is still stored fine.
For the device, do I need to do something like ensure there is a space in each field?
Thanks [import]uid: 83824 topic_id: 34322 reply_id: 334322[/import]