RE: Password Util, Grid & Buttons...

2009-07-31 Thread Kurt Wendt
...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Tuesday, July 14, 2009 5:19 PM To: profoxt...@leafe.com Subject: Password Util, Grid & Buttons... Hey folks, I'm hoping to get a few pointers on a little problem I am having. I am building a Passwor

Re: Password Util, Grid & Buttons...

2009-07-23 Thread MB Software Solutions, LLC
Kurt Wendt wrote: > "Holy Crap Batman - I actually got it to work!" > > In actuality Peter - I got this thing working shortly before I received > this e-mail reply from you. > > I thought I had already tried this particular coding before - but, this > minor change seems to have done-the-trick! >

RE: Password Util, Grid & Buttons...

2009-07-23 Thread Kurt Wendt
Actually Stuart - as you pointed out - "...you don't need to qualify the control References..." - is what I essentially did, and that DID seem to work - as I mentioned in my last posting - that I had already solved the problem by doing something like that... -K- -Original Message- From

Re: Password Util, Grid & Buttons...

2009-07-23 Thread Stuart Dunkeld
>> I now created a cursor(Menu_pass2) that represents the next level down >> in the menu system, and has a boolean field called Sub_OPT. For the >> column in the Grid within question - I initial set the Control to be > the >> Text box instead of the Button. Then, with the Form Init I have the >> fo

RE: Password Util, Grid & Buttons...

2009-07-23 Thread Kurt Wendt
Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Peter Cushing Sent: Thursday, July 23, 2009 12:02 PM To: profoxt...@leafe.com Subject: Re: Password Util, Grid & Buttons... Kurt Wendt wrote: > Hey folks, > > I never got this to

Re: Password Util, Grid & Buttons...

2009-07-23 Thread Peter Cushing
Kurt Wendt wrote: > Hey folks, > > I never got this to work (and I've been sidetracked with other projects > for the past week). > I now created a cursor(Menu_pass2) that represents the next level down > in the menu system, and has a boolean field called Sub_OPT. For the > column in the Grid withi

RE: Password Util, Grid & Buttons...

2009-07-23 Thread Richard Kaye
How is the Sparse property set for the column? rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Thursday, July 23, 2009 11:49 AM To: profoxt...@leafe.com Subject: RE: Password Util, Grid & Buttons... Well

RE: Password Util, Grid & Buttons...

2009-07-23 Thread Kurt Wendt
Well Mike, if you have another other suggestions - I'm all ears - as this DynamicCurrentControl thingy is kinda driving me nuts. -K- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Thursday, July 23

Re: Password Util, Grid & Buttons...

2009-07-23 Thread MB Software Solutions, LLC
Kurt Wendt wrote: > Hey folks, > > I never got this to work (and I've been sidetracked with other projects > for the past week). > I now created a cursor(Menu_pass2) that represents the next level down > in the menu system, and has a boolean field called Sub_OPT. For the > column in the Grid withi

RE: Password Util, Grid & Buttons...

2009-07-23 Thread Kurt Wendt
Hey folks, I never got this to work (and I've been sidetracked with other projects for the past week). I now created a cursor(Menu_pass2) that represents the next level down in the menu system, and has a boolean field called Sub_OPT. For the column in the Grid within question - I initial set the C

RE: Password Util, Grid & Buttons...

2009-07-15 Thread Kurt Wendt
Behalf Of Stuart Dunkeld Sent: Wednesday, July 15, 2009 9:36 AM To: profoxt...@leafe.com Subject: Re: Password Util, Grid & Buttons... DynamicCurrentControl is a strange property, which requires quoted strings as arguments. Try this: DynamicCurrentControl = [=iIIF(Eof("Menu_Pass3&q

Re: Password Util, Grid & Buttons...

2009-07-15 Thread Stuart Dunkeld
DynamicCurrentControl is a strange property, which requires quoted strings as arguments. Try this: DynamicCurrentControl = [=iIIF(Eof("Menu_Pass3"),"Thisform.grdSubMenu.Column3.Dummy_Txt", "Thisform.grdSubMenu.Column3.Sub_Opt")] --stuart On Wed, Jul 15, 2009 at 2:24 PM, Kurt Wendt wrote: > I ac

RE: Password Util, Grid & Buttons...

2009-07-15 Thread Kurt Wendt
I actually DID try the Sparse option - but, that requires me to go to that specific Cell to properly show what's in it - whereas I want ALL the cells in that column to show that button - if it is in fact representing a sub-menu option. So - for more specifics. I have 2 controls for a column in th

RE: Password Util, Grid & Buttons...

2009-07-15 Thread Kurt Wendt
I figured that was the case when I saw in the code: "Myapp.exe running twice" I will respond to your main question in a moment - to give more specifics. -K- -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Wednesda

RE: Password Util, Grid & Buttons...

2009-07-15 Thread Dave Crozier
Kurt, OOPs...answered the wrong post! Sorry! -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Dave Crozier Sent: 15 July 2009 09:34 To: 'ProFox Email List' Subject: RE: Password Util, Grid & Buttons... Kurt, When yu say no

RE: Password Util, Grid & Buttons...

2009-07-15 Thread Dave Crozier
m [mailto:profox-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: 14 July 2009 22:19 To: profoxt...@leafe.com Subject: Password Util, Grid & Buttons... Hey folks, I'm hoping to get a few pointers on a little problem I am having. I am building a Password Utility, to allow our client to contr

RE: Password Util, Grid & Buttons...

2009-07-15 Thread Dave Crozier
un...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: 14 July 2009 22:19 To: profoxt...@leafe.com Subject: Password Util, Grid & Buttons... Hey folks, I'm hoping to get a few pointers on a little problem I am having. I am building a Password Utility, to allow our

Password Util, Grid & Buttons...

2009-07-14 Thread Kurt Wendt
Hey folks, I'm hoping to get a few pointers on a little problem I am having. I am building a Password Utility, to allow our client to control which users can access what parts of the system (built in VFP9). I've extracted the main data from the Menu system data file - and I am using that d