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

Pages: 1 [2] 3 4 ... 18
16
Sorted,
I tried to recreate on web1 , but failed it works.
I ran gzipall and that fixed it.

17
Web Server - Ask For Help / Re: Netalk 11.24 Upload File works WARNING
« on: October 31, 2019, 01:26:55 AM »
Yep I understand, just thought it would be good to let people know, if they made the same mistake as me.

18
Web Server - Ask For Help / Netalk 11.24 Upload File works WARNING
« on: October 31, 2019, 12:53:29 AM »
The remove webfolderpath from incoming filename now works.
The problem is ....
The default on the template in the past was set to yes , but it didnt do it.
You need to check all your fileupload templates to remove this setting if you want them to work as they did in the past ?

19
Just Upgraded to 11.24
Noticed my netwebform with radio buttons Horizonal = Yes shows vertical ?

20
11.19 Bruce

21
Web Server - Ask For Help / Sending HTML emails with embedded pictures
« on: October 14, 2019, 04:26:49 AM »
Im using redactor as an html editor.
The user can set up emai body with pictures and html formatting.
I safe the html in a table.
If I come back to the record the data shows pictures and all.
However if I send the email out
I dont receive the picture in the body
If I look at the source
it shows as a cid:  ???
something like this
<figure>
<html>
<body>
<img src="cid:lexcorp3.gif"></figure>
but the picture doesn't display

22
Web Server - Ask For Help / Just Loaded Nettalk 11.21 - 3 September 2019
« on: September 15, 2019, 02:24:53 AM »
Got following Compile Errors
Please HELP
Procedure doesn't belong to module: NETWEBRELATIONMANAGER - C:\Users\Public\Documents\SoftVelocity\Clarion11\Solutions\LexCorp\Lexco_nw.clw:165
Procedure doesn't belong to module: NETWEBFILENAMED - C:\Users\Public\Documents\SoftVelocity\Clarion11\Solutions\LexCorp\Lexco_nw.clw:212
Procedure doesn't belong to module: NETWEBDLL_LEXCORP_SENDFILE - C:\Users\Public\Documents\SoftVelocity\Clarion11\Solutions\LexCorp\Lexco_nw.clw:302

23
Web Server - Ask For Help / Re: Help Clarion 11 problem
« on: August 12, 2019, 05:32:40 AM »
Thanks Bruce

24
Web Server - Ask For Help / Help Clarion 11 problem
« on: August 11, 2019, 04:17:59 PM »
I get a text box when I try compile
The project for the application "complaints" does not exist on the
same directory. project:
c:\blah\blah\complaints.cwproj

 

25
I have a netwebbrowse that displays a large text field
If I click on the sort header field on any of the columns it works
unless I click on the description field  then all records disappear and I get the no records message
if i click on any other header still no records appear
if i go out of the popup form and back in again still no records
looks like I need to close the webserver pgm and browser before I see the records again.

Any help on trying to debug this ?
 

26
Web Server - Ask For Help / Re: File Upload Button
« on: April 30, 2019, 03:22:08 AM »
jquery-1.12.4.min.js:4 POST https://assess.jmr.co.za/updateclaim_loc__DocFile_value?_event_=accepted 413 (Request Entity Too Large)

​This is what appears on the browser console ?

27
Web Server - Ask For Help / File Upload Button
« on: April 30, 2019, 03:10:57 AM »
Is there a limit on the size of a file upload other that the max limit set on the template.
I have not set the max limit but some large files my customers try to upload fail .
Is there another setting or limit set somewhere ?

28
Web Server - Ask For Help / How to manage an incoming url call
« on: April 23, 2019, 06:06:25 AM »
I have to give a service provider an incoming URL that they will call to pass me information as and when it happens.
I know how to do this with nettalk by creating a webmethod and service.
What I want to do is give one url for multiple tasks.
I want the one url to decide which actual url to call either one of ours or a third party.
I want to log the incoming request which I know how to do.
I also know how to construct a new call to another url using nettalk by doing a post, but how do I just pass the request on exactly as it came in to another webservice ?
Is it by doing a redirect ?

 

29
Web Server - Ask For Help / Bad Session ID
« on: March 10, 2019, 09:47:40 AM »
I finally got redirect working. Sort off, will discuss in this weeks webinar
But when I changed my port from 88 to 8118
I get Bad session ID returned from the Chrome Browser.
I fired up netdemo to see what would happen and the index page returns no problem
I test my webserver on Edge and there is no problem.
I only get Bad Session ID from the Chrome Browser.
If I change my port back to 88 , then  the chrome browser works ?

30
Web Server - Ask For Help / Re: NetwebPage with redirect
« on: March 09, 2019, 10:10:06 AM »
Thanks Jane
can you expand on this for me:
constructs a 302 Redirect header to the new URL

Pages: 1 [2] 3 4 ... 18