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 ... 7 8 [9] 10 11 ... 13
121
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

122
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

123
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

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

Whatever=p_web.SessionID

Cheers

Vinnie

125
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

126
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

127
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

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

I need to find another solution for this problem.

Cheers

Vinnie

129
Bruce thanks for your help at Thursday's webinar.

Problem with date format when export to Libre Office rather then Excel.

Export works OK except the date format.

Solution

Add 'T0' to the end of the date field.

XML field type is set to 'DateTime' but the time part is not set in the export. So adding 'T0' sets the time to zero. Date now works OK.

Added to xCell.SetCell Procedure in xFiles.clw
  If self.workbook.WorksheetQueue.Table.RowQueue.Cells.type = 'DateTime' and p_Data<>''
    self.workbook.WorksheetQueue.Table.RowQueue.Cells.data = left(p_Data)&'T0'
    End

 

130
Web Server - Ask For Help / Re: Clarion 10
« on: March 09, 2015, 11:05:59 PM »
Thanks Terry and Bruce.

I assumed it was Clarion 10 but I thought I would just check.

Thanks for your help. I am not is a rush to use Clarion 10 so I will wait until it is fixed.

Cheers

Vinnie

131
Web Server - Ask For Help / Clarion 10
« on: March 09, 2015, 03:05:04 AM »
I am sure this not a NetTalk problem but thought I would ask for help.

I am using the MultiSite app which works great in Clarion 9.1 but the DLL apps do not compile using Clarion 10.

Error is :

Error(3): cif$fileopen systemstring.inc

This seems to be every clw

Any help welcome

Cheers

Vinnie

132
Web Server - Ask For Help / Re: Safari 7.04 Browser and Login Form .
« on: February 12, 2015, 10:20:15 AM »
Sorry Brian I did not explain.

Yes clear the password on the MAC browser.

Cheers

133
Web Server - Ask For Help / Re: Safari 7.04 Browser and Login Form .
« on: February 12, 2015, 08:46:02 AM »
Just to share information.

I had a problem with a client trying to login to my we app using a MAC.

The problem turn out to be that the client saved to password in the browser.

The main difference to example login and my app login  is that I also have three fields on my login form.

User and password (which are standard and being saved by the browser save)

but also an ACCOUNT CODE (which is not being saved by the browser)

The main problem other then the client being unable to login is if the client left the login page open the server log would continuously report login request from the client which would look as if client was attacking the server.

I got the client to remove the save password and that client has never had that problem again.

Hope this helps

Cheers

Vinnie

134
Web Server - Ask For Help / Re: SSV and GSV
« on: October 20, 2014, 01:02:05 PM »

       stop('1 Loc:Login = '&Loc:Login)
        p_web.SSV('Loc:Login','Loc:Login')
        stop('2 Loc:Login = '&Loc:Login)
        p_web.SSV('loc:savedlogin','Loc:Login')
        stop('3 loc:savedlogin = '&loc:savedlogin)
        p_web.SSV('loc:savedlogin', p_web.GSV('Loc:Login'))
        stop('4 loc:savedlogin ='&loc:savedlogin)



       stop('1 Loc:Login = '&Loc:Login)
        p_web.SSV('Loc:Login','Loc:Login')
        stop('2 Loc:Login = '&Loc:Login)
        p_web.SSV('loc:savedlogin','Loc:Login')
        stop('3 p_web.GSV('loc:savedlogin') = '&loc:savedlogin)
        p_web.SSV('loc:savedlogin', p_web.GSV('Loc:Login'))
        stop('4 p_web.GSV('loc:savedlogin') ='&loc:savedlogin)



135
Hi Kevin

Sorry that did not work out for you.

The zip file does not have any files in it on my system please can you repost the file.

Cheers

Vinnie

Pages: 1 ... 7 8 [9] 10 11 ... 13