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 - terryd

Pages: [1] 2 3 ... 51
1
Web Server - Ask For Help / Re: Error on upgrading from 10.15 to 10.16
« on: February 19, 2018, 11:42:45 PM »
Hi Bruce.
I will try to phone you.

2
Web Server - Ask For Help / Error on upgrading from 10.15 to 10.16
« on: February 17, 2018, 11:42:47 PM »
Hi
I got the attached error when compiling after upgrading to the latest version.
Clicking on the error does not display the clw.
If I revert to 10.15 the error disappears

3
Web Server - Ask For Help / Re: Can't access NT 10.15 app
« on: February 06, 2018, 06:01:38 AM »
Also from South SAfrica I get the same result as Johan.
My net speed is good:  ping 2ms download 20.03 upload 15.30 so I don't think that's the problem

4
Web Server - Ask For Help / For Jason - Exam question
« on: January 15, 2018, 11:30:05 PM »
Hi Jason. Sorry I cant reply to your message it produces error 500
Just off the top of my head.
Do a count of records in the table RECORDS(table)
Generate random number x# = RANDOM(1,RECORDS(table))

GET(table,x#)   GET using File,filepointer)

5
Web Server - Ask For Help / Re: Page Cannot be Found
« on: January 12, 2018, 10:04:24 AM »
Hi Richard
One thing to look at. If you are using Windows Server make sure that the path to the pdf is full, not relative i.e. c:\application\web\report\file.pdf and not just web\report\file.pdf

I ran into this problem where developing on a Windows 10 unit I could use the relative path which I had been doing for years but suddenly last year the new Windows servers would not create the pdf unless I specified the whole path to the file

6
Hi Bruce. Yes that's what we had done. Was just wondering if that was the best way.

7
Web Server - Ask For Help / Display date using picture in a webservice
« on: October 27, 2017, 03:05:21 AM »
We have built a webservice in which the customer enters a code. We return a description and a date from the table.
 The table is an MSSQL table and the field is a Date field. The date displays as a Clarion Date (78000). I would like it to display a formatted date (@D10-)
Help would be appreciated

8
Bump

9
Hi Bruce.
CopyAll.bat wasn't triggered when I compiled the app under NT10.07.
I ran that and checked that these lines were in netweb.css  in the application web folder
.RightJustify{text-align: right;}
.RightJustify .nt-flex{justify-content:right;}

They were in the file so I then ran gzipall.bat
I cleared the cache in Firefox and Chrome
In Firefox the fields are right justified. In Chrome they are left justified.

10
Hi Robert. Did you need to do anything else other than install 10.07?
I have installed and run and I still get the fields set to rightjustify displaying as centered (see attached)
One thing I noticed is that the download for the apps version is dated earlier than the desktop and server versions and may not have had this problem updated.

11
Web Server - Ask For Help / Re: Errors compiling 10.07
« on: September 26, 2017, 04:14:28 AM »
Hi Michaelis
I haven't installed it yet but these are probably fields in the Local data for webserver in the ServerSettings group.
You should be OK if you add them as fields to the new settings tab on the webserver window.

12
Subject says it all.
Image 1 application compiled with 9.31
Image 2 application compiled with 10.03
Image 3 application compiled with 10.06
Image 4 application compiled with 10.06 Image 5 setting for Image4 in field CSS setting

13
Web Server - Ask For Help / Re: NWF Auto-Insert
« on: August 31, 2017, 07:40:47 AM »
Hi rupert.
If you are using MSSQL the application will prime any field which is part of a unique key.

14
Hi Jason
I don't think the location of the folder is the issue as long as the files are in the correct folders (i.e, in the web folder under your invoices folder.), which is why I say copy you full invoices folder to the host.
Once you run the invoices application on the host server you should be able to access the website locally on the machine as http://127.0.0.1.
If that works then you should be live as long as http://www.billme.com is pointing to your virtual server.

15
Hi
I'm sure bruce will come in afterwards to give you a more definitive version but:-
I assume you have compiled and generated an application that runs on your local development system.
As a first step you could copy that whole folder and subfolders to your hosted server.
It would contain your .exe and any files you are using (I am assuming tps files)
below this would be your web folder with all those additional folders you have mentioned already pre populated.
At this point if you run the exe on the hosted server  you system should be live.
You would access it simply as http://www.billme.com The link you give is the sort I think you would use if you were deploying H5.
If this works you could then remove any files not required to run the application  in the Invoice folder on the hosted server (*.clw, *,inc .app .dct etc.)

Pages: [1] 2 3 ... 51