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

Pages: [1] 2 3 ... 9
1
Hi Bruce

Using Nt9.19. I have a string field on a netwebform with a lookup button.. On the Lookup Settings TAB in the 'Value field' i have UniqueID value and in the 'Description field' the Name description value.

If 'Display Description instead of value' is tick OFF - the  UniqueID display in the field and save the  UniqueID in the table. That is correct.
BUT
If 'Display Description instead of value' is tick ON - the Description display in the field and save the  Description value now  in the table. How can i correct this because it must still save the  UniqueID as the value in the field and not the description.

Regards
Johan

2
Hi Bruce

I have a memory form with a browse on. I want to display a certain alert message when click on a browse row.

I add some code with a certain condition  in  'the user click on a row in the browse' embed point and then call 'do SendMessage' routine:
loc:alert = 'SendMessage now whatever...'
but now alert message display.

I even try in code rather than calling do SendMessage :
loc:alert = 'SendMessage now whatever...'
p_web.Message('Alert',loc:alert,p_web.site.MessageClass,Net:Send,true)
No message display.

Any help or suggestions will be appreciated.
Regards
Johan

NT9.20
cl8

3
Web Server - Ask For Help / openSSL:FATAL - nettalk 9.19
« on: February 09, 2017, 05:39:38 AM »
Hi Bruce
I upgrade from NT9.16 to NT9.19 today. Also upgrade to latest StringTheory and Xfiles

Compile without errors. When try to run the webserver receive a OpenSSL:Fattal error:
OpenSSL_Uplink(24091000,09): No OPENSSL_Applink

Any suggestions what to do will be appreciated.

Regards
Johan

4
Web Server - Ask For Help / Content-Disposition: form-data;
« on: January 24, 2017, 03:54:55 AM »
Hi Bruce

I the log file of the web server app I am getting the following when doing a POST on a memory form:

Content-Disposition: form-data; name="FormState"
FVFPEGMVZU
-----------------------------180881968911146
Content-Disposition: form-data; name="loc__FTPolicyNo"

It seems to be on any field on the form when any field was accepted.

What will the effect of this Content-Disposition on the running and performance of the web app. If this is an error on my side, what must I lookout for to fix it please.

The user is not ogged in and with the form it connects to the server to validate certain fields in the table.

Can this cause perhaps the server to shut down without any errors.

Kind regards
Johan

5
Web Server - Ask For Help / Server shutdown without errors
« on: January 23, 2017, 02:22:00 AM »
Hi

I am still battling with my old problem in a previous threat and still cannot sort it out.

I run my webserver on one of my clients servers as an exe program. The clients connect to the server with their web browser. It is a memory form to register a claim. Every time when the client opens the form, it first connect to the server to validate certain input fields and when the validation criteria is true, there is a  'Go' button and opens a new memory form with all the required fields for the claim.

At the end there is a  checkbox to confirm that all the information is correct. On the confirmation I run source code to validate all required fields. If validation true at end then run p_web.script(.........("clicksave")

Then it do Validate All  where I register all the required fields, generate pdf report, upload the attachment files and send email with pdf and attachments.

This is working well, then suddenly the server shutdown without any gpf or error/message log.

Sometimes it run for days if lucky, otherwise shut down several times a day, maybe 5 claims registered. I cannot get any feedback from clients whit what they are busy on the form or when it happens.

Can somebody give any suggestions of any solution or what it could be causing this shutdown.

Unfortunately I cannot create a test example as their is a lot of dll and using MSSQL database.

Currently I use 'RestartOnCrash' to restart the webserver, but I need to resolve the problem urgently.

Clarion 8
Nettalk 9.17
All latest Capesoft templates.

6
Hi Bruce
I start my webserver as a service without a problem under administrator account. The service will run sometimes for hours without a problem and then suddenly the service stop without any error or GPF error. The webserver.exe is still available in the task manager but nobody can connect with their web browser. Must first end the task in the task manager and then start the service and then it will be available for maybe an hour and then the service stop.

Any suggestions to capture if there is any error or something else that i must look into.

Using NT9.15, ST2.51, Selfservice 3.43 HyperActive 2.20 and winEvent 3.86

Kind regards
Johan

7
Web Server - Ask For Help / Compile errors after upgrade to WinEvent5.05
« on: November 21, 2016, 05:54:38 AM »
Hi Bruce
I upgrade Winevent3.88 to Winevent5.05
I am getting lots of compile errors like Win Event is Unresolved for Export.

It is a multi dll program and 'This is part of MultiDLL program' and 'Export WinEvent data from this DLL'  both ticked on. Read through documentation and still cannot resolve the problem. I try to refresh classes without any luck

Please find attach screenshot of the errors.

Any suggestions will help.

Kind regards
Johan

8
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

9
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


10
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

11
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

12
Hi Bruce
I upgrade stringtheory to 2.47 and now getting compile error

Unresolved External XMLENCODE@F12STRINGTHEORYl

How can i fix this

Regards
Johan

13
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

14
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

15
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

Pages: [1] 2 3 ... 9