Questions tagged [powerbuilder-pfc]

The PowerBuilder Foundation Class Library (PFC) is a set of PowerBuilder objects that are customized and used to develop class libraries. These objects can be used to provide corporate, departmental, or application consistency.

The PowerBuilder Foundation Class Library (PFC) is a set of PowerBuilder objects that are customized and used to develop class libraries. These objects can be used to provide corporate, departmental, or application consistency. PFC also includes objects that are used as is for utility purposes, such as debugging. PFC is written in PowerBuilder and delivered as PowerBuilder objects with supporting PowerScript source code. It uses advanced PowerBuilder object oriented coding techniques, and features a service-oriented design that ensures that an application uses the minimum amount of computer resources.

40 questions
0
votes
0 answers

Installing Powerbuilder IDE 8 in win 7

Has anyone had success in installing Powerbuilder 8 IDE in Win 7 without any issues? Any steps to follow so that i can install in Win 7. Right now i can install but not debug or build. Resolved : Installed XP mode in Win7 and in that i installed all…
max
  • 59
  • 1
  • 2
  • 8
0
votes
1 answer

Retrieve the value from the barcode scanner in the key event in power builder 12.5

I cannot interpret the value from the Barcode Scanner from Power Builder. I am seeing from Key event, the value of Key seems to be "KeyEscape!" and hence it closes the window. Is there any syntax which gets the value from the Barcode Scanner in the…
0
votes
1 answer

PowerBuilder - Populate items in treeview using PFC

I have a window inherited from pfc_w_sheet and it contains treeview inherited from u_tv. Below is the script inside the window's open event. At first, it only have 1 argument and the treeview successfully populated and displayed the items. But when…
RedHat
  • 205
  • 2
  • 12
  • 24
0
votes
1 answer

Menu become unresponsive in power builder

We are facing some wired issue. After doing some work on application, somehow menu become unresponsive and not performing any action from the menu. This is windows based application. We are using power builder 11.5.1 Build 4740 We are using PFC…
user1318718
  • 21
  • 1
  • 5
0
votes
1 answer

DBHandle function always fails in PB12.net

I have migrated a project from PowerBuilder 12 classic to Powerbuilder 12.net using PFC. Even though in PB12 the connection to the database is successful that is not true for PB12.net. I have been debugging for the problem and the DBHandle function…
0
votes
3 answers

PowerBuilder window close event

I have a MDI window containing multiple tabs. What I want to do is to disabled the close event every time the user clicked the exit button on the tab. But I didn't know how to accomplish those. Can anyone please help me with this? Thank you. Here…
x'tian
  • 734
  • 2
  • 14
  • 40
0
votes
1 answer

how to write a recursive function to create a treeview from data in datawindow?

I have a parent-child data in a datawindow from a table mytab(id, pid....) Then I want to use to data to create a tree in treeview. I try to use recursive function, but have problem with datawindow as I use filter to change the data in datawindow.…
KentZhou
  • 24,805
  • 41
  • 134
  • 200
0
votes
2 answers

Migration of PowerBuilder 4.0 to PowerBuilder 12?

I am new to power builder. for past one year i was using asp.net and mssql. Latest project is about migration of Power Builder from older version (version 4) to latest version (version 12). Please help me to know more details about the migration and…
0
votes
1 answer

How To Split File in PowerBuilder

I have the script here which works for the splitting of file. For example the total lds_trandetail.rowcount( ) is 56, i have to chopped that 56 in 3 files with maximum of full 20 rows and the last file will handle the remaining rows which is 16. I…
RedHat
  • 205
  • 2
  • 12
  • 24
0
votes
4 answers
1 2
3