When I try to run it I get an error message because RotateText.ocx is missing. I can ignore that (I think) but there are also errors involving two missing references, PISDK 1.3 type library and PISDKParse 1.1 type library. If I comment out the global references to them I get to frmMain Form_Load and I run into this.
How can that compile?VB Code:
Private Sub Form_Load() Dim intCol As Integer Dim intwidthcounter As Integer Dim colcounter As Integer Dim rowcounter As Integer Dim i, j, k As Integer Dim optButton As Integer Dim CurrentTab As Integer frmMain.Caption = "Manual Entry PM10 - Revised July 4, 2005" 'frmMain.Caption & " (Version " & App.Major & "." & _ App.Minor & "." & App.Revision & ")" [HL="#FF8080"]ListIndex = 0[/HL]




Reply With Quote