smi4975
26th February 2010, 21:33
Hello Guys,
I need a help in finding a logic to get this done. I have a form( type 3).I'm displaying a set of calculated variables on the form.<<Find the attached screen-1>>
Here is what i require:
1. When i try to select a particular record, the calculated values should be displayed for the specific record. -- i have no problems in that.
2. Also when i select the record, it should be marked so that i can click on the button to navigate to next session.
Here is what i tried. <<coding>>
choice.mark.occur:
after.choice:
get.prices.by.pricelists() --to fetch calculations
execute(find.data)
refresh()
|***** Used b'cos the marking was not occuring after refresh()*****|
if not marked then
mark.occ(actual.occ)
endif
My problem is:
1. when i select a record say at position 15, it displays the calculated values and marks the record..prefect..but scrolls the previous set of records and on the screen i see only the 15th and the rest of the records.<<attached Screen-2>>
I do not want the records to scroll up like this, unless the user exclusively scrolls using the bar. How can i prevent this...
Please suggest!!!
I need a help in finding a logic to get this done. I have a form( type 3).I'm displaying a set of calculated variables on the form.<<Find the attached screen-1>>
Here is what i require:
1. When i try to select a particular record, the calculated values should be displayed for the specific record. -- i have no problems in that.
2. Also when i select the record, it should be marked so that i can click on the button to navigate to next session.
Here is what i tried. <<coding>>
choice.mark.occur:
after.choice:
get.prices.by.pricelists() --to fetch calculations
execute(find.data)
refresh()
|***** Used b'cos the marking was not occuring after refresh()*****|
if not marked then
mark.occ(actual.occ)
endif
My problem is:
1. when i select a record say at position 15, it displays the calculated values and marks the record..prefect..but scrolls the previous set of records and on the screen i see only the 15th and the rest of the records.<<attached Screen-2>>
I do not want the records to scroll up like this, unless the user exclusively scrolls using the bar. How can i prevent this...
Please suggest!!!