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

Pages: [1] 2
1
Web Server - Ask For Help / Re: SecWin / NT using the ExtraString
« on: November 29, 2012, 01:15:48 AM »
You can use the ds_GetProperty function to do this (see Secwin docs for this). Let me know if it's not completely clear, and I'll give you some more pointers.

2
Web Server - Ask For Help / Re: WebApp + SecWin + SQL
« on: November 21, 2012, 03:53:01 AM »
I'm getting a release out today with this and a couple of other fixes.

Keep an eye out for 6.15

3
Web Server - Ask For Help / Re: WebApp + SecWin + SQL
« on: November 20, 2012, 05:17:00 AM »
Please try with the latest Secwin 6.14 and let me konw if this is still an issue.

4
Web Server - Ask For Help / Re: SecWin access not work with NT6.32
« on: June 06, 2012, 11:00:19 PM »
This seems to be an issue with 6.32. If anyone needs to downgrade, you can grab 6.31 from here: Download for Clarion 6 http://www.capesoft.com/ftp/public/Temp/NetTalk631/NetTalk6C6AndBelowInstall.saf or for Clarion 7 and up: http://www.capesoft.com/ftp/public/Temp/NetTalk631/NetTalk6C7AndUpInstall.saf.

5
It sounds like you have an old clw file lurking. Delete all your generated clws and compiled objs and regenerate and compile. That's most likely cuase of this error

Geoff

6
1. Suppress the Create Login tab on the Login form. That should pretty much sort you out. Then just the supervisor will be able to create users like in the win 32 app.
2. Not use email addresses: what are your thoughts on password retrieval?

7
Walter,

You'll need to create a login and an email address field in the create user tab of the SecwinWebLogin form. Then assign that to the login of the group used in the ds_UpdateUser (SecwinCreateUser).

Geoff

8
Yes - we do this in our application, although there is quite a bit of code as we have backward compatbility from our old login system. You can get the supervisor to create the user from the SecwinWebBrowseOperators procedure and he can create the user's email and login.

9
I think you're using a really old version of Secwin, or you're importing from an old txa. make sure you're using the latest (6.09) and re-import.

10
Walter,

Make sure that you're using Secwin 6.09 and that you re-imported the txa (for the no email thing). You can hide the Number value, that gets primed on insert from the secwin field, so no autonum there.

I'll get a multi-dll example so that you can test with in your situation in the next build.

Geoff


11
Web Server - Ask For Help / Re: NT 6.21 and SW 6.07 from ZERO
« on: February 26, 2012, 11:05:36 PM »
6.08 (released over the weekend) supports a different password to login for the default user.

Geoff

12
Web Server - Ask For Help / Re: NT 6.21 and SW 6.07 from ZERO
« on: February 24, 2012, 06:34:39 AM »
Walter,

> big question, if i set to "if no user exists automatically add" and set the supervisor to 'Demo' and with password to 'NotSoEvil' what´ll be the first password?

At this point you must use the same password as the login. I am working on a fix to enable your initial supervisor's password to be different to the login though.

Geoff

13
Web Server - Ask For Help / Re: SW 6.07 still not working
« on: February 22, 2012, 11:20:59 PM »
Walter,

My last email to you, was requesting an app that didn't have your lib attached so I could compile and check this side? Did you get that mail? I have not had a response since then, so I presumed you came right.

Geoff

14
Web Server - Ask For Help / Re: Secwin Logon create - Email Issue
« on: February 21, 2012, 10:43:36 PM »
Ron - Correct. It's in the txa the link error.

Johan - your issue was different, but is fixed in 6.07. You might stumble into Ron's issue as well, so you'd do well to re-import the txa.

15
Web Server - Ask For Help / Re: RightReports txa
« on: December 02, 2011, 01:56:02 AM »
As per my mail. No - you just need the webserver functions in your webserver app.

Pages: [1] 2