thn
One. It was copied and pasted from xxxmenu.xls.
How many Chr(9) delimiters do you have between columns? Only a single delimiter is supported so far.
copy-pasting the xxxMenu.xls contents is the safest method IMO
HTH,
ThN
I have never been able to display menus even after using the FiC sample; in fact even the sample menus from FiC do not show. Please advise where I am going wrong.
For testing I downsized the menu and left just a couple optons, some repetitive, so I realize this is not a real helpful menu at this point:
PROTECTED FUNCTION wFormHTML_cMenu && {fr} Définition du menu (cf. xxxMenu.xls) {en} Menu definition (cf. xxxMenu.xls) LOCAL lcResult TEXT TO lcResult NOSHOW FLAGS 1 PRETEXT 7 file donor donor .t. .f. nameset.scx .f. .t. nameset file two two .t. .f. nameset.scx .f. .t. nameset reports one one .t. .f. nameset.scx .f. .t. nameset ENDTEXT && {fr} Copier-coller ici le contenu des 9 premières colonnes de xxxMenu.xls, sans les en-têtes && {en} Copy-paste here contents of the 9 first columns of xxxMenu.xls, without headers RETURN lcResult && lcResult && has to return something valid or send a space(0)
There are no errors and nothing anythere in the generated code that is trying to create menus.