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.
1
E-Mail - Ask For Help / Re: Send via Office365
« on: January 16, 2019, 09:44:32 AM »
Thanks Bruce -- as always!
2
E-Mail - Ask For Help / Send via Office365
« on: January 14, 2019, 06:16:04 AM »
Hi All: How can I send emails out through the user's Office365 account? We've been doing smtp via a master company email account (Earthlink). It has worked perfectly until this last week. The emails are in html format.
Thanks,
Jim
Thanks,
Jim
3
Web Server - Ask For Help / Re: DNS / Certificate questions
« on: April 03, 2018, 03:37:28 AM »
Thank you Bill! Exactly what I needed to know.
4
Web Server - Ask For Help / Re: DNS / Certificate questions
« on: April 02, 2018, 03:31:30 PM »
It's probably a dumb question, sorry. Maybe it'll help to rewrite what I'm after.
1. To use Let's Encrypt, do I need to assign a domain name to our IP address?
2. If the answer above is true, can I assign a domain name to a port number on the IP address?
Thanks,
Jim
1. To use Let's Encrypt, do I need to assign a domain name to our IP address?
2. If the answer above is true, can I assign a domain name to a port number on the IP address?
Thanks,
Jim
5
Web Server - Ask For Help / DNS / Certificate questions
« on: March 26, 2018, 05:36:25 PM »
Hi All: It's been awhile since I've done much with NTWS but would like to get things going again. I had previously used the server's IP address and port and simply set the connection as secure. I shut down that app a few years ago. From what I've been able to gather now, I need to get a domain that points to the private server's IP, and use Let's Encrypt or buy a certificate for that domain. Correct?
I really don't want to expose the server to anything but the web app. What measures can or should I take to achieve that?
If there's a webinar for this, please let me know.
Thank you,
Jim
I really don't want to expose the server to anything but the web app. What measures can or should I take to achieve that?
If there's a webinar for this, please let me know.
Thank you,
Jim
6
Web Server - Ask For Help / Re: SSL Setup Not Available
« on: December 12, 2017, 03:40:54 AM »
Thanks Bruce. Exactly what I wanted to know.
7
Web Server - Ask For Help / Re: SSL Setup Not Available
« on: December 11, 2017, 10:44:54 AM »
Don't have time to watch them right now, but what if this is an intranet and we don't have a domain name for it but just the ip address?
Thanks.
Jim
Thanks.
Jim
8
E-Mail - Ask For Help / Re: NT10 and FE Email Demo won't compile.
« on: December 08, 2017, 12:20:15 PM »
Hi Bruce: Just updated to NT 10.12 and StringTheory 2.67 and that appears to have solved it.
Thanks,
Jim
Thanks,
Jim
9
E-Mail - Ask For Help / NT10 and FE Email Demo won't compile.
« on: November 08, 2017, 05:11:00 AM »
Hi: I got most of this figured out, but am still having compile issues. I'm not sure how to replace the: &= new String(htmlFile.binDataLen).
I see the obvious changes from the docs but it would be very helpful to see the code below in its new format.
Thank you.
Jim
htmlFile.Load(htmlFileName) ! Load the file from disk the the feFile class.
if convertToText ! Handle conversion to text using the NetWebClient class
htmlToText.page &= new String(htmlFile.binDataLen)
htmlToText.page = htmlFile.binData
htmlToText.TextOnly()
EmailSender.SetRequiredMessageSize(0, htmlToText.pageLen, htmlFile.binDataLen)
EmailSender.messageText = htmlToText.page
else
EmailSender.SetRequiredMessageSize(0, 0, htmlFile.binDataLen)
end
I see the obvious changes from the docs but it would be very helpful to see the code below in its new format.
Thank you.
Jim
htmlFile.Load(htmlFileName) ! Load the file from disk the the feFile class.
if convertToText ! Handle conversion to text using the NetWebClient class
htmlToText.page &= new String(htmlFile.binDataLen)
htmlToText.page = htmlFile.binData
htmlToText.TextOnly()
EmailSender.SetRequiredMessageSize(0, htmlToText.pageLen, htmlFile.binDataLen)
EmailSender.messageText = htmlToText.page
else
EmailSender.SetRequiredMessageSize(0, 0, htmlFile.binDataLen)
end
10
E-Mail - Ask For Help / Re: htmlToText.page error NT 10.09
« on: November 07, 2017, 10:12:06 AM »
Never mind. Just found in the docs. Didn't realize that it was part of webclient.
11
E-Mail - Ask For Help / htmlToText.page error NT 10.09
« on: November 07, 2017, 09:52:20 AM »
Hi All: I'm probably missing something super easy, but after I installed NT 10, it broke the FE code that I was using to send html files.
Have the latest FE (5.61) and tried compiling the emailhtmlfile demo and it kicks out the error above as well.
Thanks,
Jim
Have the latest FE (5.61) and tried compiling the emailhtmlfile demo and it kicks out the error above as well.
Thanks,
Jim
12
Web Server - Ask For Help / Re: Lookup stays on the lookup page and doesn't return to caller
« on: September 19, 2016, 03:25:10 AM »
Thanks Bruce. I'll try to be there.
13
Web Server - Ask For Help / Re: Lookup stays on the lookup page and doesn't return to caller
« on: September 18, 2016, 12:42:04 PM »
I'm not sure what I'm looking for. This comes from the Firebug console:
Accept
*/*
Accept-Encoding
gzip, deflate, br
Accept-Language
en-US,en;q=0.5
Cookie
SESSIONID=2XIzDCqik3Jm20W8lCh0VTCMho5IeM
Host
xx.xx.xx.xxx:5082
Referer
https://xx.xx.xx.xxx:5082/LookupCustomers?LookupField=Loc:Customer&Tab=1&ForeignField=CUS:Customer&_sort_
=CUS:Customer&_refresh_=sort&
User-Agent
Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0
X-Requested-With
XMLHttpRequest
curl 'https:/xx.xx.xx.xxx:5082/lookupcustomers?_event_=rowclicked&_bidv_=XN4X1GKb&_column_=5&_parentProc_=&_parentRid_=&_ajax_=1&_popup_=0&_rid_=130318&_rnd_=b79i1qn5' -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.5' -H 'Cookie: SESSIONID=2XIzDCqik3Jm20W8lCh0VTCMho5IeM' -H 'Host: xx.xx.xx.xxx:5082' -H 'Referer: https://xx.xx.xx.xxx:5082/LookupCustomers?LookupField=Loc:Customer&Tab=1&ForeignField=CUS:Customer&_sort_=CUS:Customer&_refresh_=sort&' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0' -H 'X-Requested-With: XMLHttpRequest'
If there's a webinar I should watch, please let me know. Trying to find my way through this.
Thanks,
Jim
Accept
*/*
Accept-Encoding
gzip, deflate, br
Accept-Language
en-US,en;q=0.5
Cookie
SESSIONID=2XIzDCqik3Jm20W8lCh0VTCMho5IeM
Host
xx.xx.xx.xxx:5082
Referer
https://xx.xx.xx.xxx:5082/LookupCustomers?LookupField=Loc:Customer&Tab=1&ForeignField=CUS:Customer&_sort_
=CUS:Customer&_refresh_=sort&
User-Agent
Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0
X-Requested-With
XMLHttpRequest
curl 'https:/xx.xx.xx.xxx:5082/lookupcustomers?_event_=rowclicked&_bidv_=XN4X1GKb&_column_=5&_parentProc_=&_parentRid_=&_ajax_=1&_popup_=0&_rid_=130318&_rnd_=b79i1qn5' -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.5' -H 'Cookie: SESSIONID=2XIzDCqik3Jm20W8lCh0VTCMho5IeM' -H 'Host: xx.xx.xx.xxx:5082' -H 'Referer: https://xx.xx.xx.xxx:5082/LookupCustomers?LookupField=Loc:Customer&Tab=1&ForeignField=CUS:Customer&_sort_=CUS:Customer&_refresh_=sort&' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:48.0) Gecko/20100101 Firefox/48.0' -H 'X-Requested-With: XMLHttpRequest'
If there's a webinar I should watch, please let me know. Trying to find my way through this.
Thanks,
Jim
14
Web Server - Ask For Help / Re: Lookup stays on the lookup page and doesn't return to caller
« on: September 17, 2016, 05:42:49 AM »
Thanks guys. Been on the road and haven't been able to follow up. Will watch it in Firebug and will post results.
Appreciate the help.
Appreciate the help.
15
Web Server - Ask For Help / Re: Webserver not responsive when run as service (SelfService)
« on: September 17, 2016, 05:41:41 AM »
I agree. Messagebox was key to finding the problem. A must have!