Thanks, Alan, that did the trick! :)
--- In [email protected], Alan Martin <[EMAIL PROTECTED]> wrote: > Hello smalis, > > That looks like very old syntax you are using: > > *assign c "##filemenu {filename}#" > > This should work in recent versions of PowerPro: > c=filemenu("c:/path/myfilemenu.txt") > ;; or if the filepath is in a variable: > c=filemenu(filenamevar) > > The maxcolumn setting is not in the command to show the menu, > it is the first line inside the filemenu's file. > I think it is either: > maxcolumn 20 > > Or maybe it should be: > format maxcolumn 20 Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
