RibbonMenuItem control – PB Docs 2022
RibbonMenuItem control A RibbonMenuItem control defines a menu item for the application menu (RibbonApplicationMenu) or the ribbon menu (RibbonMenu) in the RibbonBar control. There are three types of menu items: Normal(0) — Can be inserted as the master menu item to the application menu or as the menu item to the ribbon menu. Separator(1) —…
Requirements for using Open Client security services – PB Docs 2022
Requirements for using Open Client security services For you to use Open Client security services in your application, all of the following must be true: You are accessing an Adaptive Server database server using Open Client Client-Library (CT-Lib) 11.1.x or later software. You have the required network security mechanism and driver. You have the required…
Resize – PB Docs 2022
Resize PowerScript function Description Resizes an object or control by setting its Width and Height properties and then redraws the object. Applies to Any object, except a child DataWindow Syntax
|
1 |
objectname.Resize ( width, height ) |
Argument Description objectname The name of the object or control you want to resize width The new width in PowerBuilder units height The new…
ReturnsNullWhenError – PB Docs 2022
ReturnsNullWhenError property for PowerScript controls Applies to JSONPackage and JSONParser Description Specifies whether the getting value function returns a null value when error occurs. Values are: TRUE — (Default) The getting value function returns null. FALSE — The getting value function throws an exception. Document get from Powerbuilder help Thank you for watching.
Processing instructions – PB Docs 2022
Processing instructions Processing instructions (PIs) enable you to provide information to the application that uses the processed XML. Processing instructions are enclosed in <? and ?> delimiters and must have a name, called the target, followed by optional data that is processed by the application that uses the XML. Each application that uses the XML…
Publication – PB Docs 2022
Publication property for PowerScript controls Applies to MLSynchronization and MLSync objects Description Specifies the publication or publications to be updated during a synchronization. Setting this property is equivalent to including the -n dbmlsync option. Usage This is a required property of the synchronization object. If the property value has not been set before a synchronize…
ProfileString – PB Docs 2022
ProfileString PowerScript function Description Obtains the string value of a setting in the profile file for your application. Syntax
|
1 |
ProfileString ( filename, section, key, default ) |
Argument Description filename A string whose value is the name of the profile file. If you do not specify a full path, ProfileString uses the operating system’s standard file search order to find the file….
RaggedRight – PB Docs 2022
RaggedRight property for PowerScript controls Applies to Tab controls Description When RaggedRight is enabled, tab size is determined by the label text and the Fixed Width setting. If RaggedRight is not enabled, tabs are stretched so that they fill space along the edge of the control. Usage In a painter To set the RaggedRight property:…
ReadData – PB Docs 2022
ReadData PowerScript function Description Reads the response body. Applies to HTTPClient objects Syntax
|
1 |
objectname.ReadData ( data, bufferSize ) |
Argument Description objectname The name of the HTTPClient object for which you want to read the response body. data A blob value into which the function returns data. bufferSize A long value specifying the buffer size. Usage When the data is…
PowerScript Functions – PB Docs 2022
PowerScript Functions Contents Abs ACos AccessToken Activate AddAttachment AddBcc AddCategory AddCc AddColumn AddContent AddData AddFile AddFolder AddItem AddItemArray AddItemBlob AddItemBoolean AddItemDate AddItemDateTime AddItemNull AddItemNumber AddItemObject AddItemString AddItemTime AddLargePicture AddLinkedResource AddMasterSeparatorItem AddPage AddPicture AddRecipient AddSeparatorItem AddSeries AddSmallPicture AddStatePicture AddTextBlock AddToLibraryList AppendParam ApplyTheme Arrange ArrangeSheets Asc AscA ASin AsymmetricDecrypt AsymmetricEncrypt AsymmetricGenerateKey AsymmetricSign AsymmetricVerifySign ATan Base32Decode Base32Encode Base64Decode…