Search the web
Sign In
New User? Sign Up
toolsandcomps · Tools&Comps
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 485 - 514 of 514   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#514 From: "hraylong" <hraylong@...>
Date: Tue Dec 29, 2009 6:58 pm
Subject: Delphi 2010 Support
hraylong
Offline Offline
Send Email Send Email
 
What about Delphi RAD Studio 2010 support?  Will the current 2.0.5.X work?  Is
there an update in the works?

Ray

#513 From: "hraylong" <hraylong@...>
Date: Mon Dec 28, 2009 7:47 pm
Subject: Re: Changing a user password
hraylong
Offline Offline
Send Email Send Email
 
I have not had a response and was wondering if anyone is monitoring this forum
any longer?

#512 From: "hraylong" <hraylong@...>
Date: Fri Nov 20, 2009 3:57 pm
Subject: Changing a user password
hraylong
Offline Offline
Send Email Send Email
 
I am having a lot of problems with user forgetting their passwords.  The way my
customers work is there is not always someone on duty(24/7/365) to reset a users
password.  I would like to implement a system like on some websites where the
user clicks a button to reset the password and receive it in an email.  I have
all the code done except for resetting the password.  I can't find a way to
reset the password except in the Admin module or if the user is signed on.  How
can I reset a users password with code outside of the admin module and with the
user not being signed on?

Thanks

Ray

#511 From: "elsonjr" <elsonjr@...>
Date: Thu Nov 5, 2009 5:17 pm
Subject: Access Violation ao fechar aplicativo.
elsonjr
Offline Offline
Send Email Send Email
 
Boa tarde

Jackson, estou com problema no componente no momento em que fecho a aplicação,
mas somente quando faço logon com um usuario diferente de "master", qualquer um,
fiz um debug e ele está dando access violation na unit BDE_DRIVER no momento em
que ele tenta dar um free no UserLogin,
utilizo compnente versão 2.0.5 com delphi 7.

Desde já agradeço qualquer ajuda.

destructor TBDEDriver.Destroy;
begin
   if not (csdesigning in componentstate) then
     begin
       UserLogin.Free; //Aqui dá o erro
       UserAdm.Free;
     end;
   inherited Destroy;
end;

#510 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Sat Sep 19, 2009 10:25 am
Subject: Re: How do I know if login form is visible?
jfdmg
Offline Offline
Send Email Send Email
 
be sure your login window is modal...

   ----- Original Message -----
   From: sydx33
   To: toolsandcomps@yahoogroups.com
   Sent: Saturday, September 19, 2009 6:34 AM
   Subject: [toolsandcomps] How do I know if login form is visible?


     I need this to stop other windows popping up in front of it.

   Thanks.





[Non-text portions of this message have been removed]

#509 From: "sydx33" <rob@...>
Date: Sat Sep 19, 2009 9:34 am
Subject: How do I know if login form is visible?
sydx33
Offline Offline
Send Email Send Email
 
I need this to stop other windows popping up in front of it.

Thanks.

#508 From: "ibruce2837" <ibruce@...>
Date: Thu Aug 6, 2009 8:56 pm
Subject: Security Admin and multiple Applications
ibruce2837
Offline Offline
Send Email Send Email
 
Using Delphi 2006, Tools and Comps version 2.0.5.0, DBISAM v4.27 build 5

I have 2 apps. One uses APP_KEY = Main and one uses APP_KEY = Admin.

1. In the security admin I add a user under App = Admin one and it adds 1 record
to the UCS_User table and 1 record to the UCS_UserInfo table.

2. change the application to the other one App - Main. Select the user I just
created. It looks like it has a profile but it really doesn't since only one
record exists for that user in the UCS_UserInfo table. Any modifications to the
user at this point is actually change another users settings for that App.

So when creating a user why does it not create a UCS_UserInfo record for each of
the APPs? In the end I am left with a user that has no profile record for one of
the apps and it never creates one for it.

I did try exiting the app and then log into the Main app as master in hopes that
it would then create the record but that did not work either. When I do try to
log into the Main app as the new user it does say that the user has no profile
(which is correct)

Any suggestions? Is there any patches since?

