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.
31
Web Server - Ask For Help / Re: Sending HTML emails with embedded pictures
« on: October 21, 2019, 01:18:29 AM »
11.19 Bruce
32
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
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
33
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
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
34
Web Server - Ask For Help / Re: Help Clarion 11 problem
« on: August 12, 2019, 05:32:40 AM »
Thanks Bruce
35
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
The project for the application "complaints" does not exist on the
same directory. project:
c:\blah\blah\complaints.cwproj
36
Web Server - Ask For Help / NetWebBrowse sort on a large text field
« on: May 14, 2019, 10:12:38 PM »
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 ?
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 ?
37
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 ?
This is what appears on the browser console ?
38
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 ?
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 ?
39
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 ?
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 ?
40
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 ?
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 ?
41
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
can you expand on this for me:
constructs a 302 Redirect header to the new URL
42
Web Server - Ask For Help / NetwebPage with redirect
« on: March 08, 2019, 10:14:09 PM »
I am trying to redirect a request that comes into myserver to another server.
ie. I have created a netwebpage called red
so when a request comes in to www.myurl/red......
I do a p_web.redirect(www.anotherUrl) at the top of my code in the red netwebpage procedure...
I have also tried p_web.windowopen
Im not sure if this is correct or if its possible to do what I am trying in nettalk.
ie. I have created a netwebpage called red
so when a request comes in to www.myurl/red......
I do a p_web.redirect(www.anotherUrl) at the top of my code in the red netwebpage procedure...
I have also tried p_web.windowopen
Im not sure if this is correct or if its possible to do what I am trying in nettalk.
43
Web Server - Ask For Help / Re: Where can I find a rubberband exapmle on a netwebbrowse ?
« on: February 05, 2019, 01:42:30 AM »
Not that one ,
I will keep looking
I will keep looking
44
Web Server - Ask For Help / Secwin for Nettalk
« on: February 04, 2019, 04:21:14 AM »
With Secwin for Nettalk
I can see what groups a user has access to via the updateUser Form
I would like to see for a particular group which users have been allocated to that group
any Help ?
I can see what groups a user has access to via the updateUser Form
I would like to see for a particular group which users have been allocated to that group
any Help ?
45
Web Server - Ask For Help / Where can I find a rubberband exapmle on a netwebbrowse ?
« on: February 04, 2019, 01:51:16 AM »
I saw bruce demo a program using it ?