Re: Intermittent Error 12 - Variable Not Found
- From: Peter Huish <huish@xxxxxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 04:20:05 GMT
Menu proc:^^^^^^^^^^^
private var
This statement does *NOT* create a variable var, only that var
will now refer to something new (i.e. not a var that was assigned to
previously).
Do you assign a value to var in here? That will create var with
scope of the menu procedure and on.
Yes a value is assigned in the menu procedure.
.
- References:
- Intermittent Error 12 - Variable Not Found
- From: Peter Huish
- Re: Intermittent Error 12 - Variable Not Found
- From: Stefan Wuebbe
- Re: Intermittent Error 12 - Variable Not Found
- From: Peter Huish
- Re: Intermittent Error 12 - Variable Not Found
- From: Fred Taylor
- Re: Intermittent Error 12 - Variable Not Found
- From: Peter Huish
- Re: Intermittent Error 12 - Variable Not Found
- From: Bernhard Sander
- Re: Intermittent Error 12 - Variable Not Found
- From: Peter Huish
- Re: Intermittent Error 12 - Variable Not Found
- From: Gene Wirchenko
- Re: Intermittent Error 12 - Variable Not Found
- From: Peter Huish
- Re: Intermittent Error 12 - Variable Not Found
- From: Gene Wirchenko
- Intermittent Error 12 - Variable Not Found
- Prev by Date: Re: how to get the no of month of a given date range
- Next by Date: Re: No more Foxpro
- Previous by thread: Re: Intermittent Error 12 - Variable Not Found
- Next by thread: Re: Intermittent Error 12 - Variable Not Found
- Index(es):
Relevant Pages
|