- This topic has 6 replies, 3 voices, and was last updated 13 years, 9 months ago by iElyos.
-
AuthorPosts
-
Albatros78ParticipantHello 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?
mobione121MemberHello 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,
iElyosMemberhi!
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
Albatros78ParticipantHi 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=20But 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
iElyosMemberhi,
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 🙁
Albatros78ParticipantHi 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 🙂
iElyosMemberfinally 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 -
AuthorPosts