Thanks
Ian

#507 From: "i_alewaerts" <i_alewaerts@...>
Date: Mon Apr 27, 2009 9:21 pm
Subject: Re: Performance
i_alewaerts
Offline Offline
Send Email Send Email
 
Perdon corrijo.
La version que tengo es la 2.0.5.0


--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> > La version es 2.0.2.0 para Delphi 5. Lo uso con BDE
>
> La mas recién es la 2.0.5.0.
>

#506 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Mon Apr 27, 2009 9:01 pm
Subject: Re: Performance
jfdmg
Offline Offline
Send Email Send Email
 
> La version es 2.0.2.0 para Delphi 5. Lo uso con BDE

La mas recién es la 2.0.5.0.

#505 From: Ignacio Alewaerts <i_alewaerts@...>
Date: Mon Apr 27, 2009 8:35 pm
Subject: Re: Performance
i_alewaerts
Offline Offline
Send Email Send Email
 
La version es 2.0.2.0 para Delphi 5.  Lo uso con BDE
Saludos

Jackson Gomes - Tools&Comps escribió:
>
>
> cual version y driver?
>
> Queria saber si en alguna nueva verson se resuelven 2 problemas que
> suceden en la version actual (2.0).
> 1- Al crear un perfil que hereda de otro habitualmente da un error de
> clave primaria. Por lo que pude observar es como que intenta crear las
> nuevos perisos pero en lugar de asociarselos al nuevo perfil se los
> intenta asociar al perfil padre.
> 2- Respecto al mismo tema, tarda muchisimo en crear un nuevo perfil
> qeu hereda de otro ya que lo va haciendo permiso por permiso en lugar
> de ejecutar una instruccion SQL.
> Gracias
>
> .
>
> [Non-text portions of this message have been removed]
>
>

#504 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Mon Apr 27, 2009 8:13 pm
Subject: Re: Performance
jfdmg
Offline Offline
Send Email Send Email
 
cual version y driver?





   Queria saber si en alguna nueva verson se resuelven 2 problemas que suceden en
la version actual (2.0).
   1- Al crear un perfil que hereda de otro habitualmente da un error de clave
primaria. Por lo que pude observar es como que intenta crear las nuevos perisos
pero en lugar de asociarselos al nuevo perfil se los intenta asociar al perfil
padre.
   2- Respecto al mismo tema, tarda muchisimo en crear un nuevo perfil qeu hereda
de otro ya que lo va haciendo permiso por permiso en lugar de ejecutar una
instruccion SQL.
   Gracias


   .

[Non-text portions of this message have been removed]

#503 From: "i_alewaerts" <i_alewaerts@...>
Date: Mon Apr 27, 2009 7:36 pm
Subject: Performance
i_alewaerts
Offline Offline
Send Email Send Email
 
Queria saber si en alguna nueva verson se resuelven 2 problemas que suceden en
la version actual (2.0).
1- Al crear un perfil que hereda de otro habitualmente da un error de clave
primaria.  Por lo que pude observar es como que intenta crear las nuevos perisos
pero en lugar de asociarselos al nuevo perfil se los intenta asociar al perfil
padre.
2- Respecto al mismo tema, tarda muchisimo en crear un nuevo perfil qeu hereda
de otro ya que lo va haciendo permiso por permiso en lugar de ejecutar una
instruccion SQL.
Gracias

#502 From: "hofmann_werner50" <hofmann_werner50@...>
Date: Sat Apr 4, 2009 9:26 am
Subject: Re: Is TUSERS already maintained
hofmann_wern...
Offline Offline
Send Email Send Email
 
--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
>
>
> > i use TUSERS with Delphi7 and Firebird.
> > For a new project i need a version for Delphi2009 (ev.
> > Dataabstract/remobjects).
> > Is Tusers dead ? I see no messages. Is there a version for Delphi2009?
>
> TUsers is not dead, just sleeping a little bit while I work on a big project.
>
> I'll find sometime in the next weeks to release a D2009 version...
>
> Jackson Gomes
> Tools&Comps - Security Components for CodeGear Developers.
> Web Site: http://www.toolsandcomps.com
> Our Forum: http://groups.yahoo.com/group/toolsandcomps
> e-mail: jackson@...
> Phone: 55 27 33891138
>
Hello Jackson,

