Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread databasemodule
Wed, Jul 4 2018 1:07 PMPermanent Link

Ronald

Hi,

EWB uses a standard module that reads and write all request to my DBISam tables. This works great. But I need to verify a username and password and I can not get this to work in a EWB module. The standard module of EWB is generic: it handles all reading and writing.
Do you have an example of this?  

Thanks,
Ronald
Fri, Jul 6 2018 3:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ronald,

<< EWB uses a standard module that reads and write all request to my DBISam tables. This works great. But I need to verify a username and password and I can not get this to work in a EWB module. The standard module of EWB is generic: it handles all reading and writing. >>

To perform authentication in your module, you would use this module event:

https://www.elevatesoft.com/manual?action=viewevent&id=ewb2mod&product=rsdelphiwin32&version=10T&comp=TEWBModule&event=OnAuthenticateUser

For more information, see here:

https://www.elevatesoft.com/manual?action=viewtopic&id=ewb2mod&product=rsdelphiwin32&version=10T&topic=Handling_Requests

under "Authenticating a Request".

Tim Young
Elevate Software
www.elevatesoft.com
Image