PowerBuilder Manual Book Part 2

IV. Data window 1. Function function parameter description dw_1.insertrow(row) row sets the insertion position insert blank line When successful, return the row number inserted successfully, and return -1 if failed insertrow(0) means to insert a row in the last row dw_1.deleterow(row) row the row number to delete delete row Returns …. Continue Reading »

PowerBuilder Format Datetime

In PowerBuilder, you can use a variety of format strings to display date values as strings. Here’s a list of commonly used format strings: These are just a few examples of the many format strings you can use to display date values as strings. You can adjust the format string …. Continue Reading »

DataWindow Column Width

DataWindow Column Width Example Code str_size from structure w_main from window Datawindow d_datawindows Datawindow d_columns Find Projects On Github click here Good Luck!

PowerBuilder Toast Notification

PowerBuilder Toast Notification Code Example n_cst_systemtray from nonvisualobject n_cst_systemtray_shared from nonvisualobject n_cst_systemtray_callback from nonvisualobject w_main from window Find Projects On Github click here Good Luck!

PowerBuilder Send Mail Using MailKitNet Smtp DotNet

PowerBuilder Send Mail Using MailKitNet Smtp DotNetUse dotnet class in c# using mailkitnet library to send email. can use gmail or mirosoft mail smtp method to send email. use dotnetobject from version PB2019 or above Shared from website https://rsrsystem.blogspot.com/ Source get from rsrsystem.blogspot.com Find Projects On Github click here Good Luck!

Ean13 Barcode In PowerBuilder

Ean13 Barcode In PowerBuilder You MUST install the EAN 13 TrueType font included in the zip file with this sample application in order to be able to display EAN 13 barcodes. To install the font in Windows 10, open the Fonts applet in the Windows Control Panel, then drag/drop the …. Continue Reading »