T24:How to call invoke a ENQUIRY from Routine

3,780 views
Skip to first unread message

sivakumar

unread,
Jul 15, 2010, 5:21:00 AM7/15/10
to jBASE
Am need in invoke a Enquiry after committing the record.
I know it can possible to do in CONTEXT.ENQUIRY but it also possible
to invoke from the routines i heard.

Can any one help me out?

The version can be invoked from the routine for your reference

QUOTE:
code:



Code:
Y.NEXT.VERSION.SP="EB.DBGT3.SP.ORDER,DBGT3.COMMON.ORDER I F3 "
CALL EB.SET.NEXT.TASK(Y.NEXT.VERSION.SP)

how can i do it for the enquiry? Thanks in advance

Big Daddy

unread,
Jul 16, 2010, 6:36:38 AM7/16/10
to jBASE

Following code will invoke enquiry from routine:

APP.ID="ENQ %CUSTOMER"
CALL EB.SET.NEW.TASK(APPL.ID)

VK

unread,
Jul 16, 2010, 2:30:26 AM7/16/10
to jBASE
Hi,
see manuals (Application Program Interfaces.pdf -> External Link to
Enquiries):

CALL ENQUIRY.DISPLAY (QQQ)
Where QQQ is a dynamic array with the format:
QQQ<1>
Enquiry name (key to F.ENQUIRY)
QQQ<2,x>
Selection field names
QQQ<3,x>
Associated selection operands
QQQ<4,x,y>
Associated selection data
QQQ<9,z>
Multi valued list of sort requirements
QQQ<10>
Display mode can be:
OUTPUT - Print in report format
Null - Display to screen
P - Print of screen format

VK
Reply all
Reply to author
Forward
0 new messages