RE: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread Rick Schummer
You need to determine when the ReadOnly property is getting set to .F. It could be code in the grid superclass hierarchy, or it could be code outside of the grid in the form. What I would do is open up the debugger and set a breakpoint on the value changing for mygrid1.ReadOnly (with the full

RE: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread Tristan Leask
Rick why is it every post you make seems to come through twice!? Tristan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Schummer -- This

RE: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread John J. Mihaljevic
You need to determine when the ReadOnly property is getting set to .F. I set up break points, and ReadOnly is always .t. for the grid. But I've noticed in the form, after using the Builder to create all the columns in the grid, that ReadOnly is .f. for each Column and Text in the grid. So,

Re: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread Peter Cushing
John J. Mihaljevic wrote: So, I guess my next question is this. Is there a way to make all columns in a grid default to ReadOnly=.t.? I could go through the grid (after I build it with the builder) and change each column to ReadOnly=.f., but if there's a quicker easier way, I'd prefer that.

RE: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread John J. Mihaljevic
Yeah, I have. And for some reason, that works. The grid class which I created (MyGrid) is ReadOnly=.t. I put in several WAIT WINDOWS in the form - whenever I change tabs, whenenever I enter the grid, etc., to show me the current status of the grid's ReadOnly attribute, and it's always .t.. But

Re: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread MB Software Solutions
John J. Mihaljevic wrote: Hi all, I created a grid class for the forms I'm designing with ReadOnly=.t.. When I pop this grid into one of the tabs in the pageframe in my form, I look at it's properties and see that ReadOnly is still .t.. But when I run the form, I'm able to edit records in

Re: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread MB Software Solutions
John J. Mihaljevic wrote: I set up break points, and ReadOnly is always .t. for the grid. But I've noticed in the form, after using the Builder to create all the columns in the grid, that ReadOnly is .f. for each Column and Text in the grid. So, even though the grid itself is read-only (as

RE: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread Dave Crozier
Tristan, I only see one post for Rick. Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tristan Leask Sent: 06 December 2006 16:01 To: profox@leafe.com Subject: RE: Grid class defined as read-only, but editing is allowed Rick why is it every

RE: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread Tracy Pearson
I'm on the Tech list, I see 2 posts from Rick. Tracy -Original Message- From: Dave Crozier Sent: Wednesday, December 06, 2006 11:49 AM Tristan, I only see one post for Rick. Dave Crozier -Original Message- From: Tristan Leask Sent: 06 December 2006 16:01 Rick why

[NF] Rick Schummer's double posts (was Re: Grid class defined as read-only, but editing is allowed)

2006-12-06 Thread MB Software Solutions
Dave Crozier wrote: Tristan, I only see one post for Rick. Dave Crozier Dave -- I get dupes of his like Tristan does. -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate.com Work smarter, not harder, with MBSS custom software solutions!

Re: Grid class defined as read-only, but editing is allowed

2006-12-06 Thread Ed Leafe
On Dec 6, 2006, at 11:52 AM, Ed Leafe wrote: There is supposed to be a filter to block direct posting to ProFoxTech, but apparently it didn't make it intact through the server upgrade, and I hadn't thought of looking at it until now. OK, I think that this is working correctly