181 What does typeof function return? 182 What does setlibrarylist function do? 183 What does getapplication function return? 184 How can we get next modified row and column? 185 When does updatestart6 and updateend event fire.what are the argument to these events? 186 What all …. Continue Reading »
Powerbuilder Interview Questions Part 3
121 Ans. Can you inherit datawindow objects? We can not directly inherited the datawindow object but indirectly we can do that by using user Object. 122 Ans. What is the purpose of using user objects? For the memory Management and applying oops concepts. 123 …. Continue Reading »
Powerbuilder Interview Questions Part 2
61 Ans How can you update datawindow created from procedure? You need to do so from some other procedure Or through the explicit embaded update statement. 62 Ans Can you modify the sql of datawindow runtime and how? Yes we can modify the sql of the …. Continue Reading »
Powerbuilder Interview Questions Part 1
1 Ans. How can you generate runtime datawindow object? Using syntaxfromsql function to get sqlsyntaxt for the passed sql string and then calling function create SyntaxFromSQL: transaction.SyntaxFromSQL ( sqlselect, presentation, err ) Argument Description Transaction. The name of a connected transaction object Sqlselect. A string …. Continue Reading »
Variable Naming Standards In PowerBuilder
Variable Naming Standards In PowerBuilder Variable naming standards for standard variables declared within the Powerscript environment. This includes variables declared in dialog windows such as global and instance variables. The object name should be typed using Camel Case. Camel case is a standard used to aid readability in scripts, the …. Continue Reading »
Notepad++ Syntax Highlighting For PowerBuilder
Notepad++ Syntax Highlighting For PowerBuilder You can download notepad++ from home page click here Step Setup step 1 open notepad++ Step 2 chooose menu language –>User Defined language –> Defined Your Language… Step 3 Import –> choose file syntax type.xml –> close notepad++ Step 4 open notepad++. you will see …. Continue Reading »
Fast Fix Winhlp For Windows10.
DataWindow Processing Property Values
Auto LogOff In PowerBuilder
Auto LogOff In PowerBuilder To autologoff after an hour of inactivity, place code in events as follows: If you are familiar with the workings of the Idle event, then you could have it start a timer on your frame window in PB5, and there is a timer NVO in PFC …. Continue Reading »