Hi, I'm trying to store some data in a datastore object. My code is given below.
The problem is that insertRow(0) is always returning -1 and so, I'm not able to insert any data.
What am ...
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 have a structure (str_doc) which contains a number of variables including a datawindow as shown below:
____________
integer retcode
string docname
... (other variab...
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 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,
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 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'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...
Is it possible to add menu items to the standard rbuttondown menu of a RichTextEdit control? I'd like to keep all menu options on the standard menu but also add to them. What's the best way? T...
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?
is there any way of pulling gmail using imap with powerbuilder built in email app
1. When you have a PB app that gets deployed to c:\APPS\*
Do you need to setup any registry entries when you distribute it?
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...
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...
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...
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...
Hi, I'm trying to read the cell values from an Excel sheet, using OLEObject. But when an empty cell is encountered, an error occurs. My code is given below.
Does anyone know how I can check i...
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...
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...
Hi, I get this error after installing PB11: the ordinal 2529 could not be located in the dynamic link library PBVM110.dll
Tried unintalling it a number of times and reinstalling. anyone hav...
If i have a PB client application that creates an ASCII file on the client machine.
Do i need to use some FTP utility to FTP the file to an oracle server before inserting it to a CLOB column...