thanks for your answer. As developers we mostly sit in the same boat.
I am happy to hear that there will be a D2009 Version, because I am a satisfied
User of TUSERS2 with Delphi 7.
For a new project with D2009 i am glad that I can continue using TUSERS2 instead
of switching to another component.

Best regards
Werner Hofmann

#501 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Thu Apr 2, 2009 5:30 pm
Subject: Re: Is TUSERS already maintained
jfdmg
Offline Offline
Send Email Send Email
 
> i use TUSERS with Delphi7 and Firebird.
> For a new project i need a version for Delphi2009 (ev.
> Dataabstract/remobjects).
> Is Tusers dead ? I see no messages. Is there a version for Delphi2009?

TUsers is not dead, just sleeping a little bit while I work on a big project.

I'll find sometime in the next weeks to release a D2009 version...

Jackson Gomes
Tools&Comps - Security Components for CodeGear Developers.
Web Site: http://www.toolsandcomps.com
Our Forum: http://groups.yahoo.com/group/toolsandcomps
e-mail: jackson@...
Phone: 55 27 33891138

#500 From: "hofmann_werner50" <hofmann_werner50@...>
Date: Wed Apr 1, 2009 5:08 pm
Subject: Is TUSERS already maintained
hofmann_wern...
Offline Offline
Send Email Send Email
 
Hello,

i use TUSERS with Delphi7 and Firebird.

For a new project i need a version for Delphi2009 (ev. Dataabstract/remobjects).

Is Tusers dead ? I see no messages. Is there a version for Delphi2009?

best regards
Werner Hofmann

#499 From: "Eduardo Ballinas Espinosa" <eballina@...>
Date: Sat Jan 10, 2009 6:49 pm
Subject: Re: fibplus
eballinas2002
Offline Offline
Send Email Send Email
 
Jackson.

I have had no answer.
I have tried a lot of posibilities.
I did it the way your manual says and I got an error.
What can I do....
Can you help me, please?

Thanks in advance...


--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> Install the packages in the order described in the manual and then
the FIB
> Driver...
>
> > "cannot load package 'tc_custom_driver'. It contains unit
> > 'custom_uadm_dtm', which is also contained in package 'users_ide'"
>

#498 From: "Eduardo Ballinas Espinosa" <eballina@...>
Date: Tue Jan 6, 2009 1:02 am
Subject: Re: fibplus
eballinas2002
Offline Offline
Send Email Send Email
 
Sorry. I am not being clear.
I am doing what the manual says...
1.. userside.
2. custom driver... This is the point where the error is located...



--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> Install the packages in the order described in the manual and then
the FIB
> Driver...
>
> > "cannot load package 'tc_custom_driver'. It contains unit
> > 'custom_uadm_dtm', which is also contained in package 'users_ide'"
>

#497 From: "Eduardo Ballinas Espinosa" <eballina@...>
Date: Tue Jan 6, 2009 1:00 am
Subject: Re: fibplus
eballinas2002
Offline Offline
Send Email Send Email
 
I am telling you.
First userside....
second....I got the error...
help me please...


--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> Install the packages in the order described in the manual and then
the FIB
> Driver...
>
> > "cannot load package 'tc_custom_driver'. It contains unit
> > 'custom_uadm_dtm', which is also contained in package 'users_ide'"
>

#496 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Mon Jan 5, 2009 3:42 pm
Subject: Re: Re: fibplus
jfdmg
Offline Offline
Send Email Send Email
 
Install the packages in the order described in the manual and then the FIB
Driver...

> "cannot load package 'tc_custom_driver'. It contains unit
> 'custom_uadm_dtm', which is also contained in package 'users_ide'"

#495 From: "Eduardo Ballinas Espinosa" <eballina@...>
Date: Sat Jan 3, 2009 3:49 am
Subject: Re: fibplus
eballinas2002
Offline Offline
Send Email Send Email
 
OK.
I installed userside....ok.
I tried to install the custom driver...
Delphi 2009 says
"cannot load package 'tc_custom_driver'. It contains unit
'custom_uadm_dtm', which is also contained in package 'users_ide'"

