Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rthunter

    Tabular datawindow returns fewer rows than underlying stored procedure

    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...
  2. rthunter

    Tabular datawindow returns fewer rows than underlying stored procedure

    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...
  3. rthunter

    want to store Employee's picture and pdf resume

    Do you want to store those docs in a data table or in a file folder?
  4. rthunter

    Tabular datawindow returns fewer rows than underlying stored procedure

    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...
  5. rthunter

    Printing DataWindows

    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.
  6. rthunter

    Powerbuilder script or DLL for PB to use on JPG files

    Have you tried creating a data window with only one computed field that uses the BITMAP() function? That should work on jpeg files.
  7. rthunter

    Required value message on datawindow

    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"...
  8. rthunter

    Referencing sequential field names with a FOR loop

    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...

Part and Inventory Search

Back
Top