Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder Documentation Older – Page 2114 – PowerBuilder Library

Powerbuilder Documentation Older

Powerbuilder Documentation Older Version

Basic editing in Page and Source views – PB Docs 100

Basic editing in Page and Source views There are several methods for adding and changing content on your page in Page and Source views of the HTML editor: Using options on the PowerBuilder menu Clicking toolbar buttons Using keystrokes assigned to format settings Dragging elements from the System Tree into the editor Dragging HTML content…

Overview of troubleshooting tools – PB Docs 125

Overview of troubleshooting tools When you use PowerBuilder, there are several tools available to trace your database connection in order to troubleshoot problems. Table 14-1: Database trace tools Use this tool To trace a connection to Database Trace Any database that PowerBuilder accesses through one of the database interfaces ODBC Driver Manager Trace An ODBC…

MouseDown – PB Docs 125

MouseDown event The MouseDown event has different arguments for different objects: Object See RichTextEdit control Syntax 1 Window Syntax 2 Syntax 1 For RichTextEdit controls Description Occurs when the user presses the left mouse button on the RichTextEdit control. Event ID Event ID Objects pbm_renlbuttondown RichTextEdit Parameters None Return Values Long. Return code choices (specify in…

Header_Top_Margin – PB Docs 126

Header_Top_Margin DataWindow object property Description The size of the top margin of the DataWindow’s header area. Header_Top_Margin is meaningful only when type is Grid or Tabular. Controls Style keywords Syntax DataWindowSyntaxFromSql:

Parameter Description value An integer specifying the size of the top margin of the header area in the units specified for the DataWindow….

WeekNumbers – PB Docs 150

WeekNumbers property for PowerScript controls Controls DatePicker, MonthCalendar controls Description Specifies whether a number displays to the left of each row of dates to indicate the number of the week in the year. For example, January 1 falls in the first week in the year, so the number 1 would display to the left of…

JSP Web services – PB Docs 100

JSP Web services You can use Web services in your JSP by generating custom tags for them. The JSP Web Service Proxy wizard on the Web page of the New dialog box creates a custom tag library with the information necessary for calling a Web service in a JSP. For more information on custom tags…

Setting Additional Connection Parameters – PB Docs 125

Setting Additional Connection Parameters About this chapter To fine-tune your database connection and take advantage of DBMS–specific features that your interface supports, you can set additional connection parameters at any time. These additional connection parameters include: Database parameters Database preferences These connection parameters are described in the Database Connectivity section in the online Help. This…

ItemCollapsed – PB Docs 125

ItemCollapsed event Description Occurs when a TreeView item has collapsed. Event ID Event ID Objects pbm_tvnitemcollapsed TreeView Parameters Argument Description handle Long by reference (the handle of the collapsed TreeViewItem) Return Values Long. Return code choices (specified in a RETURN statement): 0 Continue processing Examples This example changes the picture for the collapsed item:

See…

LastRowOnPage – PB Docs 126

LastRowOnPage DataWindow object property Description The last row currently visible in the DataWindow. Controls DataWindows Syntax PowerBuilder dot notation:

Describe argument:

Examples

Document get from Powerbuilder help Thank you for watching.

InkPicture control – PB Docs 150

InkPicture control An InkPicture control collects pen input (“ink”) on a Tablet PC and layers it on a picture. It is used to collect ink annotations to a picture or signatures. It has no handwriting recognition capability. Using with animation features InkPicture controls may not paint correctly when you use animation features. Properties InkPicture property…