cdoverlaw Posted August 7, 2004 Posted August 7, 2004 hi, my frmMain launches from my form called code when OK is clicked, frmMain needs to then load in the data entered on the first form, as the form is already shown i cant use Dim code as new codeon frmMain, but if i use Dim code as code i get this error when ok is clicked An unhandled exception of type 'System.NullReferenceException' occurred in Price Calc.exe Additional information: Object reference not set to an instance of an object. Jonathan Fielding Quote
cdoverlaw Posted August 7, 2004 Author Posted August 7, 2004 (edited) Here is the program source for what im trying to do, its a webhost price calculator and the webhost code determines the pricesPrice Calc.zip Edited August 7, 2004 by PlausiblyDamp Quote
Administrators PlausiblyDamp Posted August 7, 2004 Administrators Posted August 7, 2004 You should have a look here, you should find a tutorial our very own Bucky has written on how to work with multiple forms. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.