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

Pages: 1 2 [3] 4 5 ... 9
31
Web Server - Ask For Help / nettalk 11 cant send email ?
« on: November 08, 2018, 08:54:48 PM »
<<
<<220 email-smtp.amazonaws.com ESMTP SimpleEmailService-3862038527 GyYUGMktn8dSiOm5YcYx

>>EHLO MikeLT

<<250-email-smtp.amazonaws.com
250-8BITMIME
250-SIZE 10485760
250-STARTTLS
250-AUTH PLAIN LOGIN
250 Ok

>>STARTTLS

<<220 Ready to start TLS

<<
>>EHLO MikeLT

<<250-email-smtp.amazonaws.com
250-8BITMIME
250-SIZE 10485760
250-STARTTLS
250-AUTH PLAIN LOGIN
250 Ok

>>AUTH LOGIN PLAIN

<<421 4.3.0 Mail system failure, closing transmission channel


32
Web Server - Ask For Help / nettalk 11 inspect console errors ?
« on: November 08, 2018, 11:15:13 AM »
Refused to apply style from 'https://assess.jmr.co.za/themes/base/CustomT.Css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
custom.js:1 Failed to load resource: the server responded with a status of 404 (The page cannot be found)
LoginForm:1 Refused to execute script from 'https://assess.jmr.co.za/scripts/custom.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
LoginForm:71 Uncaught TypeError: $(...).ntmenu is not a function
    at HTMLDocument.<anonymous> (LoginForm:71)
    at i (jquery-1.12.4.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-1.12.4.min.js:2)
    at Function.ready (jquery-1.12.4.min.js:2)
    at HTMLDocument.K (jquery-1.12.4.min.js:2)
LoginForm:1 Refused to apply style from 'https://assess.jmr.co.za/themes/base/CustomT.Css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

33
Web Server - Ask For Help / html editor
« on: October 22, 2018, 09:35:57 PM »
I would like to start sending emails using html instead of free text.
I notice its very simple using nettalk.
I currently allow users to define a body template if you like for the emails.
I would have to incorporate an html editor into my nettalk app.
I see that nettalk allows for redactor and tinymice , but the main editor feature I need is to insert a picture onto the page doesnt seem to be supported by either of these two editors.
Can someone give me a idea, solution or method how I can progress.
 

34
Web Server - Ask For Help / locator not appearing on a numeric field
« on: October 20, 2018, 09:06:10 AM »
I have a netwebbrowse
all the fields in the browse show a locator exempt the field that is a long type in the database
it is defined as a string in the browse
i have tried default, position,search as locator type
it is also the unique key
what do i do to make the locator appear ?

35
Web Server - Ask For Help / HotImage on example web26 not working
« on: October 08, 2018, 12:54:22 AM »
I copied the hotimage netwebsource procedure and got it working in my app, but the picture display at the bottom of the browse not to the right
I then compiled the web26 example to see what happens.
The web26 example does not show the picture at all in the browsemailbox procedure that calls hotimage to the right ?
I know this used to work ?

36
Im trying to compile to web26 example
I think I have freeimage installed ?
is this inc file  free image source file ?

37
is there an example i can use to see how to inlne embed images into an email i want to send ?

38
Web Server - Ask For Help / Page to display after user logs in
« on: May 31, 2018, 07:52:15 PM »
I would like to decide based on who is logging in what page to serve next.
there is place for a variable on the form 'URL on Save'
I have set it to a sessionvalue that i set in the validate login procedure in the webhandler but the formaction is set before the user logs in.
how do i use a variable here or cause the save button to serve the page i want ?


39
Do I have to open a window before I use a netwebclient to call another webservice within nettalk ?

40
Unknown Identifier NetEmailReadFileName ?

41
Web Server - Ask For Help / Global Embed Dissapeared ?????
« on: February 08, 2018, 01:43:24 AM »
Help ?????
all global embeds have disapeared  ?
see screenshot

42
I get this error sporadically on my production server.
I don't know when, but once it happens it goes in a loop and keeps writing this out to the messagelog file.
I need to kill the app and restart.
Please help.
 
,4,Auto Increment Error,Attempts to automatically number this record have failed.|File: Secwin_Operators|Key: ds_ope:Key|Error:  (0).|Try Again?

43
Web Server - Ask For Help / Report Procedure gets called twice ?
« on: January 16, 2018, 03:26:32 AM »
I put  button on a memory form to call a pdf print procedure
everything works, except the actual print program gets called twice ?
I altered example 71 to duplicate the problem

44
Hi Bruce can you add an embed point under the p_web._sendfile statement.
This will allow us to put an if check around the _sendfile.
Sometimes I just want to save the report not display it.

45
in the ExampleJsonRequest routine of a netwebservice I get the following compile errors for each input parameter

Must specify identifier - C:\Users\Public\Documents\SoftVelocity\Clarion10\Solutions\ClaimsApi\ClaimsApi005.clw:3693,33
Unknown identifier: CLAIMNUMBER - C:\Users\Public\Documents\SoftVelocity\Clarion10\Solutions\ClaimsApi\ClaimsApi005.clw:3693,21

the line in the code is :

  collection.append(ClaimNumber,'**value**')

see attachment for a screen shot

Pages: 1 2 [3] 4 5 ... 9