web reads file differently than fat

luigi

Member
Hi all, maybe somebody can help me with this problem.
I wrote an interactive appplication reading data out of F0902 using Table I/O (Cant'use Form Fetch) and showing them in a grid. Quite simple.
Speciality is the use of the LIKE operators for the select statement on MCU, OBJ and SUB.
Now, on the FAT machine no problem, file is read by Primary Key (AID) and program behaves correctly.
On the Web unfortunately it seems the LIKE operators are not really understood and strangely the file
is read by MCU,OBJ,SUB even if the primary Key is AID. Actually it's the very same Select and Fetch Next.
I have no idea. Is the Web using another engine than the FAT? Has anybody ever experienced the same.
And maybe found a solution? Thanks in advance for all support.
We use Release B7334 Service Pack 22 ActivEra Revision Number 101.
Ciao.
 
Back
Top