Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot find Alias more specific...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Cannot find Alias more specific...
Miscellaneous
Thread ID:
00082881
Message ID:
00082881
Views:
70
Sawadee Kahp,

To be more specific, my problem is this:

---
This code causes a subsequent do form xxx to err: Cannot find Alias xxx
In Combo1.Valid:

LOCAL nCurArea
nCurArea = SELECT()
cfgProj = ALLTRIM(THISFORM.Combo1.Value) *DropDown value
USE projects AGAIN *Open lookup
SET ORDER TO project
SEEK cfgProj *Find Value
IF FOUND()
cfgProjPre = ALLTRIM(prefix) *Set table prefix
? cfgProjPre *Confirm
ENDIF
SELECT(nCurArea)

Then cfgProj and cfgProjPre are used to specify the form to open.
---
This code does not cause any errors:

In button.Click:

cfgProj = "xxx"
cfgProjPre = "xxx"

Then cfgProj and cfgProjPre are used to specify the form to open.
---
I really need to use a combobox here...;)

Eric K.
Next
Reply
Map
View

Click here to load this message in the networking platform