facebook

How to display data retrieved from DB

  1. MobiOne Archive
  2.  > 
  3. Feedback & Suggestions
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #313356 Reply

    Albatros78
    Participant

    Hello Wayne, Dev team

    As a main functionality of Webapp is to communicate with the company infos, it would be very nice to have from mb1 team some examples of how to display data got from a SQL request on the remote DB or local DB

    Here some ideas about that:

    – How to display one record into panel object (with different fields position)
    – How to display record fields into a list item (short list and long list – outside the screen)

    I think these 2 examples could be a very good tool for everyone.

    Any documentation are into the “pipe” ?

    Hey guys from this forum. If one of you have some dev code ready on mb1, pls could you share it with us?

    #313505 Reply

    mobione121
    Member

    Hello Wayne/Dev Team,

    An Example on the above request will highly appreciated. I am also stuck with Dynamic list. I am having a dynamic list (like search result) and after click on the list line the detail page is shown.

    Technically, is it possible to pass URL parameters(or any other option) while calling a Dynamic page?

    Regards,

    #314483 Reply

    iElyos
    Member

    hi!
    up for this. I also need to use db result uin list (user chose a zip code and i display the city(ies) ) but i can’t display dynamic list…
    is there a way to create list in JS with db results?
    thanks

    #314518 Reply

    Albatros78
    Participant

    Hi all,

    Follow thie link on this forum where I put some examples about that.
    http://www.genuitec.com/support-mobione/viewtopic.php?f=8&t=1115&start=20

    But my last example is not complete and I am wainting some help like it is explained into this link about the display of records into the dynamic list.

    If you have the answer… Probably an issue into different ‘div’ tag into my code.

    Thanks for you help guys

    #314520 Reply

    iElyos
    Member

    hi,
    did you try to assign a different id to each div?
    like this:
    for ( i=0; i<len; i++) {
    document.write(“<li id=\”m1-CodesBE-list” + i +“\” class=\”m1-first\”>”);

    On my page it’s working, but i only got a blank page with list but no template 🙁

    #314522 Reply

    Albatros78
    Participant

    Hi iElyos,

    May be your solution will work. I will test it. And I hope mine wil be helpfull for you.
    Look at my sample, I give you also a sample db to populate the list. Try it.

    May be you and me we could arrive to do a very cool dynamic list… And like mb1 1.1 is already available with the dynamic list supported, we are closer of the perfection 🙂

    #314532 Reply

    iElyos
    Member

    finally i found one solution. I populated inside a text area 🙂
    working fine until i will need to use one of the results.
    but now i got trouble with databese… seems too huge for it (zip codes from belgium and france)…
    thanks for helping

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: How to display data retrieved from DB

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