Problems with "make" command
- From: "Nick" <nicholas_jp@xxxxxxxxxxxx>
- Date: 30 Jan 2006 16:25:37 -0800
Hello everyone,
I have a procedure declared in the general declarations section of
frmDisplayRecipe as follows:
Private Sub DsplyRcp()
I call it from a form procedure in frmDisplayRecipe as follows:
Private Sub cmdRtn_Click()
Print "click"
If IngrCntr <= NoPages Then
Call DsplyRcp
Else
Unload Me
frmMMenu.Show
End If
End Sub
When I click on the Make command under the file menu item, I get the
following:
Compiler error
Sub or Function not defined
The program works properly (DsplyRcp is called and executed) in the VB6
environment but
there is something that the make command dosn't like.
Any assistance would be greatly appreciated.
Thanks,
Nick
.
- Follow-Ups:
- Re: Problems with "make" command
- From: Desertphile
- Re: Problems with "make" command
- Prev by Date: Re: Random Text
- Next by Date: Re: Problems with "make" command
- Previous by thread: Calculating Rhumb line, example
- Next by thread: Re: Problems with "make" command
- Index(es):
Relevant Pages
|