Search found 5 matches

Go to advanced search

by Mark Veldhoff
Mon Oct 21, 2013 1:26 am
Forum: Issues
Topic: I want to use the delete button on a list component that loads multiple collection
Replies: 10
Views: 656
 
Jump to post

I want to use the delete button on a list component that loads multiple collection

Yes - I'm using the debugger. i don't see any errors. I can see that the get method for the refresh is happening with no errors. However, it never refreshes. Like I said above that the "add" button works but the "delete" button does not. The only difference between the two button...
by Mark Veldhoff
Sat Oct 19, 2013 1:47 pm
Forum: Issues
Topic: I want to use the delete button on a list component that loads multiple collection
Replies: 10
Views: 656
 
Jump to post

I want to use the delete button on a list component that loads multiple collection

That did not resolve the issue. I am still getting the same symptoms. This is happening with both the add button and the delete button. However, if I use "HorseInfo_List_Service.execute(); " vs. "Appery("mobilelist_13").listview("refresh");" on the add button ...
by Mark Veldhoff
Thu Oct 17, 2013 2:20 am
Forum: Issues
Topic: I want to use the delete button on a list component that loads multiple collection
Replies: 10
Views: 656
 
Jump to post

I want to use the delete button on a list component that loads multiple collection

i added your code to mine and I'm still not getting the list to refresh. Google debugging tools does not show any method for neither code options(the one from my earlier comment and this one). var a=localStorage.getItem( "_manageType" ) switch(a){ case "horses": HorseInfo_Delete_...
by Mark Veldhoff
Wed Oct 16, 2013 3:00 am
Forum: Issues
Topic: I want to use the delete button on a list component that loads multiple collection
Replies: 10
Views: 656
 
Jump to post

I want to use the delete button on a list component that loads multiple collection

This answered my first question...Thanks. Now my problem is reloading the list after I delete the item. Everything seems to work except for my list service. I know the list service works because I am using it on other buttons. I know my switch statement works because it is deleting the correct item....
by Mark Veldhoff
Mon Oct 07, 2013 12:01 am
Forum: Issues
Topic: I want to use the delete button on a list component that loads multiple collection
Replies: 10
Views: 656
 
Jump to post

I want to use the delete button on a list component that loads multiple collection

I've got a delete button in a grid on a list. I have two different DB.collections that loads on this list. Currently when you click on the delete button it first sets a local variable with the ID then it runs a "delete" service and then an "update" service. However, this only wor...

Go to advanced search