maverick4u
5th September 2004, 19:21
Hello,
Suppose i have 3 fields A,B,C in my table and index is on A & B.
I have developed a multi-occ. session of Form type -3. As per the standard
functionality the fields will be sorted according to the index fields A and B.
I want the fields to be ordered by A and C.I cannot create another index
using fields A & C since the user can modify the field value of C. Ne suggestions How i can go
about it......???

Thanks in advance.

mr_suleyman
6th September 2004, 09:46
Hi there ,
What is your session type , I mean that your application is display session/report session/mantain session ???
if you define your type , may be we can solution for your problem ...

maverick4u
6th September 2004, 11:27
maintain session - Form Type-3.

rameshr
7th September 2004, 08:30
There is a pre-defined variable modify.prim.key which u can use to modify the index
fields when user modifies the records .U need to set this variable to true in the program.
Default value for this is false.