Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddDescToFormTitle not appearing first time
Message
 
To
28/07/2007 18:19:28
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01244389
Message ID:
01244760
Views:
16
Rick,

>I have noticed that when I set the AddDescToFormTitle to TRUE on a maintenance form, the description does not appear after the "first" requery of data is performed. I have a grid I am using as the Nav control, and when I move off of the first record to a different record, the descriptive title than appears in the window titlebar. The description continues to appear correctly after this. So the problem seems to occur during that first initial requery of data.

In the constructor of your form have you set the DataGridView bound to your primary business object as the form's Navigation Control? For example:
this.NavControl = this.grdOrders;
Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform