Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with selection of the menu item tool bars...

Status
Not open for further replies.

Gerold24

Programmer
Oct 26, 2006
1
DE
I have a problem with paradox 10. During the selection of the menu item tool bars...
following error report comes: Unexpected: General Protection

infos:
- SP 2,3 and 4 were installed
- at the beginning all tool bars were activated
- call of the Procedure FensterWeg(), the tool bars were put out
- after renewed start of program are not to see any tool bars more
- no effect has new installation


proc FensterWeg()
var
tc TCursor
siWinHandle, siWinMsgID LongInt
endVar

if isToolBarShowing() then
hideToolBar()
endIf
enumDesktopWindowNames(":pRIVAT:DESKWINS")
tc.open(":pRIVAT:DESKWINS")
scan tc:
if tc.WindowName.isBlank() then
loop
endIf
siWinHandle = tc."Handle"
siWinMsgID = winGetMessageId("WM_CLOSE")
winSendMessage(siWinHandle, siWinMsgID, 0, 0)
endScan
endproc

Who can help me?
Gerold
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top