NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - urayoan

Pages: 1 [2]
16
Web Server - Ask For Help / GEN: Unknown Variable '%tcase'
« on: March 06, 2018, 05:12:21 AM »
Hi:
  I am trying to compile one solution with the latest NT template (10.17) i got the following error

GEN: Unknown Variable '%tcase'

Something i am missing?

Thanks in advance

17
Web Server - Ask For Help / Web Service Pagination
« on: June 26, 2017, 07:35:50 AM »
Hello everybody
  I am curious, there is a way or ideas to paginate web service results and send chunks of data per requests?

  I am having trouble with some big results after a request to a web service, and want to know ideas or how to make that work.

Cheers!

18
Web Server - Ask For Help / Queue Inside Group - WebServices
« on: March 31, 2015, 07:48:36 AM »
Hi all and Bruce.

  It is possible using the WebServices Methods to receive a QUEUE inside a Group? What is the best approach?

 ???

19
Web Server - Ask For Help / Records Paging and JSON
« on: February 10, 2015, 05:40:33 AM »
Hello Guys:
  I am writing a WebService using NT8. The program is made for a developer who is writing an app for mobile and consume the data using NetTalk.

  After showing the first approach he was very pleased but he ask me why i did use XML instead of JSON. and the second question (a tricky one i think) if it is possible to page the records i serve to make the app more fast.

  So the two questions are:
  There is a way to serve JSON in the webservice instead of XML in NetTalk?
  There is a way to page large records and deliver by request?

By paging is something like the NetWebBrowse of 10 records, then the next 10 and so on

Any help or suggestions would be appreciated.

20
Web Server - Ask For Help / Webservice Method Date Format
« on: December 29, 2014, 07:04:13 AM »
Hi:
  I am trying to return a view from a file using NetWebServiceMethod and one of the fields has a date. When i see the return, i just see the Clarion date not formatted.

  I know i am missing something, but how can i format that field to return the formatted date in the XML?

  Thanks for your help!

HTTP/1.1 200 OK
Date: Mon, 29 Dec 2014 14:58:35 GMT
Server: NetTalk-WebServer/8.32
Content-Length: 1486
Content-Type: text/xml
Set-Cookie: SESSIONID=t2g8ZKh2s83Hv36Ksa6g7BoV11vjUm; path=/; HttpOnly
Connection: close
X-Frame-Options: sameorigin

<?xml version="1.0"  encoding="utf-8"?>
<RequistionsByPatient_response>
  <Results>
    <RRH_ACCOUNTNUMBER>1</RRH_ACCOUNTNUMBER>
    <RRH_REQUESTNUMBER>1</RRH_REQUESTNUMBER>
    <RRH_DATEORDER>76392</RRH_DATEORDER>
    <RRH_PATIENT1STLASTNAME>LASTNAME</RRH_PATIENT1STLASTNAME>
    <RRH_PATIENT2NDLASTNAME/>
    <RRH_PATIENTNAME>NAME</RRH_PATIENTNAME>
    <RRH_PATIENTINITIAL/>
  </Results>
  <Results>
 </RequistionsByPatient_response>

21
Hi:
  I am using C9.1.11396 release and NetTalk 8.32 with the latest of the needed templates.

I am having issues with special characters in the reports. I set the encoding in the web server to UTF-8 (Spanish does not work anymore) and i see the characters like this González-Bianchi Edgardo.

Any recommendations would be great. Thanks in advance

22
Web Server - Ask For Help / Report Progress Bar Download Link - Broken
« on: October 17, 2014, 07:35:55 AM »
Hi Bruce:
  I am using NetTalk version 8.27 and Clarion Version 9.1.11242. Using the example Web72 Progress(72) i generate the report and i see the link, but when i click to download the document, the link disappear and do not show any document.
  Something similar happen in NetTalk version 7.08

Pages: 1 [2]