1. Narayanamoorthy Thangavel
  2. PowerBuilder
  3. Tuesday, 2 March 2021 06:15 AM UTC

Hi Team,

 

I am new to the PowerBuilder. Actually our application is windows based application and build client side as PowerBuilder 2017 version and we recently doing published to the user for testing . But they faced some problem search screen and result not showing more than one result and actual result it will show 20 records but it was one record only able to see.  

And another issue was drop down result not showing properly we might think there is some library got corrupted .

So as per the some suggestion from community they asked to full build and optimize of each library. I don't know how to optimize of each library and full build. So can you help me how to do or any other documents also it will help us. 

Who is viewing this page
René Ullrich Accepted Answer Pending Moderation
  1. Tuesday, 2 March 2021 08:11 AM UTC
  2. PowerBuilder
  3. # 1

Hi,

Do a Full Build for you complete application:

In "System Tree" window right click on you target and use "Full build". It completly recompiles the application.

 

To optimize a library right click on a PBL and select "Optimize". It saves a copy of the PBL as BAK and reorganize the library.

 

HTH,

René

 

Comment
  1. Narayanamoorthy Thangavel
  2. Tuesday, 2 March 2021 11:52 AM UTC
Hi,



Thank you i will do and let you know.



For DLL i have taken from Local External Functions as below for your reference. ( I mean this DLL)



FUNCTION long lTom_hXxxx_cpb ( int iv_w_hwnd2, int dw_hWnd, string iv_msg_args_buffer, ref string iv_msg_out_buffer, long iv_msgid, long iv_op_code, long iv_op_flags, int wRowCount) LIBRARY "TOMYYYYY.DLL"
  1. Helpful
  1. René Ullrich
  2. Tuesday, 2 March 2021 11:58 AM UTC
I think TOMYYYYY.DLL was not generated with PowerBuilder.
  1. Helpful
  1. Narayanamoorthy Thangavel
  2. Tuesday, 2 March 2021 12:04 PM UTC
Ok i will do the steps as you mentioned in the above and let you know soon. Thank you
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.