Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debug a pop screen

Former Member
0 Likes
479

Hi all,

I know how to debug a pop up.That is by filling some contents in a notepad file and drag and drop that.

Can anyone tell me why are we doing this???

Why such a process.

3 REPLIES 3
Read only

Former Member
0 Likes
436

In addition to using this method for debugging from a pop-up, a similar method can be used for retrieving the status of a popup window using the following code in a text file and save it and dragging it into the window which u want to debugg.:

Below is the code:

[FUNCTION]

Command=/H

Title=Debugger

Type=SystemCommand

kishan negi

Read only

Former Member
0 Likes
436

Hi,

Drag and drop the file onto any of the Modal window.

Thanks

Sunil

Read only

Former Member
0 Likes
436

Hi Vijay,

The reason for drag and drop of a file containing some code for debugging a pop-up

is that in case of normal window we have a command input facility i.e /H and the

debugging starts but for pop-up we do not have command input, so with drag and drop of file we are passing the /H function to command input

Hope you get the message.

Regards,

Dnyanesh