Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thisform can only be used within a method
Message
From
29/11/2004 05:36:03
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00965288
Message ID:
00965350
Views:
14
Hi Nadya!

>Hi everybody,
>I have a weird behavior in one of my forms. The table is empty in my home environment. I have a pageframe on the form with two pages: Browse page with a grid and Details (Edit) page with one record details. I noticed, when I run the form, I can not switch between the pages, I am trying to click on the Browse page, but it doesn't react.
>I have the following code in Edit page Activate:
>********************************************************************
>*  Description.......: pageEdit.Activate
>*  Calling Samples...:
>*  Parameter List....:
>*  Created by........: Nadya Nosonovsky 05/25/2000 10:02:36 AM
>*  Modified by.......: Nadya Nosonovsky 06/20/2000 01:27:00 PM
>********************************************************************
>if recno('Camouflage') > 1
>	thisform.cState = Camouflage.state
>	this.cmbTown.requery()
>	this.refresh()
>endif
>I added recno condition today in order to solve the aforementioned problem. However, with this condition added I get an error "Thisform can only be used within a method". Without this code the form runs fine. What exactly is the problem? The help doesn't clarify the situation at all.
>Thanks a lot in advance.

Initially, there isn't reason. This message appear when we use ON ERROR with "thisForm" or when we use "thisForm" in a procedure or function.
Are you use On Error with "thisForm"?
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform