Updating from ver. 3.5 to 4.6

Hello,
I’m trying to update a project with a filtering combo box with:

Combo.enableFilteringMode("between","combo_complete.php",true);

The first parameter I see in the php code is “mask” which is as expected.
But the second parameter is “dhxr1452777156055” instead of “pos”… on every run the number always changes and its value is always 1…
Could someone give me a suggestion to what I could be wrong?

Thanks in advance,
Marco

Hi

please check docs.dhtmlx.com/api__dhtmlxajax_cache_other.html

Thank you very much Andrei, that solved that issue!
Another problem is bothering me now though…

dhtmlx.js (line 9, col 17744)
TypeError: u is null
…)>0?"&":"?")+o:""),n)}}return}}else{if(typeof(u.documentElement)==“object”||(typ…

For every letter I type in the Combo, the PHP is returning the right data but I get the above error (as reported by FireBug) and I don’t see any options in the combo… as a matter of fact, the combo doesn’t even open (I have an attached onOpen event that never executes)…

Could you please help me with this one too?

Thank you!!
Marco

Hi

Could you please provide us complete demo including all correspondnig js/css files?
Please also add information regarding current and expected behaviour.

Here is a small guide how to make a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html

If you don’t want to share your demo here for any reasons - you can send it to support@dhtmlx.com, if so - please include link to this forum topic.

If you’re using PRO Edition please send your demo to support@dhtmlx.com

Hello,
thank you for your offer.
I’ll try to figure out a way of show you my project since it’s rather big.

Greets,
Marco