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