R
|
rstackhouse 1/28/2014 |
ditto.. seen the same thing.. with 80,000 entries .. the iphone sort of melts. |
![]() |
Sergey Kornilov admin 1/30/2014 |
In version 7.1 we are adding one of options that will provide AJAX based search through lookup wizard in Mobile version. |
![]() |
HJB 2/3/2014 |
In version 7.1 we are adding one of options that will provide AJAX based search through lookup wizard in mobile version. |
S
|
SkyForum author 2/3/2014 |
In version 7.1 we are adding one of options that will provide AJAX based search through lookup wizard in mobile version. unquote Rather than to use the wording "it really rocks" here, I want to use the term "late 2013 XMAS gift" here as I can see my 530 sea ports records table content to rotate under AJAX on a tiny mobile gadget already by now. So, like a child, excitingly waiting for Santa Claus, I now only need to cool down on the promised 47th/5th instant release of v7.1, stay tuned, Sergey, you did it ... P.S. Re-citing with many thanks your 2nd April 2008 delivered hint on my query to only start AJAX after 3rd character entry: Quote sure, just modify searchSuggest function in include\ajaxsuggest.js file: -------------------------------------------------------------------------- function searchSuggest(oEvent,oElement,searchType) { if(oElement.value.length<3) return; oEvent=window.event || oEvent;
|
S
|
SkyForum author 2/7/2014 |
In version 7.1 we are adding one of options that will provide AJAX based search through lookup wizard in Mobile version.
|
![]() |
Sergey Kornilov admin 2/7/2014 |
I'm struggling to understand what exactly you trying to say. I do understand that you tried many things and all of them "failing". |
S
|
SkyForum author 2/7/2014 |
I'm struggling to understand what exactly you trying to say. I do understand that you tried many things and all of them "failing". Here is an example for you: http://demo.asprunne...71/Cars_add.php Open it from your mobile device, click 'Select' button next to Make field, run search etc. As we promised, we made Lookup wizard in 'List page with search' mode work in mobile mode.
|
S
|
SkyForum author 2/7/2014 |
Ok, I think we are talking about 2 different things. I am probably describing it wrong. I'm going to make a little video & post the link here. Then we can be on the same page....
This is the exact function I am trying to get working in the mobile version. As you will see watching the vid, the mobile version just doesn't come anywhere near doing what I need it to do. In essence, I need the mobile version to act just like the desktop version. |
![]() |
Sergey Kornilov admin 2/7/2014 |
The control you use in desktop mode is Lookup Wizard in 'Edit box with AJAX popup'. The only Lookup wizard with search capability in mobile mode we have added in version 7.1 is 'List page with search'. |
![]() |
HJB 2/7/2014 |
quote |
S
|
SkyForum author 2/7/2014 |
quote 2. When we enter a license plate, we need to know if we've ever had contact with that plate before. Entering 'abc' in the search box returns several plates with 'abc' in the string. I have this box set to allow new entries so we can continue recording the violation if it does not already exist. unquote ... why not using the "avoid duplicate" feature inside PHPRunner to get the problem ""f we've had ever had contact with that plate before" under control? Say, whether you or anybody else is trying to enter an "already stored license plate", he would fail to enter a new record at all, so..., talking about built-in basics in regard to "Need to know if we've ever had contact...", it would be just a simple mouse-click away ..., by activating "avoid duplicate" function inside PHPRunner ...
|
![]() |
HJB 2/8/2014 |
http://www.xlinesoft.com/tutorials/MultipleDropdowns.html |