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.
16
Web Server - Ask For Help / Auto login from URL without calling LogIn form
« on: November 09, 2016, 05:12:30 AM »
Hi Bruce
I call a netwebform with values from a URL. It is opening the form and I can get the values in the from that was passed in the url.
How can I auto login to the netwebform that i called from the url without using the LoginForm.
I put in the code with the checks in the form and then set
p_web.ValidateLogin()
p_web.SetSessionLoggedIn(1)
but i am not logged in.
Any suggestions will be appreciated.
Kind regards
Johan
I call a netwebform with values from a URL. It is opening the form and I can get the values in the from that was passed in the url.
How can I auto login to the netwebform that i called from the url without using the LoginForm.
I put in the code with the checks in the form and then set
p_web.ValidateLogin()
p_web.SetSessionLoggedIn(1)
but i am not logged in.
Any suggestions will be appreciated.
Kind regards
Johan
17
Web Server - Ask For Help / How to display Outlook msg file in a netwebpage?
« on: November 03, 2016, 10:59:31 PM »
Hi Bruce
I have an Outlook msg files attached to records. I want to display the msg files in a netwebpage but is only showing a lot of garbage in the page. The netwebpage page type is set to FILE. If it is a ms word document an I can open the file with MS Word, but I cannot get it to open Outlook and then it is trying to display it in the web browser.
Any suggestions what I can do will be appreciated.
Regards
Johan
Clarion 8
Nettalk 8.66
Windows10
I have an Outlook msg files attached to records. I want to display the msg files in a netwebpage but is only showing a lot of garbage in the page. The netwebpage page type is set to FILE. If it is a ms word document an I can open the file with MS Word, but I cannot get it to open Outlook and then it is trying to display it in the web browser.
Any suggestions what I can do will be appreciated.
Regards
Johan
Clarion 8
Nettalk 8.66
Windows10
18
Web Server - Ask For Help / Re: User close browser without log out- delete session
« on: October 13, 2016, 01:50:11 AM »
Many tanks Bruce
19
Web Server - Ask For Help / User close browser without log out- delete session
« on: October 12, 2016, 10:29:11 PM »
Hi
How can I delete a session if the user does not log out but only close his browser?
Is there somewhere where i can find some sample code how to check if the session is still active and if not, how can I update the webser to delete the session and not show in the webserver as logged in anymore.
Any suggestion will be appreciated.
Regards
Johan
How can I delete a session if the user does not log out but only close his browser?
Is there somewhere where i can find some sample code how to check if the session is still active and if not, how can I update the webser to delete the session and not show in the webserver as logged in anymore.
Any suggestion will be appreciated.
Regards
Johan
20
Web Server - Ask For Help / Re: Save/Cancel buttons sometimes working, sometimes not
« on: August 16, 2016, 10:31:18 PM »
Hi
What version of Nettalk and clarion are you using?
What version of Nettalk and clarion are you using?
21
Web Server - Ask For Help / Unresolved External XMLDECODE@F12STRINGTHEORY
« on: August 16, 2016, 04:26:57 AM »
Hi Bruce
I upgrade stringtheory to 2.47 and getting now compile errors
Unresolved External XMLDECODE@F12STRINGTHEORY
How can i fix this
Kind regards
Johan
I upgrade stringtheory to 2.47 and getting now compile errors
Unresolved External XMLDECODE@F12STRINGTHEORY
How can i fix this
Kind regards
Johan
22
Web Server - Ask For Help / Unresolved External XMLENCODE@F12STRINGTHEORYl
« on: August 16, 2016, 04:24:58 AM »
Hi Bruce
I upgrade stringtheory to 2.47 and now getting compile error
Unresolved External XMLENCODE@F12STRINGTHEORYl
How can i fix this
Regards
Johan
I upgrade stringtheory to 2.47 and now getting compile error
Unresolved External XMLENCODE@F12STRINGTHEORYl
How can i fix this
Regards
Johan
23
Web Server - Ask For Help / Re: Webserver Freeze or shutdown after upgrade to NT9 and CL10
« on: August 15, 2016, 09:38:53 PM »
The only changes I can see in the documentation is about the ADDLOG change.
There is now orphane in my webserver or webhandler and I do not have any code in AddLog PROCEDURE (NetWebServerWorkerBase p_web)
Is there something else that I missed in the documentation?
Tanks
There is now orphane in my webserver or webhandler and I do not have any code in AddLog PROCEDURE (NetWebServerWorkerBase p_web)
Is there something else that I missed in the documentation?
Tanks
24
Web Server - Ask For Help / Webserver Freeze or shutdown after upgrade to NT9 and CL10
« on: August 15, 2016, 05:38:51 AM »
Hi Bruce
I upgrade from Nettalk 8.66 to Nettalk 9.12 and from clarion 8 to Clarion 10.0.0.12278 and all the latest Capesoft templates that i use in the app
The apps iss mulkti dll and use MSSQL
Sometimes I can connect to the database after login without a problem. and can access the items on the menu. Then the webserver will shutdown or freeze. When it shut down there is now error message. Sometimes I am lucky to open a record from a browse and save the changes, when I want to update another record it shutdowns the webserver. The shutdown is so intermittent that it is impossible to to track when and where it will happens.
Any suggestions what i can try to resolve this problem
Kind regards
Johan
I upgrade from Nettalk 8.66 to Nettalk 9.12 and from clarion 8 to Clarion 10.0.0.12278 and all the latest Capesoft templates that i use in the app
The apps iss mulkti dll and use MSSQL
Sometimes I can connect to the database after login without a problem. and can access the items on the menu. Then the webserver will shutdown or freeze. When it shut down there is now error message. Sometimes I am lucky to open a record from a browse and save the changes, when I want to update another record it shutdowns the webserver. The shutdown is so intermittent that it is impossible to to track when and where it will happens.
Any suggestions what i can try to resolve this problem
Kind regards
Johan
25
Web Server - Ask For Help / Wizard form Size
« on: June 23, 2016, 03:14:32 AM »
Hi Bruce
Is there a way to dynamically set he form size for each tab. The tab is set to the first tab size and all the other tabs size stays the same even if there is only 5 fields on that tab.
Nettalk 8.66
Kind regards
Johan
Is there a way to dynamically set he form size for each tab. The tab is set to the first tab size and all the other tabs size stays the same even if there is only 5 fields on that tab.
Nettalk 8.66
Kind regards
Johan
26
Web Server - Ask For Help / Wizard form Tab Headers not Displaying
« on: June 23, 2016, 03:11:14 AM »
Hi Bruce
I use the wizard style on a memory form but cannot get the Tab Headers displaying.
Any suggestion how to get it displaying
Nettalk8.66
Kind Regards
Johan
I use the wizard style on a memory form but cannot get the Tab Headers displaying.
Any suggestion how to get it displaying
Nettalk8.66
Kind Regards
Johan
27
Web Server - Ask For Help / https Your connection is not private error
« on: June 13, 2016, 10:36:08 PM »
Hi Bruce
We use a ssl certificate issued by Comodo and is working for most of our clients.
Some of the clients getting the error in their web browser : Your connection is not private and the https is then crossed our and change colour to red. It happens on different browsers.
Other clients can safely access the website without any problems.
I test it on my samsung 3 tab previously and it was working fine, but getting the same error using Chrome or firefox on the tablet.
Any suggestions will help please
Using Clarion 8 and NT8.66
Kind regards
Johan
We use a ssl certificate issued by Comodo and is working for most of our clients.
Some of the clients getting the error in their web browser : Your connection is not private and the https is then crossed our and change colour to red. It happens on different browsers.
Other clients can safely access the website without any problems.
I test it on my samsung 3 tab previously and it was working fine, but getting the same error using Chrome or firefox on the tablet.
Any suggestions will help please
Using Clarion 8 and NT8.66
Kind regards
Johan
28
Web Server - Ask For Help / Compile error: To many segdef in file:4A,4000
« on: May 25, 2016, 02:02:51 AM »
Hi Bruce
Using clarion 8 and NetTalk 8.66. Do you perhaps know if this problem still exist in Clarion 10?
Regards
Johan
Using clarion 8 and NetTalk 8.66. Do you perhaps know if this problem still exist in Clarion 10?
Regards
Johan
29
Web Server - Ask For Help / Media control not opening PDF in mobile
« on: December 09, 2015, 02:59:54 AM »
Hi Bruce
How can I display a pdf file in a media control when in mobile mode. The report is generated and then it is down loaded to the device. After that I can open the pdf file with acrobat reader on the tablet. I tested with Firefox, Chrome and IE11.
Using Clarion 8 and NT8.66
Any suggestions please.
Regards
Johan
How can I display a pdf file in a media control when in mobile mode. The report is generated and then it is down loaded to the device. After that I can open the pdf file with acrobat reader on the tablet. I tested with Firefox, Chrome and IE11.
Using Clarion 8 and NT8.66
Any suggestions please.
Regards
Johan
30
Web Server - Ask For Help / Re: How to change Browse Button TextValue?
« on: October 07, 2015, 05:56:01 AM »
Tanks I follow your suggestion and it is working now.
Regards
Johan
Regards
Johan