#39716 - 2003-04-29 07:43 PM
Re: Problems with multiple groups, pop-up screen
Howard Bullock
KiX Supporter
Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Let only work with small pieces of code that are manageable and demonstrate your issue. Is the code segment that is causing you a problem? code: Case InGroup ("Mgt", "Mgr", 1) = 1 Use o: "\\$FileServer\mgt$" if @error ? Error connecting O: drive sleep 30 endif ;**************************************************************************** ;**** Departments Data Share Folder (R:) ;**** if exist("r:") use r: /del if @error ? Error disconnecting R: drive sleep 30 endif endif use r: "\\$FileServer\Work" if @error ? Error connecting R: drive sleep 30 endif Case InGroup ("Mgt") = 1 Use o: "\\$FileServer\mgt$" if @error ? Error connecting O: drive sleep 30 endif Let's change the structure to something that we can test. Use this as test code and execute it in a DOS window. What is the result?if InGroup ("Mgt" , "Mgr" , 1 )
? "Success : InGroup (Mgt, Mgr, 1)"
else
? "Failed : InGroup (Mgt, Mgr, 1)"
endif
if InGroup ("Mgt" )
? "Success : InGroup (Mgt)"
else
? "Failed : InGroup (Mgt)"
endif
Are Mgt and Mgr global or local groups? [ 29. April 2003, 19:48: Message edited by: Howard Bullock ]
Top
Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 04:33 PM
Re: Problems with multiple groups, pop-up screen
Howard Bullock
2003-04-29 04:38 PM
Re: Problems with multiple groups, pop-up screen
Les
2003-04-29 04:43 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 05:41 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 05:42 PM
Re: Problems with multiple groups, pop-up screen
Sealeopard
2003-04-29 05:43 PM
Re: Problems with multiple groups, pop-up screen
Les
2003-04-29 05:44 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 07:16 PM
Re: Problems with multiple groups, pop-up screen
Les
2003-04-29 07:25 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 07:29 PM
Re: Problems with multiple groups, pop-up screen
Howard Bullock
2003-04-29 07:43 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 08:03 PM
Re: Problems with multiple groups, pop-up screen
Howard Bullock
2003-04-29 08:09 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 08:40 PM
Re: Problems with multiple groups, pop-up screen
Lonkero
2003-04-29 08:54 PM
Re: Problems with multiple groups, pop-up screen
Kdyer
2003-04-29 08:58 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-29 09:18 PM
Re: Problems with multiple groups, pop-up screen
kholm
2003-04-30 12:23 AM
Re: Problems with multiple groups, pop-up screen
Sealeopard
2003-04-30 01:02 AM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-30 09:14 PM
Re: Problems with multiple groups, pop-up screen
Sealeopard
2003-04-30 09:19 PM
Re: Problems with multiple groups, pop-up screen
BB Miami
2003-04-30 10:06 PM
Moderator: Jochen , Allen , Radimus , Glenn Barnas , ShaneEP , Ruud van Velsen , Arend_ , Mart
1 registered
(Allen )
and 675 anonymous users online.