Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling button code not working
Message
 
To
24/02/2007 15:49:30
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01197575
Message ID:
01199021
Views:
23
Tony,

>I think I found the problem with some of these controls I am trying to work with.
>
>I have multiple tab screens in my form. When I am on one screen I am trying to save data in text controls on another tab screen that are bound to another table. To be able to save the data I have to move to that tab screen in code, set the values into the text property in the controls, set the focus on them, then take the focus off them, save the row, and then move back to my original screen. This makes everything work, but it is not ideal.
>
>What I really need now is to be able to save the data to the table without moving to the other tab screen because I don't want the user to see the switch from one tab screen back to the original.
>
>Looks like what I need to do is use a standard SQL update.
>
>Is there another way to do this in the mm Framework?

You can call the form-level Save() method and pass a reference to the business object whose data you want to save.

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