Project

General

Profile

Actions

Bug #49

closed

Clicking save icon while focus is on code explorer triggers error 98

Added by Wil van Antwerpen almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Start date:
05/06/2017
Due date:
% Done:

0%

Estimated time:

Description

In ThaHammerActions.pkg is this bit of code:

// Tries to get a function | message from the view or the edit
Function RequestGetFromViewEx Integer iMsg Integer bEdit Integer iPara1 Integer iPara2 Returns Integer
Integer hoID iRet iOK
Move (Focus(Desktop)) to hoID
If (hoID<>0) Begin
Get GetEditViewID of hoID to hoID

hoID is set to:
oMain.oToolPane.oToolsDialog.oTP_Database.oTablesTree

and as such it doesn't know the GetEditViewID method.

We should look at a better way to find the current edit window. It probably already exists.

Actions

Also available in: Atom PDF