Search found 5 matches

Go to advanced search

by ahmet7661733
Fri Aug 07, 2015 4:46 am
Forum: Issues
Topic: Get the found word from a Database service call in Javascript.
Replies: 1
Views: 488
 
Jump to post

Get the found word from a Database service call in Javascript.

Hi, I have a sentence with couble of words, Also I have a database table with 500 words, I read the sentence and want to know which words are included in the database table (of 500 words). I use java script, in a loop I want to display each found wordt with a allert. In Java script I used service ca...
by ahmet7661733
Thu Aug 06, 2015 1:42 pm
Forum: Issues
Topic: How to generate javascript query of collection
Replies: 6
Views: 1945
 
Jump to post

How to generate javascript query of collection

Hi, I have the same problem, I want to know what is returned after a database query.:: getQuestions.execute({data:{where: '{"_id":"53620e12e4b058d902d3f58b"}', success:function(data){ alert("success! "+data); }, error:function ( jqXHR, textStatus, errorThrown ) { alert(...
by ahmet7661733
Thu Aug 06, 2015 9:41 am
Forum: Issues
Topic: How to generate javascript query of collection
Replies: 6
Views: 1945
 
Jump to post

How to generate javascript query of collection

What does this mean: You can create success and error event with appery.io visual builder not from javascript code. I have the same problem. I want to see "data" as result of the query but I got also "undefined" as response. data.length works, are there any other options besides ...
by ahmet7661733
Mon Jul 27, 2015 3:31 am
Forum: Issues
Topic: Execution order is not as expected.
Replies: 3
Views: 935
 
Jump to post

Execution order is not as expected.

Hi, BOB thanks for the Answer,

I Think you are right: It is asynchronous.
I have to wait for the comeback of the query,

Thanks,

by ahmet7661733
Sun Jul 26, 2015 11:01 am
Forum: Issues
Topic: Execution order is not as expected.
Replies: 3
Views: 935
 
Jump to post

Execution order is not as expected.

Hi I'm doing the following in Javascript after a button click: do something (1), Execute the query do something (2) If I execute this javascript I see the following execution : do something (1) do something (2) Execute the query This is the code: itemToTest0='E120'; alert('Before'); /(1) haram_query...

Go to advanced search