× 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...

View Xml/HTML file contents from T24 Enquiry

  • MasterL
  • MasterL's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
1 year 5 months ago #23857 by MasterL
Hello good people,

There is a process that generates a physical xml file on T24 that users want to view from Browser enquiry. 
Normally, to view text files we just use VIEW operation on the ENQUIRY.NAME field (field 36).
36. 3 ENQU VIEW REPORT.ID

The challenge with XML or HTML files is that on Browser any "special" characters are converted to HTML coded characters and end up messing the displayed data.
For instance,
< becomes &#060;
" becomes &#034;
etc.

Is there a way to view the original file in the original format?

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

  • VK
  • VK's Avatar
  • Away
  • Platinum Member
  • Platinum Member
  • Globus|G09-G13 TAFC|R05-R23 TAFJ|R19,R23-test
More
1 year 5 months ago #23860 by VK
Hi
try to convert "<" to "&lt;"   ">" to "&gt;" etc

Cheers
VK

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

Time to create page: 0.092 seconds