GetDateTimeString – PB Docs 150
IPB_Session interface: GetDateTimeString method Description Converts data in a pbdatetime object to a string. Syntax
1 |
GetDateTimeString(pbdatetime <span>datetime</span>) |
Argument Description datetime The pbdatetime data object to be converted to a string. Return Values LPCTSTR. See Also NewDateTime ReleaseDateTimeString SetDateTime Document get from Powerbuilder help Thank you for watching.
Using graphs – PB Docs 90
Using graphs In PowerBuilder, there are two ways to display graphs: In a DataWindow, using data retrieved from the DataWindow data source In a graph control in a window or user object, using data supplied by your application code This chapter discusses the graph control and describes how your application code can supply data for…
Date – PB Docs 2017
Date database parameter Description When you update data in the DataWindow painter, PowerBuilder builds a SQL UPDATE statement in the background. The Date parameter determines how PowerBuilder specifies a date datatype when it builds the SQL UPDATE statement. Applies to JDB JDBC ODBC O90 Oracle9i O10 Oracle 10g ORA Oracle 11g Syntax The syntax you use to specify the Date parameter…
IncomingCallList – PB Docs 2017
IncomingCallList PowerScript function Description Provides a list of the callers of a routine included in a performance analysis model. Applies to ProfileRoutine object Syntax
1 |
iinstancename.IncomingCallList ( list, aggregrateduplicateroutinecalls ) |
Argument Description instancename Instance name of the ProfileRoutine object. list An unbounded array variable of datatype ProfileCall in which IncomingCallList stores a ProfileCall object for each caller of the routine….
IsRowModified – PB Docs 2018
IsRowModified DataWindow expression function Description Reports whether the row has been modified. Syntax
1 |
IsRowModified ( ) |
Return value Boolean. Returns true if the row has been modified and false if it has not. Usage In a DataWindow object, when you use IsRowModified in bands other than the detail band, it reports on a row in the detail band. See…
SetPicture – PB Docs 2019
SetPicture PowerScript function Description Assigns an image stored in a blob to be the image in a Picture control. Applies to Picture controls Syntax
1 |
picturecontrol.SetPicture ( bimage ) |
Argument Description picturecontrol The name of a Picture control in which you want to set the bitmap. bimage A blob containing the new bitmap. bimage must be a valid picture…
Using DataWindow Objects – PB Docs 2021
Using DataWindow Objects Contents About using DataWindow objects Putting a DataWindow object into a control Accessing the database Accessing a Web service data source (Obsolete) Importing data from an external source Manipulating data in a DataWindow control Accessing the properties of a DataWindow object Handling DataWindow errors Updating the database Creating reports Using nested reports…
Pie graphs – PB Docs 2021
Pie graphs Pie graphs typically show one series of data points with each data point shown as a percentage of a whole. The following pie graph shows the sales for Stellar printers for each quarter. You can easily see the relative values in each quarter. (PowerBuilder automatically calculates the percentages of each slice of the…
TitleTextChanged – PB Docs 2022
TitleTextChanged PowerScript event Description Occurs when the page title changes. Event ID Event ID Objects None WebBrowser controls Arguments Argument Description titletext The title of the page you browse. Return Values None See also AddressChange CertificateError DownloadingStart DownloadingStateChanged EvaluateJavascriptFinished NavigationError NavigationProgressIndex NavigationStart NavigationStateChanged PdfPrintFinished ResourceRedirect Document get from Powerbuilder help Thank you for watching.
About preferences and default settings – PB Docs 100
About preferences and default settings Many PowerBuilder applications store user preferences and default settings across sessions. For example, many applications keep track of settings that control the appearance and behavior of the application, or store default parameters for connecting to the database. PowerBuilder applications can manage this kind of information in initialization files or in…