1

Topic: No Sort fields on web forms in both OrderSys and Labstore

Hi,

I've set up both script packages and they work great. All except that the Sort pull down menus and entry fields don't show up.

Any insights would be greatly appreciated.

Thanks,
Kartik

LabStore ver. 1.5
PHP ver.      4.4.4
MySQL ver.     4.1.21-standard
on an
Apache server ver. 1.3.37

Browsers: Firefox and Safari
Operating system: OS 10.4.8

2

Re: No Sort fields on web forms in both OrderSys and Labstore

The sort menu does not show up if the total number of items (records) is such that all items can be listed on one page. Only when more than a page is required would the menu show up. I think the idea is that if everything is on one page, one can just 'manually' sort by eyeing. This is to save valuable screen-space.

3

Re: No Sort fields on web forms in both OrderSys and Labstore

Thanks!

I realized that too when I was looking at the code. Changed so I have the Sort menu available all the time. Which is how I like it :)

-k