facebook

Button and Textform to make phone call after selecting #

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #349989 Reply

    shaneumlauf
    Member

    Hi I was wondering if there is away to get a call button to select a Text in a datafield and have the call button to push to call after the button selects the data field and then can call the added phone number?

    Thanks
    I have added the screenshot

    Shane

    Attachments:
    You must be logged in to view attached files.
    #349990 Reply

    Code_A
    Member

    You can use the following call phone function to make the call, just place it behind your ‘Call’ button:

    phoneui.callPhone($('#m1-<your_screen>-txtPhoneNumber').val())

    Here is a related post about Auto Dialing the Phone that you may be useful.

    #349992 Reply

    shaneumlauf
    Member

    Cool thanks is there away to make this information stay and load saved information when the app closed. I can not figure this out. So when the app closes I was wondering if its possible if the the app can load the saved info.

    I know in VB you could do richtextbox1.loadfile(“c:.”)
    but I was wondering how to make it load after info is imputed and saved.

    Thanks for your help

    #349993 Reply

    Code_A
    Member

    You can use local storage to save data. This post should help. However, you may want to look into using a local DB depending on how you want your data stored and how much you have.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Button and Textform to make phone call after selecting #

You must be logged in to post in the forum log in