I've compared the output, and the results are the same each time I run the QA and DW versions. The DW never contains rows that are not included in the QA output. I can't find any recurring theme in the rows that are omitted by the datawindow, but I really don't think it has anything to do with...
Thanks for the suggestion. I actually already did that, and the results are really strange. Here's what's taking place:
From datawindow:
(1) Stored procedure creates a temp table and populates it with 62050 rows (unique account records);
(2) Stored procedure calculates a total paid for each...
I built a datawindow (PB v.10.2.1.9637) based on a stored procedure (MSSQL Server 2000). If I run the stored procedure in TSQL, I get 300 rows returned to me (a number that I believe to be correct). If I use exactly the same parameters with the datawindow (both via PBscript and manual user...
What syntax are you using to set the data window's print properties? Is it something like:
dw_control.Object.DataWindow.Print.collate = FALSE
If you're just using datawindow.print.collate = FALSE, that might be what's causing the problem.
This may sound like an obvious question, but have you specified "Y" and "N" for the "Data Value for On" and "Data Value for Off" options?
To set the value in code, you should be able to use the data window control function dw_whatever.SetItem(row,column,value).
When you refer to "try to save"...
I created a window (not a Data Window) in PB10, and on it are 20 edit mask objects, named em_value1 through em_value20. Upon the user clicking a Submit button (on the same window) I would like to step through each edit mask object to validate the data that the user input.
Is there a way to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.