Search found 13 matches

Go to advanced search

by David6727976
Thu May 29, 2014 7:13 am
Forum: Issues
Topic: Reset data cache on logout
Replies: 7
Views: 799
 
Jump to post

Reset data cache on logout

Hi, I have tried exactly this on several different places.
Where do you suggest I put the $("input").val(""); ? My first choice was onload of page, then I tried on logout event, then on login event, even tried onclick of login.

by David6727976
Wed May 28, 2014 6:04 am
Forum: Issues
Topic: Reset data cache on logout
Replies: 7
Views: 799
 
Jump to post

Reset data cache on logout

Hi, I don't want to clean data but rather input fields, let me re-explain the problem: App starts, I login, all the fields are zeroised i.e. initiailized to default value of 0. I run the app and click submit, upon which I invoke logout. Ok, now I am out of the app. Some time later, I log back in aga...
by David6727976
Tue May 27, 2014 12:34 pm
Forum: Issues
Topic: Reset data cache on logout
Replies: 7
Views: 799
 
Jump to post

Reset data cache on logout

Yep, I tried but this is not the answer. Logout = clean cache out. Login = new fields.

by David6727976
Tue May 27, 2014 10:39 am
Forum: Issues
Topic: Reset data cache on logout
Replies: 7
Views: 799
 
Jump to post

Reset data cache on logout

After logging out, all data input fields are supposed to clear cache, so that when you log back in again, you can start with a new session and new input zeroised values. No matter what I try all the fields have the values from the previous session. Question: How can one initialise or zeroise session...
by David6727976
Wed Mar 12, 2014 10:32 pm
Forum: Issues
Topic: How do i add values in a label field together and place the answer into another label filed
Replies: 2
Views: 383
 
Jump to post

How do i add values in a label field together and place the answer into another label filed

Please could you assist.
How can i take numbers entered into a label field, add them together and display the answer into another label field on the same page.

by David6727976
Wed Mar 12, 2014 10:22 pm
Forum: Issues
Topic: How do i calculate the sum of 2 or more numbers in the database
Replies: 14
Views: 1683
 
Jump to post

How do i calculate the sum of 2 or more numbers in the database

Hi Igor. can i not create an event on the front end to add the values in the 3 label fields together and place the answer into another label field before running the initial create service. then when i create the service i only have to write the 4 label field to the database. that way i dont have to...
by David6727976
Wed Mar 12, 2014 9:06 pm
Forum: Issues
Topic: How do i calculate the sum of 2 or more numbers in the database
Replies: 14
Views: 1683
 
Jump to post

How do i calculate the sum of 2 or more numbers in the database

Hi Igor Please could you assist as i dont know what to do next. This is what i have done so far. i created a List service for the outside database collection. i then read the above 3 fields into LocalStorage variables with in the List service i then create a Javaacript within the List service and in...
by David6727976
Tue Mar 11, 2014 10:40 pm
Forum: Issues
Topic: How do i calculate the sum of 2 or more numbers in the database
Replies: 14
Views: 1683
 
Jump to post

How do i calculate the sum of 2 or more numbers in the database

Hi Nikita. i know how to create the service to write and read from the DB and save to the localStorage. However i dont know how to create the script to add or multiply the values to get the to get a score as in the above image (outsidescorefield) please could you assist me with understanding how to ...
by David6727976
Tue Mar 11, 2014 10:08 pm
Forum: Issues
Topic: How do i email results in my database to a predefined emailaddress on submit
Replies: 2
Views: 334
 
Jump to post

How do i email results in my database to a predefined emailaddress on submit

Thanks Nikita.

Much appreciated. I looked all over for this link.

Best Regards

by David6727976
Tue Mar 11, 2014 10:00 pm
Forum: Issues
Topic: How Do i email values in the database to a predefined email address
Replies: 1
Views: 262
 
Jump to post

How Do i email values in the database to a predefined email address

i have a collection of data in my database from a survey of questions. once the user clicks submit i would like to email the fields from the database to him/her. how do i go about creating this email function.

Go to advanced search