Search found 24 matches

Go to advanced search

by Matthew6439702
Tue Dec 23, 2014 7:21 am
Forum: Issues
Topic: Sum of Variables in a List of Same Component
Replies: 7
Views: 1326
 
Jump to post

Sum of Variables in a List of Same Component

I want to add the returned variables of the same component in a list. I don't want to count the loops but add the values returned together into a total. I want to add the sum of the NUMBERS on the RIGHT, "Time," that was returned by a query service, and fill the TOTAL TIME label on the lef...
by Matthew6439702
Mon Jul 28, 2014 3:40 am
Forum: Issues
Topic: Set Value of one DatePicker by Selecting Date of another
Replies: 8
Views: 763
 
Jump to post

Set Value of one DatePicker by Selecting Date of another

I thought I got this working but just found realized it is not working. So I think I was mistaken.

by Matthew6439702
Sun Jul 27, 2014 12:49 am
Forum: Issues
Topic: Set Value of one DatePicker by Selecting Date of another
Replies: 8
Views: 763
 
Jump to post

Set Value of one DatePicker by Selecting Date of another

Figured it OUT this works....

var dName = Appery("DateName");
var dNameVal = dName.val();
var getval = Appery("LogDate");
getval.val(dNameVal);

I knew it was something simple I was missing! :D

by Matthew6439702
Fri Jul 25, 2014 9:38 pm
Forum: Issues
Topic: Set Value of one DatePicker by Selecting Date of another
Replies: 8
Views: 763
 
Jump to post

Set Value of one DatePicker by Selecting Date of another

Does This matter?

DateName format = DD, d MM, yy (I use this to Display with List/Query)
LogDate format = mm/dd/yy (I use this to Sort List/Query)

Otherwise The List does not sort chronologically if I just use DD,d MM, yy format.

by Matthew6439702
Fri Jul 25, 2014 9:32 pm
Forum: Issues
Topic: Set Value of one DatePicker by Selecting Date of another
Replies: 8
Views: 763
 
Jump to post

Set Value of one DatePicker by Selecting Date of another

Tried correcting JS with this:

var DateVal = DateName.val();
var ChangeDate = Appery("LogDate");
var getval = ChangeDate;
getval.val(DateVal);

Am I in the Ball Park?

by Matthew6439702
Fri Jul 25, 2014 9:04 pm
Forum: Issues
Topic: Set Value of one DatePicker by Selecting Date of another
Replies: 8
Views: 763
 
Jump to post

Set Value of one DatePicker by Selecting Date of another

I have been working on this problem for a while. I am trying to populate one DatePicker from another. One I am using as a log ID for Sorting purposes but I want both dates to match. The first DatePicker runs on Page Load: var dateElement = Appery("date"); dateElement.setProperty("defa...
by Matthew6439702
Sat Dec 07, 2013 9:17 pm
Forum: Issues
Topic: Calculating Fields
Replies: 22
Views: 1720
 
Jump to post

Calculating Fields

It worked! Thank you so much! I was on jquery searching for examples on traversal and filtering. Can't tell you how much this helps. Thank you!

by Matthew6439702
Thu Dec 05, 2013 6:25 pm
Forum: Issues
Topic: Calculating Fields
Replies: 22
Views: 1720
 
Jump to post

Calculating Fields

After registering and logging in: Click on Nutrition button, then on Search USDA Nutrition Data. Search by food Name collapse block should be expanded and I would search, "oats," as it only brings up one entry. A new collapse block list appears with Database result and nutrition data. I le...
by Matthew6439702
Thu Dec 05, 2013 2:03 pm
Forum: Issues
Topic: Calculating Fields
Replies: 22
Views: 1720
 
Jump to post

Calculating Fields

Go to advanced search