Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread LocalEncryption
Thu, Aug 2 2012 12:14 AMPermanent Link

Michael Ng

Hi Tim/All:

I am using DBISAM 4.30B2,  for LocalEncryption (only one data file).  When I open the data file, there is a pop up window for EnterEncryption Password. To change this popup window layout, I only need to edit DBISAMPW.PAS, then recompile my program.  This works for Delphi5, not Delphi XE.  Please advise.

Thanks


Michael Ng
Thu, Aug 2 2012 2:53 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< I am using DBISAM 4.30B2,  for LocalEncryption (only one data file).
When I open the data file, there is a pop up window for EnterEncryption
Password. To change this popup window layout, I only need to edit
DBISAMPW.PAS, then recompile my program.  This works for Delphi5, not Delphi
XE.  Please advise. >>

I'm not sure what you're asking.  Are you saying that the compilation fails
under Delphi XE ?

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Sun, Aug 5 2012 9:38 PMPermanent Link

Michael Ng

Hi Tim,

I need to create one dbisam table, making it as encryped table and to store this table in local drive C:,
When user open this table, the popup window shown as figure pw1.jpg, but I need to change this popup window to figure pw2.jpg.

When use D5: In \Program File\Dbisam 4 VCL Client-Server\Version 4\Delphi 5\Code\Source. copy DBISAMPW.Pas
            TO \Program File\Dbisam 4 VCL Client-Server\Version 4\Delphi 5\Code
            D5 Open and edit DBISAMPW.pas form, Figure pw1.jpg is the original, Figure pw2.jpg is afterward DBISAMPW.pas. (Then Recompile My Program).

This is exactly what I what.

When use XE: Put DBISAMPW.pas to \Program File\Dbisam 4 VCL Client-Server with Source\Version 4\RAD Studio (Delphi) XE\Code
            it still shows as Figure pw1.jpg, no change.

Note: D5, XE were installed in different computer with Windows 7 Pro.


Thank You!

Michael Ng



Attachments: PW1_PW2.jpg
Mon, Oct 1 2012 10:32 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< I need to create one dbisam table, making it as encryped table and to
store this table in local drive C:,  When user open this table, the popup
window shown as figure pw1.jpg, but I need to change this popup window to
figure pw2.jpg. >>

I wouldn't try to modify the existing password dialog, rather I would just
implement my own and hook this event to handle it:

http://www.elevatesoft.com/manual?action=viewevent&id=dbisam4&product=rsdelphi&version=XE&comp=TDBISAMSession&event=OnPassword

If you have any other questions, please let me know.

Tim Young
Elevate Software
www.elevatesoft.com
Image