PowerBuilder Datawindow Debug information

You can integrate this easy to use window in your application in order to see and modify at any time information in datawindow.

dwdebug.zip

This package contains two objects:
d_debug_datawindow_param.srd
w_debug_datawindow.srw

How to use w_debug_datawindow:
on rbuttondown event in your basic datawindow add the following script:

if KeyDown(KeyControl!) and KeyDown(KeyAlt!) then
	OpenWithParm(w_debug_datawindow,this)
	return 1
end if

that means that you can open datawindow debug window with Ctrl+Shift+RightClick

Copyright by Dmitry Lukyanov


top | control panel