Editable Report Preview in application Builder
Hello guys,
I am using applciation builder to select name of report from the list box and its preview will be displayed
// This function will run on selection of each item in list box
reportPreviewPrint = Function( {thisBox},
{Default Local},
//Get selected report name from the list box of open report names
selectedReport = ListPrintReport << Get Selected;
wList = Get Window List( Type( "R
...