Jump to content
Developer Wiki and Function Reference Links ×

Active Document Class not PIO Class


twk

Recommended Posts

Hi Everyone

I'm trying to call the current active class of the document and display it as text in my PIO,

unfortunately using

Procedure Main;

VAR

{VAR's for CustomPIO handling, etc}

Procedure ActClTest;

Begin;

MoveTo(0,0);

BeginText;

ActClasSt

EndText;

End;

Begin;

IF GetCustomObjectInfo(PIONameh, hParm, hParmRecord, hWall) & (hParm <> Nil)

THEN BEGIN

ActClasSt := ActiveClass;

ActClTest;

END;

is showing the current class of the PIO object, not the document.

How can I show the active 'documents' class not the PIO's class.

Thanks in advance

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...