Drop Down Datawindow issues in DatawindowWe recently moved from version 8.0.3 9704 to 8.0.3 9977.
Since this move we have had nothing but grief with
DropDownDatawindow style columns.
Basically - we have columns that are dropdowns that the user
can enter their values into or, scroll down and select from.
We then have code that verifies that the value entered in
the column exists in the drop down list (i.e. is the data
entered by the user valid).
When we get the value from the column (using either dot
notation or, getitem functions) PB is giving us the display
value for the drop down NOT the code value.
SOMETIMES whe...
Powerbuilder 9.0.1 datawindow activex deployment issueHello again.
I am trying to deploy the datawindow ActiveX, among other
things. It really does not look like the PSDWC90.CAB file
does what it needs to do. Reason I say so is, I can not get
a deployment to work on a User's PC unless I install
powerbuilder. Does anyone have any insight, or am I the
only one using this technology? :)
Use the window activex, you can associate much more
functionality with your datawindow
> Hello again.
>
> I am trying to deploy the datawindow ActiveX, among other
> things. It really does not look like the PSDWC90.CAB file
> do...
Is there any issue in creating dynamic datawindow in Datawindow.Net?Hi
I have created a datawindow object in PB10 and exported in to SRD file.
In my dot.net application, I read the file into string and issued the
following command to create datawindow dynamically.
But it throws an methodfailureexception error as "incorrect syntax at line
18 and column 14.
Dim ls_create As String
Dim fs As FileStream
fs = New FileStream(curFileName, FileMode.Open, FileAccess.Read)
'declaring a FileStream to open the file named file.doc with access mode of
reading
Dim d As New StreamReader(fs)
'creating a new StreamReader and passing the filestream...
DataWindow.NET : issue using external datawindowHello,
I created an external datawindow with 3 columns, but I have
error messages when I want to use it in my .NET application
:
When I want to insert rows, I get the message : "InsertRow
was called when no DataWindow object was attached."
I set in design mode my pbl library and also the datawindow
name I want to use. I also tried to set it dynamically in
the code, but it changes nothing.
I'm sure SQLCA isn't useful for this kind of DataWindow, but
I also tried to set it and I get the message "SetTransaction
was called when no DataWindow object was att...
DataWindow.NET : issue using external datawindow #2Hello,
I created an external datawindow with 3 columns, but I have
error messages when I want to use it in my VB.NET
application :
When I want to insert rows, I get the message : "InsertRow
was called when no DataWindow object was attached."
I set in design mode my pbl library and also the datawindow
name I want to use. I also tried to set it dynamically in
the code, but it changes nothing (I can see the DataWindow
in design mode).
I'm sure SQLCA isn't useful for this kind of DataWindow, but
I also tried to set it and I get the message "SetTransaction
...
DataWindow This, DataWindow That...Blah blah blah
You've heard it enough that you don't even want to comment on how many
times...
The DataWindow.
....but it can't be enough anymore...can it?
This from one of our colleagues
(and yes my apologies for taking it out of context)...
"...PB covers all you need to do that in ONE Tool. This
includes Windowprogramming ( meaning the interface to the user:
Windows, Sheets, diallougeboxes, etc.), Database operability AND
Reporting! Well, I see als well as many other PB users that some of
the implementations and features PB offers are improvable. But thi...
No general issuesName: Jørn
Email: narrovatgmaildotcom
Product: Firefox Release Candidate
Summary: No general issues
Comments:
I've been using the firefox 3.5 b 2,3,5 for some time now and i'm not
dissapointed. Great speed. When i'm pressing the "bookmark" pulldown
after a fresh start, i end up in the menu for "adding bookmarks"
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; da; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to th...
DataWindow issuesHi.
I have a couple issues in PB 8.0.
1. I create datawindow on the fly. When I select columns of type 'text' I
maje its height bigger, and back height when column loose focus in
ItemFocusChanged event. When I do it in grid presentation it works good, but
in tabular one it looks like DW does not redraw. I try to use SetRedraw
function but it does not help. DW color is gray, column's color is white.
After I changed height of column to normal region under column stay white.
2. I have a DW with 2 protected column. When I select row (SelectRow,
ScrollToRow) first column ...
datawindows issuesThis is a multi-part message in MIME format.
------=_NextPart_000_0018_01C37C3F.4F741F60
Content-Type: text/plain;
charset="gb2312"
Content-Transfer-Encoding: quoted-printable
I create a datawindows that source by query from SQL. After I made, I =
set update properties, I type table name and select unique key, =
updateable column, then click "Ok". the error said: " Table "xxx" not =
found".
So How can I solve this problem?
In additionally I create a datawindows source by stored procedure, and =
made upate properties properly, then retriev...
Datawindow IssueWhy does the computed field in a datawindow with this formula :
Round( 10*52.66*0.5*0.95, 2 )
will give the result = 250.13 ??
The exact result is 250.135 and Round( 250.135, 2) = 250.14 !
Am I doing something wrong ?
I tested with all PB versions from 6.5.1 to 10.0 Build 4500 (60 trial) and
the result is the same...
This is an extreme FAQ:
read this: Losing Accuracy - Understanding Floating Point
and Decimal Number Representations
http://www.sybase.com/detail?id=1012599
> Why does the computed field in a datawindow with this
> formula :
>
> Roun...
Firefox, combobox (and others), display issue and general working issue
Hi
I am building a site using ASP.NET 3.5. I have on there a combobox which on IE works fine, but on Firefox, is only displaying the last value, and when I click the (oversize) down arrow, the combo expands but displays black
Having a problem with one or two other controls but any ideas what the problem might be?
This is on Firefox 3.0.1 but other versions as well
Thanks
Why don't you post some of the code or markup and then maybe someone can help you.
NC...
Actually, while copying and pasting the code I think I have found the problem. Seems Firefox and the Ajax To...
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 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...