PowerBuilder Manual Book Part 8 PowerBuilder Curriculum Part 8 VI. Custom functions 1. gf_get_exe (1), define external functions in gobal external functions (2), create custom functions (3), call the function 2. gf_file_write (1), create a custom function (2), call the function 3. gf_file_read (1), create a custom function (2), call …. Continue Reading »
PowerBuilder Manual Book Part 7
PowerBuilder Manual Book Part 7 PowerBuilder Curriculum Part 7 13. window (1), Open Function:Open the window.This function has two syntax forms:Syntax 1. Open the window Object whose Data Type Is known during programming;Syntax 2. Open the window Object whose Data Type can only be determined after the program runs. Syntax:Syntax …. Continue Reading »
PowerBuilder Manual Book Part 6
PowerBuilder Manual Book Part 6 PowerBuilder Curriculum Part 6 11. Library management (1), LibraryCreate Function:Create an empty PowerBuilder Application Library, And add Library annotations as needed While creating the Application Library Syntax:LibraryCreate ( LibraryName{, comments } ) parameter:LibraryName: String Type, specify the Name Of the Application Library To be created, …. Continue Reading »
PowerBuilder Manual Book Part 5
PowerBuilder Manual Book Part 5 PowerBuilder Curriculum Part 5 7. Date and time (1), Day Function:Get the Number (Integer Value Between 1 And 31) In the Date Type Data. Syntax:Day ( Date ) parameter:Date: the Date Value To Get the Number Return Value:Return Value: IntegerWhen the Function executes successfully, it …. Continue Reading »
PowerBuilder Manual Book Part 4
PowerBuilder Manual Book Part 4 PowerBuilder Curriculum Part 4 5. String (1), Fill Function:Creates a String Of the specified Length filled With the specified String. Syntax:Fill ( chars, n ) parameter:chars: String Type, specify the String used For repeated paddingn: Long Type, specifying the Length Of the String returned By …. Continue Reading »
PowerBuilder Manual Book Part 3
PowerBuilder Curriculum Part 3 V. System functions 1. Array (1), lowerbound Function:Get the Lower bound Of the nth dimension Of the specified array Syntax:LowerBound ( array {, n } ) Parameters:array: array Namen : Numeric Type, optional, specifies the Lower bound Of which dimension Of the array To Get, the …. Continue Reading »
PowerBuilder Manual Book Part 2
PowerBuilder Curriculum 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 …. Continue Reading »
PowerBuilder Manual Book Part 1
PowerBuilder Curriculum Part 1 I. Development Specifications 1. Variable naming rules The following uses global variables as an example variable type Naming rules Boolean gbl_ string gs_ int gi_ uInt gui_ long gl_ longlong gll_ date gde_ time gtm_ datetime gdt_ decimal gdc_ decimal{2} gdc2_ char gc_ Double gdb_ 2. …. Continue Reading »
Powerbuilder Site Offline Part 21
Powerbuilder Site Offline Part 21 Has many pages about PowerBuilder has been very useful, but because developers can not continue to maintain operations. so I would like to load their website about PowerBuilder editing category share again with you in the offline mode. Thank you! Open New Tab ClickHere Download ClickHere Get …. Continue Reading »