vijielan
27th January 2004, 12:42
How to develop a form like that in many of the Standard sessions (Eg., tdpur3102s000)? I mean a form which is a combination of a display form that displays the reports on top and a maintain form which allows to maintain data for the record selected from display form.

SriksAdi
27th January 2004, 16:05
Hi vijielan,
Please refer to the thread
Technical aspects of tisfc0102m000 (http://www.baanboard.com/baanboard/showthread.php?threadid=13973)

It might be helpful to u.


Regards
Sriks

bdittmar
27th January 2004, 17:44
You can do something like this on the subsession form:

before.program:
sattr.combined = COMBINED.BOTTOM
wait.for.switch()
read.user.defaults()
read.parameters()

|*** forms

form.1:
init.form:
status.off()
process.2 = activate("tdpur3514s000")
#pragma used session tdpur3514s000 status.on()
instruction = 0
activate.display.process()
if not background then
job.process.error = true
stop()
endif
initialize.fields()

form.2: