How to realize datawindow with PowerBuilder #2Hello group!
I want to realize datawindow with PowerBuilder,thus client may develop
report themselves with the tool.I want some advice,or give me some URL of
similar sample.
thanks very much.
...
Error message in PowerBuilder Datawindow #2Can anyone help me decipher the following error message that I get when
trying to retrieve from a datawindow:
Select error: SQLSTATE = 37000
[Sybase][ODBC Driver][Adaptive Server Anywhere]Syntax error or
access violation: invalid expression near ':?+'"
I am using PB 7.0.1 and Sybase ASA 6.0.2.
Thanks in advance!
Benjie
Turn your DataWindow into syntax mode. It probably will be easier to see
what is wrong. If you can't see what it wrong then post the SQL syntax
here and we'll take a look at it.
--
Jim Egan [TeamSybase]
Dynamic Data Solutions...
PowerBuilder Datawindow ActiveX Control. #2Hi,
I tried to use the PowerBuilder Web ActiveX control in Visual Interdev. It
gave me an error that it can?t be represented visually, and I couldn?t use
it.
I also tried to use in Visual Basic6, but it gave me a message that I don?t
have License to use it, although the ActiveX is registered and I have
original copies for all the software that I have.
Can you please advice on this??
Note: The ActiveX worked OK when I tried to use it from inside
PowerBuilder.
Thanks?
...
Powerbuilder 10.5.2This is a multi-part message in MIME format.
---=_forums-1-dub4bead6cb
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
I installed powerbuilder 11.0 and now I go into pb10.5.2 and
cannot edit any datawindows. I getted booted out of
powerbuilder 10.5.2 giving a Visual Studio Just in Time
Debugger window. I think when pb crashes now, this is a
window it chooses to open up. I have several customers with
10.5.2 and cannot support them. Everything else seems to
work with the exception of the datawindow editor.
---=_forums-1-dub4bead6cb
...
to impliement tooltip in datawindow powerbuilder 11.2Hi all,
I am using powerbuilder 11.2 version . How I can impliment
tooltip message for datawindow. Please it would be very
helpful if anybody send a link to impliment a tooltip for
datawindow for 11.2 version.
With thanks
Pol
Hi,
on Sybase CodeXchange there is a "Datawindow Tooltip Service". Or you can
upgrade to PB 11.5 which has that native.
HTH
Chris Werner
f+s software gmbh
<POLACHAN> schrieb im Newsbeitrag
news:4a408f16.4673.1681692777@sybase.com...
> Hi all,
>
> I am using powerbuilder 11.2 version . How I can impliment
> tool...
Different behavior of " encrypt.dll " in PowerBuilder 8 and in Powerbuilder 10.2Different behavior of " encrypt.dll " in PowerBuilder 8 and in
Powerbuilder 10.2
1.. Will PB 10.2 support encrypt.dll ?
2.. My code was working in PB 8 but in PB 10 it is not working I don't
know what is issue
Like if I give password in PB 8 "mike_" it is working fine but same password
I give in PB 10 then it is not working.
Is any issue with Unicode ?
code of declaration of external fn.
private function ulong n_cst_ssisecurity32_CPP_CONSTRUCTOR() library
'encrypt.dll'
private subroutine n_cst_ssisecurity32_C...
Different behavior of " encrypt.dll " in PowerBuilder 8 and in Powerbuilder 10.2Different behavior of " encrypt.dll " in PowerBuilder 8 and in
Powerbuilder 10.2
1.. Will PB 10.2 support encrypt.dll ?
2.. My code was working in PB 8 but in PB 10 it is not working I don't
know what is issue
Like if I give password in PB 8 "mike_" it is working fine but same password
I give in PB 10 then it is not working.
Is any issue with Unicode ?
code of declaration of external fn.
private function ulong n_cst_ssisecurity32_CPP_CONSTRUCTOR() library
'encrypt.dll'
private subroutine n_cst_ssisecurity...
PowerBuilder 10.5.2 Build 7826 differs from PowerBuilder 11.5.1 Build 4675Apparently there's some data conversion issues that differ from PowerBuilder
10.5.2 and 11.5.1 (builds listed in subject). The following mini scrip
results in different returned values:
Byte lb_test
Decimal ld_test
lb_test = 48
ld_test = Dec(lb_test)
MessageBox("Test", String(ld_test))
In PowerBuilder 10.5.2, the messagebox displays the value "48". In
PowerBuilder 11.5.1 the messagebox displays the value "0.48". It appears
that in PB 11.5.1, it's dividing the result by 100 for some reason. It
appears to be a bug, just wanted to ve...
Powerbuilder DatawindowHello,
Can you do a Datawindow in VS 2005 without using
Datawindow.NET just by using common controls i.e DataGrid
etc.
Thanks
Chris
What would you use the DataWindow for then? To retieve the datawindow
into a datastore and then attempt to use it to populate the DataGrid?
I've heard of people who want to have their cake and eat it too, but
it sounds like you want no cake but you want to eat it...
On 20 Feb 2007 23:42:31 -0800, Chris Ceniza wrote:
>Hello,
>
>Can you do a Datawindow in VS 2005 without using
>Datawindow.NET just by using common control...
Powerbuilder #2To all:
1.I am having trouble connecting to my ORACLE DB. I am on a standalone PC
and trying to connect to Personal Oracle. Could someone give me some
insight in how to do this?
2. Also, Can version 6.5 and 7.0 reside on the same machine?
3. When I try to compile a simple executable on my Win 98 machine(in 6.5 or
7.0) I get a Dll missing error? Is this due to A compatability issue.
You need nothing special to connect to a personal oracle.
Just create an local SQL Net alias or connect to 2: or to empty string
SQLCA.ServerName = "@LOCAL"
SQLCA.ServerName = "...
Use PowerBuilder DLL in PowerBuilderWe use PB6.5.
We would want to use a DLL create from PB in a PB application.
We compiled an a PBL as DLL.
After we tried to use DLL in a user object external, but without success.
How can we do to use DLL create from PB or use in a new PB application some
object (visual and no) before compiled with PB?
Any help will be appreciated.
Saul.Convalle@mail.cec.it
Thanks
When you create a DLL from a PB library it is not really a standard Windows
DLL. I'm not sure what the difference is. If you are making calls from PB
then just use the standard PB calling syntax the ...
Powerbuilder datawindowHi!
I'm importing a some data into my application. The way I do this is to
insert a the rows into a datawindow and then do an update() on the
datawindow.
If a row in the database allready exists with the same primary key as I have
inserted into the datawindow, what will happen then? Will then datawindow do
an update or will I get an error?
I'm doing this on a datastore object. How can I get an errormessage from the
datastore? I have tried the errormessages and codes from the transaction
object (sqlca.sqlerrtext and sqlca.sqlcode).
Jan Erik
> If a row in the...
Powerbuilder 5 to Powerbuilder 10Hi all
We have migrated our application from powerbuilder 5 to powerbuilder 10.
after migration to version 10, alignment in most of reports disturbed.
please advice me some solution.
On Fri, 29 Feb 2008 12:45:01 +0100, Adnan Jamil <adnanjamil@nji.com.pk>
wrote:
> Hi all
>
> We have migrated our application from powerbuilder 5 to powerbuilder 10.
> after migration to version 10, alignment in most of reports disturbed.
> please advice me some solution.
Adnan,
Is this a SQL Anywhere question?
If not, you have posted to the wrong forum.
If yes,...
CD Key for DataWindow.NET 2.0 and PowerBuilder EvaluationHello,
I want to try out DataWindow.NET 2.0 and PowerBuilder 10.5.
I've downloaded the evaluation packages of both, but i
cannot find the necessary CD Key for the installation.
Does anybody knows where I can get/find it?
Thanks
Tobias
The registration key is displayed under the download links.
Here it is: 3899240398911652
Regards,
Dave Fish
Sybase
On 13 Apr 2006 10:44:47 -0700, Tobias wrote:
>Hello,
>
>I want to try out DataWindow.NET 2.0 and PowerBuilder 10.5.
>I've downloaded the evaluation packages of both, but i
>cannot find the neces...