Mac to Windows

David Thompson dthmpsn1 at uiuc.edu
Tue Apr 1 14:27:02 PDT 2008


>BTW.... On the Pan Ref Wiz....I guessing that the display of the 
>various versions on the menu was initially designed to show what 
>specific commands/funcitons were introduced with each version -- 
>rather that a display of commands/functions that are *compatible 
>with* each listed version.   The latter would be much more useful.  
>Maybe the Pan update genie could whip up something like that when he 
>has a spare moment....????

This is a fairly simple change you can easily do 
yourself. Hold the control key down while you 
click on the menu bar to make the View menu 
appear. Use it to open the .CustomMenu procedure. 
Find the section that reads

     if CurrentVersion<>""
         select Version beginswith CurrentVersion

and change it to

     if CurrentVersion<>""
         select val(Version) <= val(CurrentVersion)

Close the procedure window, and Save.

Dave


More information about the Qna mailing list