Op Thursday 20 December 2007, schreef Ed Leafe:
>       What is 'self.dPanel' supposed to be? How is that reference created?

Darn it, you caught me...
I created that because I still don't know what the heck I am doing.... It is 
trying to set the Word wrap on the grid but I just noticed it doesn't work 
and the grid seems to be word-wrapping by default.
The line is:
self.dPanel.dGrid.Columns[1].WordWrap = True

I thought that, in order to reference the dGrid object, I had to reference it 
via it's ancesters.

Obviously this is not "quite" right....

So I'll come right out and ask. How do I reference objects like text boxes on 
a form correctly? I had hoped to discover this by myself but you beat me to 
it.
For example what I have in my search method on the base Form is: 
self.Form.ddNaam.Value
where ddNaam is a drop down list. I can reference it from self. but that's 
about it. I have tried everything I can think of but I still don't get it.

Dennis



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to