gbernal
4th August 2004, 01:14
Hi everybody:

I'm looking for all the posibilities for the choice options in a source.

I only have used choice.cont, choice.end.program, choice.print.data

Iif someone has one in which the cont proccess (it means without any button) doesn't exist, please let me know, I appreciate any help.

best regards

SriksAdi
4th August 2004, 07:22
Hi,
Different Choice options available are :
01 start.set 23 print.data 45 chm
02 first.view 24 create.job 46 start.query
03 next.view 25 change.frm 48 user.0
04 prev.view 26 first.frm 49 user.1
05 last.view 27 next.frm 50 user.2
06 def.find 28 prev.frm 51 user.3
07 find.data 29 last.frm 52 user.4
08 first.set 30 make.resident 53 user.5
09 next.set 31 resize.frm 54 user.6
10 next.halfset 33 options 55 user.7
11 prev.set 34 zoom 56 user.8
12 prev.halfset 35 interrupt 57 user.9
13 last.set 36 end.program 60 ask.helpinfo
14 add.set 37 abort.program 62 calculator
15 update.db 38 cont.process 63 calendar
16 dupl.occur 39 text.manager 64 bms
17 recover.set 40 run.job 65 screendump
18 mark.delete 41 global.delete 66 to.shell
19 mark.occur 42 global.copy 67 set.tabstops
20 change.order 43 save.defaults 71 field.help
21 modify.set 44 get.defaults 72 help.index
22 restart.input

These are available in Baan Help

The second part of the query is not clear. Please elaborate.


regards
Sriks

mark_h
4th August 2004, 14:26
There is also use choice.user options (0-9). You do not have to have a button for these options. You could get to them off the special on the menu bar.

Mark