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 / Time field not saving as Long
« on: April 27, 2014, 10:06:42 PM »
Hi,
In NT7.34 (Still on C6.3-9058) I need a TIME field.
It is a local variable on a memory form..
I have it as a LONG with Picture @T1.
I have also set the Picture on the memory form as @T1.
However when I save it in a file it is not saved as a Clarion Long.
How can I have them enter it as 14:30 and then save it as a Clarion Long?
Regards
Johan de Klerk
In NT7.34 (Still on C6.3-9058) I need a TIME field.
It is a local variable on a memory form..
I have it as a LONG with Picture @T1.
I have also set the Picture on the memory form as @T1.
However when I save it in a file it is not saved as a Clarion Long.
How can I have them enter it as 14:30 and then save it as a Clarion Long?
Regards
Johan de Klerk
32
Web Server - Ask For Help / Massive security bug in OpenSSL
« on: April 08, 2014, 11:47:20 PM »
Hi,
For everyone that uses OpenSSL:
Massive security bug may leave SA sites vulnerable: http://mybroadband.co.za/news/security/100204-massive-security-bug-may-leave-sa-sites-vulnerable.html
TLS heartbeat read overrun (CVE-2014-0160): https://www.openssl.org/news/secadv_20140407.txt
OpenSSL 1.0.1g is now available, including bug and security fixes: https://www.openssl.org/source/
Regards
Johan de Klerk
For everyone that uses OpenSSL:
Massive security bug may leave SA sites vulnerable: http://mybroadband.co.za/news/security/100204-massive-security-bug-may-leave-sa-sites-vulnerable.html
TLS heartbeat read overrun (CVE-2014-0160): https://www.openssl.org/news/secadv_20140407.txt
OpenSSL 1.0.1g is now available, including bug and security fixes: https://www.openssl.org/source/
Regards
Johan de Klerk
33
Web Server - Ask For Help / Add Soap Requests to Performance Tab
« on: February 12, 2014, 09:27:05 PM »
Hi Bruce,
Would it be possible for you to add Soap Requests to the Permormance Tab of the Web Server Window counters?
At this stage it counts the Soap Requests in the same counter as page requests.
It would be nice to be able to split and see the page requests and Soap requests seperate.
Regards
Johan de Klerk
Would it be possible for you to add Soap Requests to the Permormance Tab of the Web Server Window counters?
At this stage it counts the Soap Requests in the same counter as page requests.
It would be nice to be able to split and see the page requests and Soap requests seperate.
Regards
Johan de Klerk
34
Web Server - Ask For Help / Problem with NT 7.28 and Newsgroup Downloads
« on: November 17, 2013, 08:00:32 AM »
Hi Bruce,
I have a problem with the Newsgroup Downloads option.
I am using this command:
ThisNewsReceive.ASK(NET:NewsDownload) ! Options here are either Net:NewsCount or Net:NewsDownload
to download news items from the NG.
ThisNewsReceive.OptionsDontSaveAttachments = 0
The message is coming in as (See attached)
However in this: CLIP (SELF.AttachmentList)
there is not attachment list and the attachments are not saved as well.
You will see that there is supposed to be a InfoZip.Zip file attached.
I see that even in the NT demo: C:\Clarion6\3rdParty\examples\NetTalk\Demo\Demo.App it downloads the NG message but without the attachment and it also do not save the attachments in the folder.
Try the demo with:
News Server = news.softvelocity.com
News Group = comp.lang.clarion
Message ID = 252982
However if you look at the WholeMessage you will see:
X-Attachment: InfoZip.zip
I have no idea how to fix this.
I am on NT 7.28
Regards
Johan de Klerk
[attachment deleted by admin]
I have a problem with the Newsgroup Downloads option.
I am using this command:
ThisNewsReceive.ASK(NET:NewsDownload) ! Options here are either Net:NewsCount or Net:NewsDownload
to download news items from the NG.
ThisNewsReceive.OptionsDontSaveAttachments = 0
The message is coming in as (See attached)
However in this: CLIP (SELF.AttachmentList)
there is not attachment list and the attachments are not saved as well.
You will see that there is supposed to be a InfoZip.Zip file attached.
I see that even in the NT demo: C:\Clarion6\3rdParty\examples\NetTalk\Demo\Demo.App it downloads the NG message but without the attachment and it also do not save the attachments in the folder.
Try the demo with:
News Server = news.softvelocity.com
News Group = comp.lang.clarion
Message ID = 252982
However if you look at the WholeMessage you will see:
X-Attachment: InfoZip.zip
I have no idea how to fix this.
I am on NT 7.28
Regards
Johan de Klerk
[attachment deleted by admin]
35
Web Server - Ask For Help / NT 7.26 Error in FTP : NetTalkSendOneFTP extension template
« on: October 12, 2013, 02:20:01 AM »
Hi Bruce,
I am getting an error since upgrading to 7.26 : Syntax Error: Unknown identifier: x"
In this line : LocNETFTPQ.Remotefile = sub(pLocalPath,x+1,len(pLocalPath) - ftpx)
I think it is related to: Change: FTP : NetTalkSendOndFTP extension template renamed variable x to ftpx.
Regards
Johan de Klerk
I am getting an error since upgrading to 7.26 : Syntax Error: Unknown identifier: x"
In this line : LocNETFTPQ.Remotefile = sub(pLocalPath,x+1,len(pLocalPath) - ftpx)
I think it is related to: Change: FTP : NetTalkSendOndFTP extension template renamed variable x to ftpx.
Regards
Johan de Klerk
36
Web Server - Ask For Help / NT 7.13 and PDF-Tools 4.1 compile error
« on: July 02, 2013, 08:14:50 AM »
Hi Bruce,
Just update to NT 7.13.
Compiling my webapp I get a error.
Unknown Variable '%PDFXT40bjName'
It was compiling 100% with NT 7.12.
I have PDF-Tools 4.1.
Regards
Johan de Klerk
Just update to NT 7.13.
Compiling my webapp I get a error.
Unknown Variable '%PDFXT40bjName'
It was compiling 100% with NT 7.12.
I have PDF-Tools 4.1.
Regards
Johan de Klerk
37
Web Server - Ask For Help / OT: Test program to see how fast NetTalk can send SMS'ses via HTTP
« on: July 23, 2012, 03:12:00 AM »
Hi,
This is just a small test program that I wrote for myself to get the implementation of my SMS systems working in my other apps.
You can try it and see how fast NetTalk can send and process the returned results via HTTP.
With NetTalk and StringTheory it is basically immediate.
NB: I tried attaching it to this message but it does not seem to want to attach to the message.
You can download it from: Link removed
Regards
Johan de Klerk
This is just a small test program that I wrote for myself to get the implementation of my SMS systems working in my other apps.
You can try it and see how fast NetTalk can send and process the returned results via HTTP.
With NetTalk and StringTheory it is basically immediate.
NB: I tried attaching it to this message but it does not seem to want to attach to the message.
You can download it from: Link removed
Regards
Johan de Klerk
38
Web Server - Ask For Help / SAVEPAGE method seems to be broken (NT6.26 / Clarion 6.3)
« on: March 25, 2012, 12:18:39 AM »
Hi,
I think something is broken on the NetTalk SAVEPAGE stuff: ThisWebClient.SavePage(FileName)
I have tried the NT Demo app in C:\Clarion6\3rdParty\examples\NetTalk\Demo\NetDemo.App
Compile the demo app,
Load the WEB CLIENT,
Get a webpage,
Click the SAVE button,
Specify a TXT file.
You will get an error that the file could not be saved.
Could someone please try the same to see if you get the same problem.
Thanks in advance
Regards
Johan de Klerk
I think something is broken on the NetTalk SAVEPAGE stuff: ThisWebClient.SavePage(FileName)
I have tried the NT Demo app in C:\Clarion6\3rdParty\examples\NetTalk\Demo\NetDemo.App
Compile the demo app,
Load the WEB CLIENT,
Get a webpage,
Click the SAVE button,
Specify a TXT file.
You will get an error that the file could not be saved.
Could someone please try the same to see if you get the same problem.
Thanks in advance
Regards
Johan de Klerk
39
Web Server - Ask For Help / NT6.24 compile error with Data Dll in NetSMPP.CLW
« on: March 04, 2012, 09:43:02 PM »
Hi Bruce,
Using the second (Sunday) NT6.24 build getting an error when compiling my Data Dll.
Syntax error: Missing procedure definition: TOSTRING(DELIVERSMRESP) in the NetSMPP.CLW
Regards
Johan de Klerk
Using the second (Sunday) NT6.24 build getting an error when compiling my Data Dll.
Syntax error: Missing procedure definition: TOSTRING(DELIVERSMRESP) in the NetSMPP.CLW
Regards
Johan de Klerk
40
Web Server - Ask For Help / Non-Normalised Lookup's not working
« on: January 17, 2012, 08:10:29 AM »
Hi Bruce,
Do you have any timeframe when you will will be able to get the non-normalised lookup's to work again?
C6.3-9058
NT 6.15
Regards
Johan de Klerk
Do you have any timeframe when you will will be able to get the non-normalised lookup's to work again?
C6.3-9058
NT 6.15
Regards
Johan de Klerk
41
Web Server - Ask For Help / Need some help with large system - South Africa
« on: July 23, 2011, 02:26:46 AM »
Hi,
I need to develop a very large Web System with NetTalk.
It will involve a webshop with Credit Card payments, etc.
Has anyone integrated a Credit Card System in South Africa?
I have a few NetTalk sites running but I think this one is going to be above my current knowledge of NetTalk.
Will need some serious help with this one.
Anybody that are interested in helping, for a fee of course, can contact me.
I would prefer someone in South Africa, if possible, because of same time zone and the ability to get into the car and drive to whereever if needed.
I have quite a short timeframe to get the system up and running.
Regards
Johan de Klerk
I need to develop a very large Web System with NetTalk.
It will involve a webshop with Credit Card payments, etc.
Has anyone integrated a Credit Card System in South Africa?
I have a few NetTalk sites running but I think this one is going to be above my current knowledge of NetTalk.
Will need some serious help with this one.
Anybody that are interested in helping, for a fee of course, can contact me.
I would prefer someone in South Africa, if possible, because of same time zone and the ability to get into the car and drive to whereever if needed.
I have quite a short timeframe to get the system up and running.
Regards
Johan de Klerk
42
Web Server - Ask For Help / NT5.22 Unresolved errors with Data Dll
« on: April 11, 2011, 08:01:59 AM »
Hi Bruce,
Compiling the AllFiles.app in your MultiDll(20) gives unresolved errors.
JQUERY@F18NETWEBSERVERWORKERsbsbsbOsb Is unresolved for export
SCRIPT@F18NETWEBSERVERWORKERsbl Is unresolved for export
UPDATE:
This was fixed by Bruce in a newer release of 5.22.
Regards
Johan de Klerk
Compiling the AllFiles.app in your MultiDll(20) gives unresolved errors.
JQUERY@F18NETWEBSERVERWORKERsbsbsbOsb Is unresolved for export
SCRIPT@F18NETWEBSERVERWORKERsbl Is unresolved for export
UPDATE:
This was fixed by Bruce in a newer release of 5.22.
Regards
Johan de Klerk
43
Web Server - Ask For Help / XP-Taskpanel menu not displaying all items in FireFox
« on: March 08, 2009, 06:57:14 AM »
Hi Bruce,
I have a lot of menu items, more than 30.
In IE it displays everything correctly up to the vey last one.
In FF it only displays a few of them.
The last lot are all missing and you can't scroll down to them.
Using CW 6.3-9058
NetTalk PR33
XP-TaskPanel as Menu Style
Regards
Johan de Klerk
I have a lot of menu items, more than 30.
In IE it displays everything correctly up to the vey last one.
In FF it only displays a few of them.
The last lot are all missing and you can't scroll down to them.
Using CW 6.3-9058
NetTalk PR33
XP-TaskPanel as Menu Style
Regards
Johan de Klerk
44
Web Server - Ask For Help / Fomin Report Builder and NetTalk WebServer
« on: August 04, 2008, 05:40:01 AM »
Hi,
Has anybody integrated FRB with NT WebServer yet?
If you did can you please give me a few pointers on how to do it please.
Regards
Johan de Klerk
Has anybody integrated FRB with NT WebServer yet?
If you did can you please give me a few pointers on how to do it please.
Regards
Johan de Klerk
45
Web Server - Ask For Help / How to put variables in static pages and replace at runtime
« on: May 25, 2008, 01:04:17 AM »
Hi,
I have my index page as a static page.
It works great but now I have the need to put variables inside my static index.html page and have them replaced at runtime.
How do I get it working?
Any help would be appreciated.
Regards
Johan de Klerk
I have my index page as a static page.
It works great but now I have the need to put variables inside my static index.html page and have them replaced at runtime.
How do I get it working?
Any help would be appreciated.
Regards
Johan de Klerk