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
Web Server - Ask For Help / Re: Show/hide password in login form
« on: September 15, 2026, 06:04:31 PM »
HURRAH !!!
Many thanks Jane !
It compiles perfectly and works !
Now all I have to do is work out why it works and how you did it !
Can I suggest you send it to Bruce to incorporate into his next NT release examples?
With grateful regards,
Richard
Many thanks Jane !
It compiles perfectly and works !
Now all I have to do is work out why it works and how you did it !
Can I suggest you send it to Bruce to incorporate into his next NT release examples?
With grateful regards,
Richard
2
Web Server - Ask For Help / Re: Show/hide password in login form
« on: September 15, 2026, 04:21:47 PM »
Hi Jane
Clarion 12.14000
NT 14.36
Thanks
Richard
Clarion 12.14000
NT 14.36
Thanks
Richard
3
Web Server - Ask For Help / Re: Show/hide password in login form
« on: September 15, 2026, 02:24:49 PM »
Many thanks Jane and Johan,
Jane, wont compile and I cannot get to the webserver to populate the fields..?
95 errors all proxyserver etc.
Johan if you could - it might be a good place to learn JS
Cheers
Richard
Jane, wont compile and I cannot get to the webserver to populate the fields..?
95 errors all proxyserver etc.
Johan if you could - it might be a good place to learn JS
Cheers
Richard
4
Web Server - Ask For Help / Show/hide password in login form
« on: September 14, 2026, 09:17:05 PM »
Hi all
Can I have help toggling the password field please, ideally with/including an icon.
Ive been chasing my tail over it and would rather not use Javascript or the two fields option.
I did get some code suggestion from Copilot which was silent on how to make it "Fire'
My existing field is a Password field.
code from a working app would be wonderful.
Thanks
Richard
Clarion12 NT 14
Can I have help toggling the password field please, ideally with/including an icon.
Ive been chasing my tail over it and would rather not use Javascript or the two fields option.
I did get some code suggestion from Copilot which was silent on how to make it "Fire'
My existing field is a Password field.
code from a working app would be wonderful.
Thanks
Richard
Clarion12 NT 14
5
Web Server - Ask For Help / Re: Theme menu settings not being saved
« on: July 23, 2026, 05:27:48 PM »
further to..
Somehow I changed the link mode in the project from lib to dll and complied which may account for it but despite resetting back to lib and recompiling ,doesnt correct it.
anyone able to help here please?
Thanks
Richard
Somehow I changed the link mode in the project from lib to dll and complied which may account for it but despite resetting back to lib and recompiling ,doesnt correct it.
anyone able to help here please?
Thanks
Richard
6
Web Server - Ask For Help / Theme menu settings not being saved
« on: July 22, 2026, 05:38:57 PM »
Hi
In Clarion 11.1 my NT Themes settings are not being saved, in the menu options
Top, Accordian, or Task Panel
I can set and it worked but on recompile it converts back to no selection
Dont seem to be able to find a reference to the fix or as to why it suddenly changed
NT 14.38
Thanks
Richard
In Clarion 11.1 my NT Themes settings are not being saved, in the menu options
Top, Accordian, or Task Panel
I can set and it worked but on recompile it converts back to no selection
Dont seem to be able to find a reference to the fix or as to why it suddenly changed
NT 14.38
Thanks
Richard
7
Web Server - Ask For Help / Re: Clearing Buffer
« on: July 17, 2026, 02:19:23 PM »
Thank you very much
Im going to use clock() and an increasing number ( to accomodate more than one send per day, so I can change the Filedownload Example to recognise the latest name..
Much obliged
Regards,
Richard
Im going to use clock() and an increasing number ( to accomodate more than one send per day, so I can change the Filedownload Example to recognise the latest name..
Much obliged
Regards,
Richard
8
Web Server - Ask For Help / Clearing Buffer
« on: July 16, 2026, 04:15:10 PM »
Hello
CSV file issues in NTWeb Form
Writing to a BASIC datatable
Wanting to export from that.
Procedure is
Open App run a creation and export of a CSV file -File is correct
repeat with session still open but different selections
New file created in parent folder but the original CSV file exported,
Despite Coding the removal of the existing file first
Not using a Queue
Is the original "locked in the Buffer" in which case how to remove so that the downloaded file is the correct one, programmatically, please?
It subsequently appears to be that the DownloadBrowse from the FileDownload example from a remote application caching the earlier file as the created file is correct.
w
Richard
NT 14.38
CSV file issues in NTWeb Form
Writing to a BASIC datatable
Wanting to export from that.
Procedure is
Open App run a creation and export of a CSV file -File is correct
repeat with session still open but different selections
New file created in parent folder but the original CSV file exported,
Despite Coding the removal of the existing file first
Not using a Queue
Is the original "locked in the Buffer" in which case how to remove so that the downloaded file is the correct one, programmatically, please?
It subsequently appears to be that the DownloadBrowse from the FileDownload example from a remote application caching the earlier file as the created file is correct.
w
Richard
NT 14.38
9
Web Server - Ask For Help / Opening and closing nettalk apps running remotely
« on: February 02, 2026, 01:05:47 PM »
Hello,
I have NT apps running on amazon servers, and have the need to auto close the running app at an appointed time and reopen
Cleanclosedown does the closing but the only way I can think of auto opening is by a stand alone Timer app , unless there is in fact a recognised method?
Thanks
Richard
clarion 11.1 NT14.37
I have NT apps running on amazon servers, and have the need to auto close the running app at an appointed time and reopen
Cleanclosedown does the closing but the only way I can think of auto opening is by a stand alone Timer app , unless there is in fact a recognised method?
Thanks
Richard
clarion 11.1 NT14.37
10
Web Server - Ask For Help / Re: Problem running from localhost
« on: July 18, 2025, 06:34:25 PM »
Hi Jane,
I have isolated the problem to PORT 80( which is the local PORT I routinely use) by running a webserver example using PORT 88 The example ran perfectly, and on changing the Port to 80 caused the now familiar error.
Using PORT 88 in my app also was succssful.
The running application now on PORT 80 is elusive, surviving Shut Down.
How can I discover what it is? as Ive searched Task Manager and got the syntax for Powershell from AI both without success.
Thanks for your contact and help
Cheers
Richard
I have isolated the problem to PORT 80( which is the local PORT I routinely use) by running a webserver example using PORT 88 The example ran perfectly, and on changing the Port to 80 caused the now familiar error.
Using PORT 88 in my app also was succssful.
The running application now on PORT 80 is elusive, surviving Shut Down.
How can I discover what it is? as Ive searched Task Manager and got the syntax for Powershell from AI both without success.
Thanks for your contact and help
Cheers
Richard
11
Web Server - Ask For Help / Re: Problem running from localhost
« on: July 18, 2025, 02:09:40 PM »
Hi Jane,
Thanks for replying....
I see http://localhost/
but https://127.0.0.1/
and in nedtdemo using client 127.0.0.1
on connect the error message is
<a netwoprk communication error has occured.
Error= - 53 which means Open Timeout or failure error{winsock error = 10061:( WSAECONNREFUSED) Connection refused.No connection could be made because the target machine actively refused it.]
Error occured in functionm NetSimple.TakeEvent>
beyond me !
I await your responce with eager and hopeful anticipation
Cheers
Richard
Thanks for replying....
I see http://localhost/
but https://127.0.0.1/
and in nedtdemo using client 127.0.0.1
on connect the error message is
<a netwoprk communication error has occured.
Error= - 53 which means Open Timeout or failure error{winsock error = 10061:( WSAECONNREFUSED) Connection refused.No connection could be made because the target machine actively refused it.]
Error occured in functionm NetSimple.TakeEvent>
beyond me !
I await your responce with eager and hopeful anticipation
Cheers
Richard
12
Web Server - Ask For Help / Problem running from localhost
« on: July 18, 2025, 03:32:54 AM »
Whats gone wrong?
I was tripping between C12 and C11.1 on the same PC when, following a successful compile and run, on opening the Browser using localhost:80 or 127.0.0.1:80 I get this error-
<localhost uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don't support a common SSL protocol version or cipher suite.>
I have NO idea how to resolve this, so would appreciate help
thanks
NT 14.35
Richard
I was tripping between C12 and C11.1 on the same PC when, following a successful compile and run, on opening the Browser using localhost:80 or 127.0.0.1:80 I get this error-
<localhost uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don't support a common SSL protocol version or cipher suite.>
I have NO idea how to resolve this, so would appreciate help
thanks
NT 14.35
Richard
13
Web Server - Ask For Help / Re: web26 example File Upload
« on: March 23, 2025, 10:23:19 PM »
Many thanks Bruce.
regards,
Richard
regards,
Richard
14
Web Server - Ask For Help / Re: Coding a date field to be a particular day date
« on: March 23, 2025, 08:43:38 PM »
Thanks Niels for the heads up re "DAY"
FYI
The Code is now sorted , provided the date column in the CSV file is changed to dd/mm/yyyy
herewith for your interest
SET(Lineitems)
Access:Lineitems.usefile
OPEN (Lineitems)
Relate:ImportCSV.OPEN
SET(ImportCSV)
LOOP until Access:ImportCSV.Next()
Lin:UserName = p_web.GSV('Username')
Lin:Quantity = 1
Lin:Product = ImpCSV:Label3
Lin:Price = ImpCSV:Label6
Lin:IncomeItem = 0
IF Lin:Price > 1 THEN Lin:IncomeItem = 1 END
IF LIN:Price < 1 THEN LIN:Price = (LIN:Price * -1 ) END
Lin:Total = Lin:Price
Lin:date = deformat( ImpCSV:Label7),@D6)
locNewDate = LIN:Date
locdaydate = DAY(Lin:Date)
LIN:Date = (locNewDate - locdaydate) +1
INV:Date = Lin:date
IF access:Invoice.Fetch(INV:byDateDescending) = LEVEL:Benign
Lin:InvoiceNumber = INV:ID
END
Access:LineItems.Insert()
END
loc:Alert = 'Your Bank Statement has been Imported.'
Regards,
Richard
FYI
The Code is now sorted , provided the date column in the CSV file is changed to dd/mm/yyyy
herewith for your interest
SET(Lineitems)
Access:Lineitems.usefile
OPEN (Lineitems)
Relate:ImportCSV.OPEN
SET(ImportCSV)
LOOP until Access:ImportCSV.Next()
Lin:UserName = p_web.GSV('Username')
Lin:Quantity = 1
Lin:Product = ImpCSV:Label3
Lin:Price = ImpCSV:Label6
Lin:IncomeItem = 0
IF Lin:Price > 1 THEN Lin:IncomeItem = 1 END
IF LIN:Price < 1 THEN LIN:Price = (LIN:Price * -1 ) END
Lin:Total = Lin:Price
Lin:date = deformat( ImpCSV:Label7),@D6)
locNewDate = LIN:Date
locdaydate = DAY(Lin:Date)
LIN:Date = (locNewDate - locdaydate) +1
INV:Date = Lin:date
IF access:Invoice.Fetch(INV:byDateDescending) = LEVEL:Benign
Lin:InvoiceNumber = INV:ID
END
Access:LineItems.Insert()
END
loc:Alert = 'Your Bank Statement has been Imported.'
Regards,
Richard
15
Web Server - Ask For Help / Re: Coding a date field to be a particular day date
« on: March 19, 2025, 12:40:34 AM »
Thanks but no not yet!