|
From: Alain A. <ala...@wa...> - 2015-03-29 14:26:29
|
Hi,
I'm building a genealogy helper application to access to the omline
registry of french departements.
For now, I'm just using one departement. It has 576 cities.
To build a menu, is a real pain.
So, I try to create it using a dbf file (with a short menu first.
If I code it like this, menu is correctly created, but it fail to
execute the ACTION (does nothing):
MENU TITLE "Télécharger une &décénale"
for rg=1 to 4
MENU TITLE tabdec[rg,1]
MENUITEM tabdec[rg,2] ACTION tabdec[rg,3]
ENDMENU
next
ENDMENU
I have tried to use ACTION eval(tabdec[rg,3], but it generate an error.
Is there a way to do it ?
Thanks
A+
--
------------------------------------------------------------------------
Alain Aupeix
http://jujuland.pagesperso-orange.fr/
http://pissobi-lacassagne.pagesperso-orange.fr/
------------------------------------------------------------------------
U.buntu 12.04 | G.ramps 3.4.8-1 | H.arbour 3.2.0dev (2015-03-27 15:21) |
HbIDE (Rev.316) | Five.Linux (r138) | Hw.Gui (2375)
------------------------------------------------------------------------
|