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.


Messages - Vinnie

Pages: 1 ... 6 7 [8] 9 10 ... 12
106
Hi

I have a memory Form with input field. When the data is entered into this field I would like to do an update on the browse table and return back to the input field again.

Can anyone give me a clue what you should do or set.

All works great but I need to press Shit Tab on the keyboard to return back to the field. Can to be done automatic.

This may be a question for the Nettalk webinar this week.

Cheers

Vinnie.

Using Clarion 10 and Nettalk 8.55

107
Web Server - Ask For Help / Re: NWB Conditional Display Options
« on: July 09, 2015, 04:54:53 AM »
'I171:MlsDte => TODAY()'

Not sure if I understand your problem exactly.

Maybe

'p_web.GSV('I171:MlsDte') => TODAY()'

Cheers

Vinnie

108
I am using String Theory 2.29 without any problems.

Cheers
Vinnie

109
Web Server - Ask For Help / Re: NWB Filter problem
« on: July 05, 2015, 12:49:03 PM »
  'I400:Pfe = '&p_Web.GetSessionValue('GLW:Pfe')  This is for Numeric Value only

For String Value or Numeric should be
  'I400:Pfe = '''&p_Web.GetSessionValue('GLW:Pfe')&''''

Cheers

Vinnie

110
Web Server - Share Knowledge / PDF Reports not being created.
« on: June 19, 2015, 01:12:17 PM »
Strange problem over the last few days. PDF reports not created.
Error unable to create   \?folder\web\reports\$$$$?????.pdf.

Working OK for many years.

Error appears to be unable to write to folder Windows permissions. Even tried to run the app with Administrator permissions.
Restored Windows setting with system restore but this did not fix the problem.

Fix was easy. Create a new user in Windows and log on as new user. Windows creates new settings in Documents and settings and problem goes away.
Seems that something must be set for that user in documents and settings.

Running Clarion 10 and Clarion 10 Report output generator and NT8.51on Windows 7 pc.


111
Web Server - Ask For Help / Re: Finding best embed points
« on: June 09, 2015, 05:08:40 AM »
If I understand you correctly you want to add code to an embed point in a NT Form.

The best option is to Select the field in the Form

Then select the Client-Side Tab

Then Check Send new Value to Server

Then Click Server Code

The embed point window will display  and you can enter code where it displays "Add Server Code Here".

Cheers

Vinnie

112
Please note NT8.47 on now has a option to

Save Server State Between Runs.

Which is on by default.
This means users which have already logged in and the server is shut down and restarted will be logged in if their session time out has not expired.

This is a great option but can be switch off under the Server Performance Tab

Cheers

Vinnie

113
Web Server - Ask For Help / SSL causing Server to GPF
« on: May 25, 2015, 08:08:17 AM »
Upgraded web server with Nettalk8.50 and updated DLLs

Ran the same tests causing a problem with 8.48 and server is now working great.

Thanks Bruce looks like this is fixed.

Cheers

Vinnie

114
Web Server - Ask For Help / Re: SSL causing Server to GPF
« on: May 22, 2015, 01:02:19 AM »
Thanks Kevin.

Problem still in Netttalk 8.49

I can duplicate the problem and have emailed Bruce with details.

Just put this up for those who need a quick fix.

Cheers

Vinnie

115
Web Server - Ask For Help / SSL causing Server to GPF
« on: May 21, 2015, 11:50:39 PM »
I have been testing this and I have found a quick solution.

After Nettalk 8.47 the SSL Open source DLLs  were updated to version 1.02a

These seem to be the problem.

I have replaced the DLLs from Nettalk version 8.46 and the server does not crash.

ssleat32.dll , libssl32.dll and libeay32.dll (older open source version 1.0.1.12)

Hope this helps

Cheers

Vinnie

116
Web Server - Ask For Help / Re: SessionID
« on: May 19, 2015, 07:57:18 AM »
Hi Brian

Whatever=p_web.SessionID

Cheers

Vinnie

117
Web Server - Ask For Help / Re: Upgrade to 8.47
« on: May 12, 2015, 04:53:48 AM »
Hi Brian

Just another thought.

You do not have to change the SSL certificate to use openssl 1.02a

I also check the window firewall allow program when you did the upgrade.

Cheers

Vinnie

118
Web Server - Ask For Help / Re: Upgrade to 8.47
« on: May 12, 2015, 04:46:24 AM »
Hi Brian

Nettalk 8.47 version has the updated openSSL Dll's Version 1.02A


libssl32.dll ; sslleay32.dll and libeay32.dll

These three files need to be copied in the folder where the EXE is running.

You can check the file using windows explorer and right click the file and properties and then details.

if version 1.01?? then this is not Nettalk 8.47.

Hope this points you in the right direction.

Cheers

Vinnie

119
Web Server - Ask For Help / Re: Filter between dates
« on: April 27, 2015, 05:01:26 AM »
Your Filter:

'COB:Date_Purchased >= p_web.GSV('Sales_start_date') and COB:Date_Purchased >= p_web.GSV('Sales_end_date')'

I would make:

'COB:Date_Purchased >=' &  p_web.GSV('Sales_start_date') & ' and COB:Date_Purchased >=' &  p_web.GSV('Sales_end_date')

Hope this helps

Cheers

Vinnie

120
This solution works great for Libre Office but does not work with Excel.

I need to find another solution for this problem.

Cheers

Vinnie

Pages: 1 ... 6 7 [8] 9 10 ... 12