PB 11.2 Build 8616
Windows XP Professional Version 2002 - SP 3
I have 2 datawindows, dw_1 and dw_2, on a tab page. Under normal circumstances a user starts in first column of dw_1 and tabs...
I have a structure (str_doc) which contains a number of variables including a datawindow as shown below:
____________
integer retcode
string docname
... (other variab...
Here's the situation:
Microsoft Activesync has a dll (adofiltr.dll) which contains 2 functions: DESKTOPTODEVICE and DEVICETODESKTOP. These functions automate the transfer of an access dat...
Hi Masterminds & fellow developers,
I have been suffering from a problem of setting Indian currency format to relevant EditMasks. The standard currency format, which PowerBuilder supports i...
Okay, so I get all done with my app and then someone wants to move it onto SQL Server 2000 (Sorry Sybase).
I use PowerDesigner, re-generate the tables, create an odbc connection to the data...
Hello experts!!
Thanks in advance.
My company is having an application in PB ver 9 and oracle 9i... they are now looking to web enable the application by migrating to version 10. for tha...
I am exporting the data of a datawindow to Excel through dw.saveas(). This excel sheet will be used by the users to modify the values of certain columns. I want certain columns of the excel sh...
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 everybody,
the problem that i have is a little bit heavy, so i need really big help ;).
System: WinXP (english) or Win2000 Server (french)
Powerbuilder: 8.0.3 BUILD 9704
Oracle DB: ...
hey,
I was wondering if it´s possible to define wich directory the open dialog most use...
for example i wnat it to open in c:\prefab but my current is c:\powerbuilder
how do i do that ...
When I place any control on the MDI window, opensheet function will stop working. I need only set a background picture on the window. Who can help me?
Hi there.
I want a way to retrieve a list of all the files in a chosen directory or folder.
Pretty much any format will do, although something like an array of filenames and metadata such ...
Hi All,
i added "StripParmNames= 'Yes'" in registry DBParm for datawindow to execute the Stored Procedure, isn't this action will affected others existing code or datawindow?
eg:DBParm=U...
Greetings,
I am trying to implement some code I found on this site and I am getting an error. When I run the code the messagebox displays the contents of the first cell where i=1 and j=1 (...
I have two database which are ODBC on two different application when I open the first application every thing works find. if I open the second application it picks up the first database. I hav...
we hsve the following table in sql server 2000
table fsales
===========
ma1_part_num nvarchar(10)
ma1_descr nvarchar(40)
ma1_group ...
I'm trying to help a PowerBuilder programmer (uh ,its not me, it for a friend) who needs to declare a DLL WithEvents.
I do this in VB like this:
Public WithEvents MyObject as MyDll.MyClass...
Hi,
I appologize, in advance, if anyone has seen this question ask in a different forum. I posted this on one of the Sysbase PowerBuilder usergroups, but the only reply I have received so ...
Greetings All!!
I am trying to use the following code in the clicked event of a datawindow:
if (GetRow()=CurrentRow(), RGB(255,255,255), RGB(192,192,192))
I am getting this error when...
Dear Experts ;
I need help related to ole objects in powerbuilder, i want to load an image from my hard drive into an ole control ( from an open dialog box ) and then save that image in th...
How do I get the column name, if I know the database name in Powerbuilder. Below example shows the
Employee ID : ______emp_id________
(col name : emp_id_t) ...
I have a requirement to print from the web application which I am developing in Powerbuilder 11. I know for the fact that Powerbuilder has not yet support printing from the web application.
...
Why am i getting "error calling external object function eval" while calling ole_1.Eval('') ?
I am able to run the same code without any error in two of my computers in our office.
but in s...
Hi,
I'm currently experiencing some problem on one of my application. It keep crashing when it tried to execute: reselectrow(x) where x is long (see the attached sample of code). In the e...
i want to call report which has created from stored procedure which has 11 parameters and that i want to call from powerbuilder. means i want to send parameters to crystal report through power...