I can not advance.......Help me, please...


--- In toolsandcomps@yahoogroups.com, "Eduardo Ballinas Espinosa"
<eballina@...> wrote:
>
> I tried now to install the bpls.
> I have 4 components, including the conection.
> Now the problem is that the conection does not recognize the
> fibdatabase....!!!!!
>
> Help me please...
>
>
> --- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
> <jackson@> wrote:
> >
> >
> > > Now I have the component but not the conector....
> > > What do I do?
> >
> > Does it shows you any error message?
> >
>

#494 From: "Eduardo Ballinas Espinosa" <eballina@...>
Date: Sat Jan 3, 2009 2:43 am
Subject: Re: fibplus
eballinas2002
Offline Offline
Send Email Send Email
 
I tried now to install the bpls.
I have 4 components, including the conection.
Now the problem is that the conection does not recognize the
fibdatabase....!!!!!

Help me please...


--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> > Now I have the component but not the conector....
> > What do I do?
>
> Does it shows you any error message?
>

#493 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Sat Jan 3, 2009 1:00 am
Subject: Re: Re: fibplus
jfdmg
Offline Offline
Send Email Send Email
 
> Now I have the component but not the conector....
> What do I do?

Does it shows you any error message?

#492 From: "Eduardo Ballinas Espinosa" <eballina@...>
Date: Fri Jan 2, 2009 10:43 pm
Subject: Re: fibplus
eballinas2002
Offline Offline
Send Email Send Email
 
Now I have the component but not the conector....
What do I do?


--- In toolsandcomps@yahoogroups.com, "Jackson Gomes - Tools&Comps"
<jackson@...> wrote:
>
>
> > I installed users_20
> > everything ok
> > Then the fibplus connector.
> > Users is gone..!!!
>
> Try to re-install the TUsers packages again...
>
> Jackson Gomes
> Tools&Comps - Security Components for CodeGear Developers.
> Web Site: http://www.toolsandcomps.com
> Our Forum: http://groups.yahoo.com/group/toolsandcomps
> e-mail: jackson@...
> Phone: 55 27 33891138
>

#491 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Fri Jan 2, 2009 1:04 pm
Subject: Re: fibplus
jfdmg
Offline Offline
Send Email Send Email
 
> I installed users_20
> everything ok
> Then the fibplus connector.
> Users is gone..!!!

Try to re-install the TUsers packages again...

Jackson Gomes
Tools&Comps - Security Components for CodeGear Developers.
Web Site: http://www.toolsandcomps.com
Our Forum: http://groups.yahoo.com/group/toolsandcomps
e-mail: jackson@...
Phone: 55 27 33891138

#490 From: "Eduardo Ballinas Espinosa" <eballina@...>
Date: Thu Jan 1, 2009 7:43 am
Subject: fibplus
eballinas2002
Offline Offline
Send Email Send Email
 
I installed users_20
everything ok
Then the fibplus connector.
Users is gone..!!!

What did I do wrong?

#489 From: "Jackson Gomes" <jackson@...>
Date: Mon Nov 24, 2008 3:26 pm
Subject: Re: Tools para D2009
jfdmg
Offline Offline
Send Email Send Email
 
> Oi, atualizei finalmemente meu D7 para D2009, como atualizo o
> componente, basta recompila-lo ?

São necessárias algumas modificações na unit Class_CDS_Protect.pas:

   for i:=0 to Length(Password)-1 do
   begin
     Aux:=FormatFloat('000',Ord(Password[i+1]));
     GUIDNumber[I*3+1]:=AnsiChar(Aux[1]);
     GUIDNumber[I*3+2]:=AnsiChar(Aux[2]);
     GUIDNumber[I*3+3]:=AnsiChar(Aux[3]);
   end;

só que eu ainda não testei isso.

--
Jackson Gomes - ToolsComps

#488 From: "Antonio Carlos" <a.lima.silva@...>
Date: Mon Nov 24, 2008 10:19 am
Subject: Tools para D2009
trilhazeroau...
Offline Offline
Send Email Send Email
 
