× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

Print dealslip in Browser

  • T24BROWSER
  • Topic Author
  • Offline
  • New Member
  • New Member
More
16 years 11 months ago #512 by T24BROWSER
Print dealslip in Browser was created by T24BROWSER
Hi, hope someone could guide me. I want to print dealslip in T24 Browser, whenever it meets a certain criteria. I have wrote a INPUT.ROUTINE and attach to the version record, but when i try it in Browser the deal slip wont be launched. I tested in classic/desktop mode, it works fine. Extracted below is my routine :-

DEAL.SLIP = 'TT.DEALSLIP'

IF VAR.NAME = 'TEST' THEN

CALL DEAL.SLIP.PRINT(DEAL.SLIP,'')

END



The above does not work in Browser. I have tried CALL PRODUCE.DEAL.SLIP, also no print out. I tried to clear F.OS.XML.CACHE. Is there a specific core routine used for dealslip printing in Browser ?



Thank you.

Please Log in or Create an account to join the conversation.

Time to create page: 0.090 seconds