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.


Messages - ianburgess

Pages: [1] 2 3 ... 8
1
Web Server - Ask For Help / Re: Customize error messages
« on: December 31, 2012, 03:04:57 AM »
Many thanks for that!

2
Web Server - Ask For Help / Re: Customize error messages
« on: December 28, 2012, 03:32:11 AM »
Here is example screenshot of Duplicate key error - see attached.

[attachment deleted by admin]

3
Web Server - Ask For Help / Customize error messages
« on: December 27, 2012, 01:54:44 AM »
In Nettalk web app (Nettalk 5) how can I customize the error messages that users get, eg. Creates Duplicate Key type messages?

4
Web Server - Ask For Help / Re: Error in Site Javascript
« on: October 11, 2012, 09:25:03 AM »
Thanks for this - no more spurious javascript error messages!

Out of interest, where is the original code coming from that is generating the error message?

5
Web Server - Ask For Help / Re: Error in Site Javascript
« on: October 11, 2012, 12:41:38 AM »
Thanks for that. Does it cause any other error messages to be hidden or just the Javascript one?

6
Web Server - Ask For Help / Re: Error in Site Javascript
« on: October 10, 2012, 01:57:10 AM »
Thanks for this, but what will adding that to the CSS do? Also, presumably the #_ver532 needs to be substituted with the actual version?

7
Web Server - Ask For Help / Re: Error in Site Javascript
« on: October 04, 2012, 02:01:47 AM »
OK will do.

Thanks.

8
Web Server - Ask For Help / Error in Site Javascript
« on: October 04, 2012, 12:42:43 AM »
I am using Nettalk V.5.32 and quite often a form or browse displays a red band at the top with "Error in Site Javascript" for a second prior to opening the page and working without problem. Is there any way of changing the wording or disabling this altogether?

9
After updating from NT5 to 6.44, I have a script that is called to display a message box in ValiodateAll of a form which previously worked ok:

embed:
p_web.Script('alert("Warning: You have not entered a Time at Patient - this entry will be treated as CANCELLED")')

Now, the message is displayed but on returning to the browse, the browse style is incorrect and the following text is displayed at the top:
HTTP/1.1 200 OK Date: Tue, 11 Sep 2012 17:16:03 GMT Server: NetTalk-WebServer/6.44 Expires: Mon, 12 Sep 2011 17:16:03 GMT Content-Type: text/html Cache-Control: no-store, no-cache, must-revalidate, private,post-check=0, pre-check=0, max-age=0 Pragma: no-cache Connection: close

What has gone wrong?

10
Web Server - Ask For Help / Re: Problem with UK pound sign £ in PDF reports
« on: September 10, 2012, 11:23:08 PM »
I am using currently Nettalk 5.32 and there is not a "Western Europe" in the droplist. I have:
UTF-8
Spanish
Portuguese
Danish
Baltic
Central Europe
Eastern Europe

Is there a way in code to set to Western Europe?
Thanks
Ian

11
Web Server - Ask For Help / Re: Problem with UK pound sign £ in PDF reports
« on: September 10, 2012, 10:21:02 PM »
Topscan shows the character wrongly as £

In the Webserver procedure, extension > Settings > Advanced, I have:
Charset: 'utf-8'
Store Data as: utf-8

If I change these to:
Charset: 'ansi'
Store Data as: Central Europe

... the characters show correctly in a browser and in Topscan and the PDF report.

What I am not sure about is whether 'ansi' is the correct setting?

Thanks

Ian

12
Web Server - Ask For Help / Problem with UK pound sign £ in PDF reports
« on: September 10, 2012, 07:54:28 AM »
If a user enters a UK pound sign £ into an entry field or text box, it displays fine on forms and browses, but when those fields are printed as part of a PDF report (using PDF Tools), the pound signs show as  Â£. I am using Arial in report and form.

Any thoughts?

13
Web Server - Ask For Help / Re: Duration (in hh:mm) entry field
« on: September 10, 2012, 05:29:38 AM »
Thnks for the suggestion, but @T1 won't go past 23.:59.

14
Web Server - Ask For Help / Re: Printing HTML created with TinyMCE
« on: September 09, 2012, 11:59:02 PM »
Thanks. I was actually thinking along the lines of creating a standard Clarion report which contains a HTML text field.

15
Web Server - Ask For Help / Duration (in hh:mm) entry field
« on: September 09, 2012, 11:50:00 PM »
I need users to complete a "duration" field in the formatt of hh:mm, allowing up to 999 hours and I am wondering how best to do this.

The only two ideas I have come up with are:
1. Have separate hours and minutes fields - then duration needs to be calculated from them
2. Enter as a decimal and trap any decimal value over .59 and have a function that converts, eg. 1.30 to 1.50. I would also need to reverse the process to display durations.

Neither of the above is ideal - any suggestions welcomed.

Thanks

Pages: [1] 2 3 ... 8