Wrox Programmer Forums
|
Beginning VB 6 For coders who are new to Visual Basic, working in VB version 6 (not .NET).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 1st, 2004, 06:55 AM
Authorized User
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to MrDannyP
Default Ghost Form Captions

Hello everyone.

I have a template of a form that I created. When I click on the 'Update' Button whilst my App is running a 'Ghost' form of the template is created but all infomation is entered automatically.

I have a text box on there named txtStage where the text keeps changing when buttons are pressed. On my database form I have anotherone called txtStage aswell.

The whole idea is for these 2 to mmatch but I have one slight problem.

Because it is a Ghost of the Template and therefore does not really exist I cant get the txtStage on the database form to update so it matches the one on the Ghost Form.

Im using
Code:
frmJobDatabase.txtStage.Text = frmREG.txtStage.Text
Is there a way that instead of using the frmREG I can use some code that will pick up the caption of the form instead?

Im new.  Please be gentle :)
__________________
Im new.  Please be gentle :)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate command btn Captions MattFinn7 Access VBA 2 September 17th, 2008 03:12 PM
Converting an HTML Form to ASP.Net Form k_alidxb75 ASP.NET 1.x and 2.0 Application Design 0 November 30th, 2006 03:26 AM
DAP->PivotTable-change FieldList captions harmony82 Access 0 July 14th, 2005 02:03 PM
Excel files Ghost ajindal General .NET 0 January 19th, 2005 08:40 AM
"Ghost Form Appears" dbkester Access 2 October 3rd, 2003 09:19 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.