Search found 16 matches

Go to advanced search

by Joao Marcos Barbosa Oliveira
Tue Feb 18, 2014 11:55 pm
Forum: Issues
Topic: How can I know if a value is inside a selectmenu?
Replies: 1
Views: 446
 
Jump to post

How can I know if a value is inside a selectmenu?

What I have to do next?

Appery("selectmenu_name").find("option[value="+value1+"]")

I have to know if value1 is in the selectmenu.

by Joao Marcos Barbosa Oliveira
Tue Feb 04, 2014 10:56 pm
Forum: Issues
Topic: How can I pick a value from Datepicker?
Replies: 2
Views: 590
 
Jump to post

How can I pick a value from Datepicker?

How can I pick a value from Datepicker?

I have tested Appery('Datepickername').val() and Appery('Datepickername').text() and anything seems to work...

by Joao Marcos Barbosa Oliveira
Tue Jan 21, 2014 2:22 am
Forum: Issues
Topic: Is it possible to use a select statement inside the where clause?
Replies: 1
Views: 402
 
Jump to post

Is it possible to use a select statement inside the where clause?

Hi, Is it possible to use a select statement inside the where clause? I have two tables: users profiles Each profile contains a field called userid (which links the profile to the user). Lets say I want to retrieve the profile of a user using the user's username: theuserid = SELECT userid FROM users...
by Joao Marcos Barbosa Oliveira
Tue Jan 14, 2014 11:51 pm
Forum: Issues
Topic: How can I use a create_service with array datatype?
Replies: 10
Views: 1519
 
Jump to post

How can I use a create_service with array datatype?

can I insert, mapping, in "id_funcionario" something like that:

["52d045a0e4b06de3a9a5acc8","João"],["12d045a0e4b06de3a9a5a123","Mario"]

How can I use mapping with arrays like that?

by Joao Marcos Barbosa Oliveira
Tue Jan 14, 2014 11:35 pm
Forum: Issues
Topic: How can I use a create_service with array datatype?
Replies: 10
Views: 1519
 
Jump to post

How can I use a create_service with array datatype?

no, "ids" and "nomes" are receiving a string

by Joao Marcos Barbosa Oliveira
Tue Jan 14, 2014 11:25 pm
Forum: Issues
Topic: How can I use a create_service with array datatype?
Replies: 10
Views: 1519
 
Jump to post

How can I use a create_service with array datatype?

return value.toString(); Doesn't work too...

"ids" is a string like "52d045a0e4b06de3a9a5acc8" and nome is a name, string too, like "João Marcos"

by Joao Marcos Barbosa Oliveira
Tue Jan 14, 2014 6:11 pm
Forum: Issues
Topic: How can I use a create_service with array datatype?
Replies: 10
Views: 1519
 
Jump to post

How can I use a create_service with array datatype?

Thx for the help but It doesn't work

by Joao Marcos Barbosa Oliveira
Fri Jan 10, 2014 2:24 pm
Forum: Issues
Topic: How can I use a create_service with array datatype?
Replies: 10
Views: 1519
 
Jump to post

How can I use a create_service with array datatype?

Image

The problem is with my "id_funcionarios"...

by Joao Marcos Barbosa Oliveira
Fri Jan 10, 2014 2:19 pm
Forum: Issues
Topic: How can I use a create_service with array datatype?
Replies: 10
Views: 1519
 
Jump to post

How can I use a create_service with array datatype?

I'm trying to use a create_service with a Col of array datatype using mapping, but it doesn't work. Someone can help me?

Go to advanced search