Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shortcut menu question
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Shortcut menu question
Miscellaneous
Thread ID:
00179192
Message ID:
00179192
Views:
49
I am trying to debug following code, but it keeps giving an error at runtime on line "Define BAR ...". What's wrong with it ?
Thanks in advance.

Local nX, nY, nI

nY = ThisForm.txtSite.Top
nX = ThisForm.txtSite.Left
nI = 1
Define POPUP mnuSites SHORTCUT RELATIVE FROM nY, nX

Select cifsites
Scan All
DEFINE BAR &nI of mnuSites PROMPT &(cifsites.site)
nI=nI+1
Endscan

Select DISTRIB
Igor Gelin
Database Developer
Next
Reply
Map
View

Click here to load this message in the networking platform