PLUGIN EXAMPLE: SQLite

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Desmond
    Indigo Rose Staff Member
    • Jul 2003
    • 710

    PLUGIN EXAMPLE: SQLite

    This example demonstrates how to use the SQLite Plugin. The attached project is a simple 'phonebook'. From various input objects it accepts contact info:
    First Name
    Last Name
    Email Address
    Phone Numbers
    Addresses

    The contents of the SQLite database are displayed in a listbox. It allows records to be added, deleted, and modified. As well, a record can be searched for by Last Name.

    This project is a example of what can be accomplished using the SQLite plugin. Happy Learning!

    Please feel free to download, play with, improve on, and re-post this project file.

    Note that this project requires AMS50 PRO and the SQLite plugin to function.

    EDIT: Added Screencap
    Attached Files
    Last edited by Desmond; 06-24-2005, 09:40 AM.
  • azmanar
    Indigo Rose Customer
    • Oct 2004
    • 1020

    #2
    Mind Reader

    Hi,

    I like this sample app on how to use SQLite.

    You raised the level of Customer Services. Now everyone of them must learn mind-reading skills to be on the job. hehe.
    Newbie Examples
    ------> AMS 7.5 : amstudio.azman.info
    ----> AMS 6 & 5: www.azman.info/ams/
    ----> FB: facebook.com/GuideToWealth

    ----> Content Development Blog: www.AZMAN.asia

    Comment

    • Desmond
      Indigo Rose Staff Member
      • Jul 2003
      • 710

      #3
      I'm glad you are finding it useful. Enjoy!

      Feel free to make modifications / improvements / whatever and post back here.

      Comment

      • Dez
        Indigo Rose Customer
        • Oct 2004
        • 30

        #4
        I really liked this example...nice job Desmond.

        Here is a little interface for the phonebook.
        Button file is also attached so you can position to your liking.

        I did not add or delete any script.

        Dez
        Attached Files
        "We don't like their sound, and guitar music is on the way out anyway.
        -- President of Decca Records, rejecting The Beatles after an audition, 1962

        Comment

        • Desmond
          Indigo Rose Staff Member
          • Jul 2003
          • 710

          #5
          Glad to have helped. Love your forum name, by the way.

          Comment

          • sandstorm
            Forum Member
            • Feb 2006
            • 4

            #6
            Error: Plugin "SQLite\SQLite.lmd" is not licensed for re-distribution

            Error: Plugin "SQLite\SQLite.lmd" is not licensed for re-distribution

            I am getting the above error message when running SQLite apz. How can I resolve this problem?

            Comment

            • playmenow
              New Member
              • Nov 2005
              • 264

              #7
              reinstall the plugin power pack if u have it or uninstall ams5, restart windows, delete the folder fron program fikes & install ams6...it will work 100%...

              Comment

              • sandstorm
                Forum Member
                • Feb 2006
                • 4

                #8
                Originally posted by Desmond
                This example demonstrates how to use the SQLite Plugin. The attached project is a simple 'phonebook'. From various input objects it accepts contact info:
                First Name
                Last Name
                Email Address
                Phone Numbers
                Addresses

                The contents of the SQLite database are displayed in a listbox. It allows records to be added, deleted, and modified. As well, a record can be searched for by Last Name.

                This project is a example of what can be accomplished using the SQLite plugin. Happy Learning!

                Please feel free to download, play with, improve on, and re-post this project file.

                Note that this project requires AMS50 PRO and the SQLite plugin to function.

                EDIT: Added Screencap

                Thanks for sharing your expertise. I find this very useful for my project. Please help me with this questions:

                1. I want to make two fields as searchable, LASTNAME and PHONE NUMBERS. How do I do it?

                2. How can I make the EMAIL ADDRESS field clickable?

                PLEASE HELP...

                Comment

                • azmanar
                  Indigo Rose Customer
                  • Oct 2004
                  • 1020

                  #9
                  Hi,

                  I would suggest you use Web Objects to display results for:
                  1. Email link
                  2. Search DB

                  You can do many more things with it.
                  Newbie Examples
                  ------> AMS 7.5 : amstudio.azman.info
                  ----> AMS 6 & 5: www.azman.info/ams/
                  ----> FB: facebook.com/GuideToWealth

                  ----> Content Development Blog: www.AZMAN.asia

                  Comment

                  • sandstorm
                    Forum Member
                    • Feb 2006
                    • 4

                    #10
                    Originally posted by azmanar
                    Hi,

                    I would suggest you use Web Objects to display results for:
                    1. Email link
                    2. Search DB

                    You can do many more things with it.
                    Thanks for your response. I am not programmer and I don't know how to do it. Can you please help write the code or give me hint on how I can get what I want?

                    Comment

                    • stickck
                      Indigo Rose Customer
                      • Feb 2004
                      • 617

                      #11
                      Here's another sample that i converted to AMS5.

                      Roboblue originally created this sample in AMS6. Thanks Roboblue!



                      chris

                      Comment

                      Working...
                      X