Search found 18 matches

Go to advanced search

by graham street
Thu Jul 17, 2014 7:14 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

I have solved the problem myself, I have used a string field and the following java,
return (new Date()).toString();
this does exactly what I want it to do

by graham street
Wed Jul 16, 2014 10:06 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

sorry that does not work, in fact it crashes the entire App if I put that code into the js for a number filed the app will not start if I put it into a date field the app will not start if I put return (new Date()).getTime(); into a number field it records the epoch time if I put return (new Date())...
by graham street
Tue Jul 15, 2014 6:06 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

I tried the app again and got this error in the network response. {"code":"DBSC252","description":"Invalid value for type 'date': '1405324835741'."} so I have changed the the travel_to column's type to number, and everything works fine. if I look at the networ...
by graham street
Mon Jul 14, 2014 9:37 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

I now have a situation where when I click on "travel to" "arrive at" and "complete" the service creates a new row for each service. this is not what I want at all the service should ONLY update the address that I am working on at the time. Logic tells me that I need an ...
by graham street
Mon Jul 14, 2014 6:12 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

Hi Evgene, Ok I have read that information and can see what I have done wrong so I have now removed that mapping. I tried the app again and got this error in the network response. {"code":"DBSC252","description":"Invalid value for type 'date': '1405324835741'."...
by graham street
Fri Jul 11, 2014 12:33 pm
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

Hi Maryna, Ok I have deleted the database and rebuilt it, I have also completely rewritten the app. I am still getting the same error so I must have done something wrong somewhere. I have made the app public so you can have a look to see if you can find the mistake. http://appery.io/app/mobile-frame...
by graham street
Fri Jul 11, 2014 10:21 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

Hi Maryna, I have shared the app with you, if you look at the reply I gave 2 days ago showing the screen shots of the app and the mapping, the link plus the password are in there. However it will no longer work as I have ( in desperation ) deleted the app and the database and started again from scra...
by graham street
Fri Jul 11, 2014 6:07 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

Hi Katya, I only have one database, and it is there I can see it, the first page of the app lets me log in and read data from the database so it is definitely there. Also I am using the create service on the second page of the app to add an address and that works fine. I am tempted to scrap the enti...
by graham street
Thu Jul 10, 2014 5:54 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

Hi Evgene,
I have attached the screen shot you asked for it seems to be saying that my database does not exist, which is odd because I can see it on my screen. Image

by graham street
Wed Jul 09, 2014 6:24 am
Forum: Issues
Topic: recording date and time on button click
Replies: 21
Views: 1266
 
Jump to post

recording date and time on button click

Hi there here are the screen shots requested network console scree shot and travel_to_create service mapping also here is a link to the app the username is Graham and the password is havant55 http://appery.io/app/mobile-frame?src... https://d2r1vs3d9006ap.cloudfront.net/s3_images/1074313/networkcons...

Go to advanced search