Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

how to make a phone call

i want to make a call the no. fetched from database bt query to label, by clicking on the lable.

window.location.href='tel:' + 8805693250;

i used above code for a particular no.

how to call fetched no.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

how to make a phone call

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

how to make a phone call

will u please read my question.

just do not throw the stones here and there

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to make a phone call

Our documentation and tutorials: http://docs.appery.io show you to store and read data from a database or any other REST APIs. Once you retrieved the phone number, you would put the call as you have above to call the number.

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

how to make a phone call

if the documentation and tutorials are there, the what is the need of support people? i had gone through many pages from appery.io and then wrote to support.

pl. be clear...

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

how to make a phone call

or otherwise need not to reply.

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

how to make a phone call

is there any other support person who can help me?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to make a phone call

If you want to show us what specifically you have tried and what doesn't work, we will be glad to help you.

We got plenty of tutorials that show to read data from the database: http://docs.appery.io/tutorials/#Data...

The steps are petty simple:

  • Read the value from the database
  • Map the value to a label
  • Run JavaScript to read the value (the phone number) and execute the line of code that you have above
Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

how to make a phone call

Run JavaScript to read the value (the phone number) and execute the line of code that you have above

the last step is not working with popup page

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to make a phone call

As I mentioned above, unless you can show us exactly what you tried and what doesn't work -- it's very difficult for us to hep you.

Return to “Issues”