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
1 answer

How to create PDF document dynamically in PowerBuilder?

We developed manufacturing ERP in PowerBuilder 10.5 and SQL Server. And now we want to generate PDF file dynamically from datawindow and send it to the customer via e-mail attachment. (we don't use PFC, we use our own framework) Any help will be…
0
votes
1 answer

Open a responsive website then print to PDF

Is there a way that I can open a series of webpage URL and loop to print it to pdf? I tried creating a datawindow and adding ole object control for microsoft web browser, I set the ole object size to display because its responsive and so that I can…
sccydd
  • 23
  • 6
0
votes
1 answer

dw_1.print(false) PDF generated is always blank

ll_printed = dw_1.print(FALSE) IF ll_printed = 1 AND FileLength64(gs_TmpFile) > 100000 THEN ls_run =gs_GhostScript_Path + "gswin32c -q -sDEVICE=pdfwrite -sOutputFile=" + gs_TmpFile + ".pdf " + " -dBATCH -dNOPAGEPROMPT -dNOPROMPT-dQUIET -dNOPAUSE"…
0
votes
2 answers

how to Auto fill fields in powerbuilder

i'm new to PowerBuilder 10.5 i'm trying to create a cost application , i want to autocomplete the row when i pick a enter image description herematerial from a DDDW i want to auto fill the price & unit. there are 2 tables 1Material - Unit - Price…
0
votes
2 answers

PowerBuilder (PFC) Crash Referencing Datawindow Property - When TFS Not Pulling Dataobject

Has anyone using the PowerBuilder Foundation Classes (PFC) experienced application crashes when an assigned dataobject is missing (either in build or development)? We've all experienced when a dataobject is dynamically assigned and you get a blank…
Rich Bianco
  • 4,141
  • 3
  • 29
  • 48
0
votes
1 answer

Powerbuilder 7 - Only print header on first page and footer on last page

I need to only print header on the first page and footer on the last page. Please help. Thanks.
user7713254
0
votes
1 answer

New retrieval argument is not coming into PFC linkage arguments

I have added new retrieve arguments for my data window. When i am trying to launch the data window the pfc linkage arguments are not taking the new argument which i have added. I get the following error Retrieve argument 2 does not match expected…
Deepthi
  • 1
  • 2
0
votes
1 answer

How Make the Graph Style Data Source in PowerBuilder

I am new in powerbuilder, I have a table with 3 columns ; Quantity,Price,Year and i want to create a graphical data in power builder with data window properties. i selected the graph style from data style and returns the table in to it. Now how can…
0
votes
1 answer

How to access window variable in different .pbl with non-visual object in Powerbuilder

I have window w_1 in P1.pbl I have non-visual object n1 in p2.pbl. In w_1 having il_ref. I would like to access the value to n_1 object.
0
votes
1 answer

how use timer event in powerbuilder for changing multiple data windows

I had a screen named w_main and i have 5 data windows dw_one , dw_two , dw_three, dw_four ,dw_five and here iam used the data windows in the screen with a user object uo_main, i inserted a datawindow control to the uo_main , and in the open event i…
0
votes
1 answer

how to re position column placed in datawindow usind editor source in run time?

i have created a datawindow dynamically(using Source Editor) in powerbuilder 12.5. now what i want now is when user runs the application and see the output datawindow now if user drage some column and reposition it it works because column is moving…
0
votes
2 answers

How to display loading dialog when a button clicked

I need to to display "Loading..." when I pressed a button in the window. How can I make it? If it is a streaming, like the dots are mingled it will be more better. I just try with a .txt file that contain the word "Loading..." as FileOpenex()…
0
votes
2 answers

Events used for login window in power builder 10.0

I have a login window for entering into my application, here I inserted a table named login1 and have two columns as "username" and "password" . I included the events for make "logging in" bye two cases 1) a command button 2) Enter key. So I Used to…
0
votes
2 answers

how insert the row values from a window to another window's dw in power builder

I have two windows and each have one data window. I just want to double click on first window's data window to get the second window's data window and want to add the selected row from the second window's data window to the same fields of first. How…
0
votes
1 answer

how to pass customer_id from one window to another?

I have two windows w_customerorder and w_customerfree and the cusromerorder window has orderid which is identity column.now i want to pass this orderid to the customerfree window which has orderid column while its opening.can any one help me with…
Remi
  • 17
  • 1
  • 9