Hi,
I am developing a PB9 application , in which i need to validate a user by active directory. Some of my friends suggested me to use activeds.dll . Can you help me ot how to use activeds.dl...
Hi good people,
Can anybody, please, provide me with a detailed example on how to use PostURL() & GetURL() functions in powerbuilder? The help in PB7 is not clear and I can't get the code t...
How to do date arithmetic in powerbuilder ?.
i wanna subtract and add with a given date ?
Version PB 9.0.1
Hi everyone and thanks for your help to date!!
I have a right click event on a datawindow that is supposed to open a new window with a list of available resources. I thought it was working...
I am trying to port a powerbuilder application to java. Just started it don't know much about powerbuilder.
Just created a simple Login page in powerbuilder its working fine. But when i saw...
could you please help me to write a function to generate a barcode with powerbuilder application..
Hi,
I have a datawindow that has a chil dropdown datawindow. In this child dropdown datawindow, I have assigned a Retrieval Argument. I have designed to displaye this child DDW only when the ...
sorry, my inglish is very poor. I Speak Spanish
Well
The problem is :
I have a DataWindow with any columns, second column is the name and I want
find any name in the DataWindow. I ...
I am using PB6.0, I want to save my report into excel or word in the same form as what I see in the report. Can anyone throw some light on this?
Is there any utility available that converts...
i want to create a function let call it pic9 which will do the following action
- it will have two integer values as argument (lets call it numb, size)
- it will return a string which wil...
Hi,
Top of the morning to you.
Ok I've got a powerbuilder app that sits on a sybase database. What I've got is 2 datawindows in a parent/child relationship. When changes to the child a...
Hi all,
I'm new to powerbuilder and I'm facing some problems.
I'm in urgent need for reply.
If anyone could help me I'll be so thankful.
I have two tables:
friends (id integer, name cha...
Hi
Is there any function available in PowerBuilder to get User's Computer name and TCP/IP Adderss ?
If no then how can we achive the desired task?
I am using PB 8.
Thanks
Waseem
Hi,
I have an excel application that uses a number of old powerbuilder files. I am removing the powerbuilder code (and replacing it with VB), but I do not have any software that can open t...
I am using PB6.5 and oracle 9i (client 7.3)
I create one datawindow with the below SQL
SELECT OBJECT_TYPE,
(SELECT COUNT (1) FROM USER_OBJECTS
WHERE OBJECT_TYPE = UO.OBJECT_TYPE AND ...
"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 Experts,
I'm using PowerBuilder 9 and am trying to save a rich text dw as a pdf.
As rich text dw's are not supported by dw_1.saveas('', PDF!, FALSE), I am trying to find a work around.
...
Hi Guys,
Where can I get the latest Patch for Powerbuilder 10. I need the latest patch of PB10 to correct the error regarding the error on accessing external object property.
Thanks in a...
Hi,
My Stored Procedure is
------------------------------------------------------------------------
create or replace procedure concatname(a varchar2,
b v...
Good Day -
I am a PowerBuilder veteran of 10+ years but relatively new to VS2005 C#.
I am trying to call a C# DLL in PowerBuilder. I have many Windows DLL's I utilize in this fashion with n...
I created a datawindow with ODBC.
ODBC seems to give zero errors and native driver does not, so I write this connection script.
SQLCA.DBMS = "MSS Microsoft SQL Server 6.x"
SQLCA.Databas...
I am using PB9. In our application one dw have three column "x" "y" "z" and two pict object "P_add" and "p_del". now If I click p_add pict obj then its inserting one row. If i click the p_del ...
i want to create a function that it will accepts two argunents a string and a mask (pattern)
pattern should be something like xx.xx.xxx.xxxx
we want the function to return a value 0 if th...
Dear all
I am newbie to PowerBuilder . I am exploring an existing application so please let me know
What is Datastore Object ?
How it get data from database ?
How i can edit that Datastor...
Looking for a method to import an excel file into a Datawindow.
Essentially there is a file with a dynamic number of records on a daily basis placed on the server.
I need to be able to o...