Hi,
I am trying to have the shopping list from this exercise http://www.b4x.com/forum/basic4andr...ns/9010-shopping-list-database.html#post52109 update by a short click on the item - eventually
I can generate a number with this but not update the field with it
Thanks for your help
I am trying to have the shopping list from this exercise http://www.b4x.com/forum/basic4andr...ns/9010-shopping-list-database.html#post52109 update by a short click on the item - eventually
I can generate a number with this but not update the field with it
B4X:
Dim today As Long ' todays date
today = DateTime.Now
Msgbox("Today is: " & today, "")
'update new date
SQL1.ExecNonQuery("UPDATE shopping SET PurchaseDate Values('"today "')")
Thanks for your help
Last edited: