Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top PowerBuilder Solutions: 1 - 25 of 37
 
Greetings, I have a text bar in two different datawindows.  The name of the text object is t_title. I have code to change the name of the text as: dw_2.object.t_title.text = " Shuttle...
Description Obtains the date that occurs a specified number of days after or before another date. Syntax RelativeDate ( date, n )
i am trying to execute the following lines of code         declare  ws_get_arithm  procedure for dbo.sp_get_arithm         execute ws_get_arithm               @scr_flag = '01',             @scr_etos=200...
I have a datawindow that I am using for data entry, in the itemchanged event of this window I am validating what was entered.  if the user enters a invalide part number a message box pops up a...
Hi All, I have a cross tab datawindow, which contains one value, named 'val' in the definition ( see attachment ). When I run my application, as far as I can see, PB generates references...
I have a structure (str_doc) which contains a number of variables including a datawindow as shown below: ____________ integer           retcode string             docname ... (other variab...
Hi, I have a datastore with some data. I have displayed the data in a window. I passed the datastore data to the window using 'openwithparm' function. The data now gets displayed. I need to ...
I'm using SelectNodes from XMLDocument (In access 2003) in order to read all of the Nodes contained in the file, but I'm having some problems to get the second and third nodes in a loop. Wh...
Suppose that we have a datawindow with a retrieve method which may contain other datawindows inside it. When we use the command dw_print() its contents are printed according to the layout we h...
Hi, Can we get the summary value from PowerBuilder to window? For example I have list of item account then I add sum of these amount into summary .. Using the Data Window Object how I can g...
we hsve the following table in sql server 2000 table fsales =========== ma1_part_num                  nvarchar(10) ma1_descr                        nvarchar(40) ma1_group              ...
Is there a way to get the total number of groups on a datawindow? Something like dw_data.Describe(Datawidow.group.count) or something similar?
How do you access an ini file in Powerbuilder ?
Hi Experts. We are using PowerBuilder 8. We would like to facilitate our MIS applications to send SMS to Mobile Phones by using the internet. Is it possible to do this without buying any thir...
i have script work into SQL Server 2005 with result but when i execute it  from powerBuilder i have this error Select Error: SQLSTATE = 37000 [Microsoft][ODBC SQL Server Driver][SQL Server]I...
Hi, when I open PowerBuilder 11.2 I get the following error message: powerBuilder Application Execution Error (R0015) application terminated. error calling external function pbdv_get_regke...
is there any way of pulling gmail using imap with powerbuilder built in email app
I am trying to give the user a way to save multiple form types from a single source i.e. word doc, excel, powerpoint. I can open up the various applications and save and retrieve the informati...
How do you create a unlimited loop in powerbuilder
How do I add or subtract a non-integer number of days from a datetime value using DataWindow day, date and time functions? For example: Subtracting 0.75 days from 17-MAR-2008 00:00 yields 16...
Hi, I've created a datastore object. In its constructor event, I have assigned a datawindow as its data object. I have a function in it to read data from a file into datastore. My problem i...
How i can read and write data into Excel Using power builder? i used OLE object to read "not write" from Excel but what is the easiest way to read and write? can i have sample? how to u...
a user in my office is unable to accept remote access. i have tried turning off the anti virus, making sure remote connections are allowed etc. its the only computer in the office that doesnt ...
I have migrated my PowerBuilder Application from 6.5 to PB11.5 successfully. Now I tried to deploy it .NET Web Form Applicaiton but getting exception error as "An Unhandled "win32 exception oc...
Hi, I have copied data from an excel file into a datastore object. This data is then displayed to users, and can be modified. The changes made are updated to the datastore. I want these ch...