Consultor Eletrônico



Kbase P48132: Lookup.p needs a getButtonHandle function.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Lookup.p needs a getButtonHandle function.

Without a getButtonHandle function it is not possible to get a Dynamic Lookup button from a Dynamic Lookup custom super procedure.

CAUSE:

Logged enhancement request.

FIX:

Add a getButtonHandle function to lookupcustom.p that returns the lookup button handle. .i.e.

FUNCTION getButtonHandle RETURNS HANDLE
( /* parameter-definitions */ ) :
/*---------------------------------------------------------------------
Purpose:
Notes:
----------------------------------------------------------------------*/
DEFINE VARIABLE hButton AS HANDLE NO-UNDO.
{get ButtonHandle hButton}.
RETURN hButton. /* Function return value. */
END FUNCTION.