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 TouchToneTommy 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: *

  • Users: scottrodriguez
  • Order by date
  1. scottrodriguez

    ShareData problem???

    Hi, dws do not automatically sync row-scrolling with other sharing dws (although this synchronizing should have been implemented in the ShareData() function itself). Further, Clicked!/DoubleClicked! events are not the right place to synchronize row-scrolling in sharing dws. The right place to...
  2. scottrodriguez

    DWC.Update() function - Returns a DW Error Dialog Box - Why?

    Hi, Identifying where to place scripts is half the job of coding. The right event to capture this situation and prevent this dialog is the DBError! event. Return a value of 1 to prevent the default error dialog. Before that, you may like to do your own processing, accessing the situation from...
  3. scottrodriguez

    Print Setup Dialog box - does not show option to select a certain page

    Hi, Display of this value on the Print dialog depends on your printer and its driver. However, you can implement your own printer driver using PowerScript. You can use a SingleLineEdit control on the window to specify your own page-range values that are to be printed. When the user enters the...
  4. scottrodriguez

    Best way to do Email

    Hi, If the email message is the same for all users, populating the MailBCc! element of MailRecipient object with all the users' email IDs and populating the MailTo! element with your own email ID should work. MailBCc! recipients do not know to who else the message was sent as their message...
  5. scottrodriguez

    How to give SL NO for rows in a group ?

    Hi, Include a "computed-column" in your SQL-Select statement such as: 1 AS SNO This computed-column is repeated for each row with a value of 1 when you retrieve data. Now, remove the computed-column from the layout and add a "computed-field" in the detail band with the...

Part and Inventory Search

Back
Top