Category : Paradox DBMS
Archive   : PDOXSHRT.ZIP
Filename : 13-04.TXT

 
Output of file : 13-04.TXT contained in archive : PDOXSHRT.ZIP
method open(var eventInfo Event)
var
pFile, pEdit, pHelp popUpMenu
formMenu menu
endVar
if eventInfo.isPreFilter() then
;code here executes for each object in form
else
;code here executes only for the form itself

;first, create the File menu
pFile.addText("&New")
pFile.addText("&Open")
pFile.addText("&Save")
pFile.addText("E&xit")

;next, create the Edit menu
pEdit.addText("Cu&t")
pEdit.addText("&Copy")
pEdit.addText("&Paste")

;now, create the Help menu
pHelp.addText("&About...")

;finally, combine all three and display
formMenu.addPopUp("&File", pFile)
formMenu.addPopUp("&Edit", pEdit)
formMenu.addPopUp("&Help", pHelp)
formMenu.show()
endIf
endMethod



  3 Responses to “Category : Paradox DBMS
Archive   : PDOXSHRT.ZIP
Filename : 13-04.TXT

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/