March 5, 2010

Enable Zoom

By default, the ZOOM button in the form will be kept disabled. If You need to enable this, You have to use CUSTOM.PLL.
You have to make modifications in the CUSTOM.PLL. Open it in the Forms Builder.

For this, we have to find the Form Name and Block Name.

To Find Form Name,
You will get a Pop-up window. You can get the Forms Name here.

Here the Form Name is OEXOEORD. There is an alternate way to find the Form Name. Click here to know that.


To Find Block Name,

It will ask for a password, Give APPS

You will get the Block Name here.
Now, Use these details in the CUSTOM.PLL.

Block Name is LINE


Now, Use these details in the CUSTOM.PLL.

 


After making modifications, Compile the Program. Short Cut Key : CTRL+SHIFT+K or ALT+M
Then, compile the File using CTRL + T. While compiling, Ensure that the application form was closed.
Now Open the Form and check. You can see that the ZOOM Button was enabled.

No comments:

Post a Comment

Thanks for your comments submitted.,will review and Post soon! by admin.

COALESCE-SQL

Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...