If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > Paradox8 menu script

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-07, 14:32
gsapp gsapp is offline
Registered User
 
Join Date: Feb 2007
Posts: 1
Paradox8 menu script

Beginner trying to construct a menu script.
eg
method open (var eventInfo Event)
var
mainMenu Menu
utilPU PopUpMenu
endvar
mainMenu.show()
endMethod

Consistently get error msg "Cannot change a built in header"

Won't work on any action (run, open, etc)

Can you suggest a sample menu script that will work?
Reply With Quote
  #2 (permalink)  
Old 06-11-07, 10:45
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
If you don't add any command to the menu object, then surely it would not function...

Where are you putting this code? You should put it in a form's open method...
__________________
The only failure is not trying to do it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On