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 error ...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24419499.html
Zones:
PowerBuilderDate Answered: 05/24/2009 Rating: 7.8 Views: 5
i am having a window with three datawindows dw_1, dw_2,dw_3
there is a push button pb_update with the following code
dw_1.update()
dw_2.update()
dw_3.update()
how can we see these statements a...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24571641.html
Zones:
PowerBuilderDate Answered: 07/16/2009 Rating: 8.1 Views: 4
we hsve the following table in sql server 2000
table fsales
===========
ma1_part_num nvarchar(10)
ma1_descr nvarchar(40)
ma1_group ...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24863512.html
Zones:
PowerBuilderDate Answered: 11/09/2009 Rating: 6.6 Views: 19
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 occured...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24593879.html
Zones:
PowerBuilderDate Answered: 11/12/2009 Rating: 8.2 Views: 6
As I have connect my application to the Database Oracle 9i, but while fetching data from table, value is not showing even though transaction showing successful.
I am giving my analysis as :
...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24590009.html
Zones:
PowerBuilderDate Answered: 11/12/2009 Rating: 8.4 Views: 4
suppose that we have a window named w_test which contains a datawindow named dw_test.Inside the datawindow push buttons dw_pb_1, dw_pb_2, dw_pb_3 exist.Inside the screen w_test (and outside datawin...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24736342.html
Zones:
PowerBuilderDate Answered: 09/22/2009 Rating: 9.4 Views: 0
My present PowerBuilder Application which was migrated from 6.5 to 11.5, The printing function of any report in my application is working well as defined by pressing print button but after deployi...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24452774.html
Zones:
PowerBuilderDate Answered: 06/22/2009 Rating: 8.4 Views: 0
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 have s...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24754852.html
Zones:
PowerBuilderDate Answered: 09/28/2009 Rating: 8.1 Views: 12
i want to create a datawindow that will show its results
as follows
-----------------------------------------------------
department person salary
--------------------------------------...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_24890210.html
Zones:
PowerBuilderDate Answered: 11/11/2009 Rating: 8.2 Views: 5
Hi there
I have a problem with a menu bar. I have an entry with the following stucture
File
--> TEST
-> SUBTEST1
-> SUBTEST2
In the menu bar, Subtest1 and 2 show up corr...
http://www.experts-exchange.com/Database/Sybase/Q_24324979.html