Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested PowerBuilder Solutions: 201 - 225 of 605
 
I'm creating a grid datawindow dynamically with the dw.create function. ll_rtn = dw_1.create(ls_syntax, ls_error) Now I want to go through the columns and for each column heading, make i...
i want to declare string variable of 128 char size... how can i declare that ... in VB i think Dim Buffer As String * 128  is working..  good . but what abt PB...
I notice that with some DropDown datawindows that when doing a search, when typing in a value the Drop down picks the first value from the list based on the first letter I typed, but then th...
  "Maximum script size exceeded" this is the error i am getting when i am trying to modify an exiting code that has 2777 lines of code. This code is embedded in a global function. In order...
Hi all, If any body are aware of creating regular DLLs (Windows DLLs- i.e. calling DLL functionalities as Win API), Please let me know the procedures to follow the regular DLLs creation. ...
I have a problem to using some API calls, such as EnumJobs BOOL EnumJobs(    HANDLE  hPrinter, // handle of printer object     DWORD  FirstJob, // location of first job in print queue...
Hello Experts, Just like the subject describes, I would like to be able to Send a datawindow as it appears as an embedded HTML.  How can I do this programmatically? I am thinking "A user...
A project folder is created almost every day. There is a template for the subfolders. Trustee rights have to be set. How can we do that from a program (VB, PowerBuilder etc)? We use Novell 6....
Hi: We have a mid size application (75 pbls) in PB 6.5 connected to Oracle 8 through PB 6.5 native driver. We migrated it to PB 10.5.2 and now it uses PBO84105.dll to connect to Oracle 8. E...
I have a datawindow where I have placed a checkbox for a boolean column in my database.  My issue is that I want he checkbox only to display when the data is "True".   and therefore I will not...
In porting an application from Powerbuilder 6 to Powerbuilder 10, I am running into difficulty employing native database connections for MS/SQL Server as well as Oracle. Does Powerbuilder...
My application uses a standard date format of the type dd/mm/yyyy. This is verified from Settings > Control Panel > Regional Settings > Date. If the Regional Settings has a different format ot...
Greetings All, I have a datawindow with a detail band and three groups.  One of the fields in the top group can be multiple lines and so I checked autosize height for that field on the prop...
Powerbuilder 7 To make things dynamic I want a pb7 function with one argument (string) which would create barcode on the basis of the value supplied. Then, In a pb7 report datawindow I wo...
Hi there, I'm trying to simulate Auto Select for dddw. I've a dddw >> dddw_ledger   (Columns : led_icode (numeric 10,0) , led_code varchar(15) ) I've a tabular datawindow in which user...
I use the following VB code within an Ole word object of Powerbuilder.  It saves the file correctly; however, I would the SaveAs dialog box to stay open before saving the file so that the user...
PB7 or PB 10.5 If I know this, I will save 25% development time. Lets say the variable "dw_xyz" holds a datawindow name "report_dw_abc". Through powerbuilder script, I want to know a...
I need you use multiple timers in one window, is this possible?
How can I use Winsock in PB? If you have in sample code please mail it to jobest@mail.com
I am having problems with setFullState and getFullState.  I have datastores which requires some complex calculations to populate with data.  After population, I'd like to save the datastore in...
I am rounding the sum of a computed column in a trailer band but it is not rounding up. The syntax is round( sum( compute_gross_amt for group 1 ) , 2). For example the value of the column is 9...
Greetings All, I have some powerbuilder code that opens a spreadsheet and writes out some information.  My problem is that I want to add additional sheets in Excel and then make them active...
Experts, I have a small problme that I am trying to fix. This is the scenario. I have several tab pages. When I click on say tab 2, I want the tab page to open up, with the cursor on the fi...
Can bacground colour of messagebox be changed from the defualt gray to red or any other colour.
I have an application here, but I don't know in which version of PowerBuilder it was built. The fact is that it was running well with Oracle Client 7, until we update to Oracle 8i, native dri...