Oi, atualizei finalmemente meu D7 para D2009, como atualizo o componente,
basta recompila-lo ?


   _____

De: toolsandcomps@yahoogroups.com [mailto:toolsandcomps@yahoogroups.com] Em
nome de Jackson Gomes - Tools&Comps
Enviada em: sábado, 22 de novembro de 2008 18:37
Para: toolsandcomps@yahoogroups.com
Assunto: Re: [toolsandcomps] Logout problem




> I want users to be able to logout when they leave their desk.
> I have a menu item with an OnClick event of Users1.Logout.
> When clicked the user remains logged in and the main menu disappears.
> How do I get a user to logout?

You have the expected behavior... You need to call Login again....

Jackson Gomes
Tools&Comps - Controle de Usuários para Desenvolvedores CodeGear
Web Site: http://www.toolsand <http://www.toolsandcomps.com> comps.com
Nosso Fórum: http://groups. <http://groups.yahoo.com/group/toolsandcomps>
yahoo.com/group/toolsandcomps
e-mail: jackson@toolsandcom <mailto:jackson%40toolsandcomps.com> ps.com
Fone: 27 3389 1138 - 8811 0324
----------------------------------------------------------
http://jacklovesdel <http://jacklovesdelphi.blogspot.com> phi.blogspot.com -
Delphi, Intraweb, etc....
----------------------------------------------------------
Devhost - Webhost para desenvolvedores Delphi
http://www.devhost. <http://www.devhost.com.br> com.br
devhost@devhost. <mailto:devhost%40devhost.com.br> com.br






[Non-text portions of this message have been removed]

#487 From: "Jackson Gomes - Tools&Comps" <jackson@...>
Date: Sat Nov 22, 2008 9:37 pm
Subject: Re: Logout problem
jfdmg
Offline Offline
Send Email Send Email
 
> I want users to be able to logout when they leave their desk.
> I have a menu item with an OnClick event of Users1.Logout.
> When clicked the user remains logged in and the main menu disappears.
> How do I get a user to logout?

You have the expected behavior... You need to call Login again....

Jackson Gomes
Tools&Comps - Controle de Usuários para Desenvolvedores CodeGear
Web Site: http://www.toolsandcomps.com
Nosso Fórum: http://groups.yahoo.com/group/toolsandcomps
e-mail: jackson@...
Fone: 27 3389 1138 - 8811 0324
----------------------------------------------------------------------------
http://jacklovesdelphi.blogspot.com - Delphi, Intraweb, etc....
----------------------------------------------------------------------------
Devhost - Webhost para desenvolvedores Delphi
http://www.devhost.com.br
devhost@...

#486 From: "sydx33" <rob@...>
Date: Sat Nov 22, 2008 8:02 pm
Subject: Logout problem
sydx33
Offline Offline
Send Email Send Email
 
I want users to be able to logout when they leave their desk.

I have a menu item with an OnClick event of Users1.Logout.

When clicked the user remains logged in and the main menu disappears.

How do I get a user to logout?

#485 From: "fduenas77" <fduenas77@...>
Date: Thu Oct 23, 2008 7:17 pm
Subject: Re: Next version comming?
fduenas77
Offline Offline
Send Email Send Email
 
OI have read youtr reply about new zeos driver, BTW i ave posted this
zeos in files section, also for anyDAC. hope you can use it for the
new release.

regards
--- In toolsandcomps@yahoogroups.com, "fduenas77" <fduenas77@...> wrote:
>
> Hi any info about next release of this component?.
>
> BTW I posted new driver in the files section of this forum hope you
> can include them.
>
> - Changed a little the SQl when retreiving the profiles, I added a
> wayy to assign more than one profile to a auser. by adding a new table
> where i store userID and profile ID,and in the sql in will browse also
> profiles from that table. This could be anice feature to add, if the
> GUI is difficul to create right now, at least give the methods to add
> them manually.
>
>
> - Another feature to be added is to run events when adding, modifying
> and deleting a users/profiles, and also to give the chance to delete
> it from the database or only mark it as disabled when calling 'delete
> user/profile' from the admin window.
>
> regards
>

Messages 485 - 514 of 514   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help