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 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...
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...
PowerBuilder 6 changes printed datawindow fontWe recently migrated an application from PowerBuilder 5 to PowerBuilder 6.
One of the datawindows has fields using the Microsoft Sans Serif 8 font.
When printed, the font is different on two of the same HP printers. Both
of the printers printed exactly the same way when the application was in
PowerBuilder 5. Also, the verticle field spacing has changed from
PowerBuilder 5 to PowerBuilder 6. Has anybody had these results? Does the
6.0.01 patch (currently in beta) fix this?
Brian
Valerie,
A change to the way PBU's are calculated was made to PB6. The end result is
that PB...
How changing a datawindow attached in a datawindow control ?Hi,
I would like to set a datawindow object in a datawindow control dinamically.
So I did:
dw_control1.DataObject = 'dw_object1'
The code doesn't work right when I have a EXE.
Someone could help me ?
Thanks,
Alvason
Uberl�ndia - Minas Gerais - Brazil
I suspect that the dataobject ('dw_object1', the actual datawindow that you
painted in the datawindow painter) is not being compiled into the .exe file,
since its only reference is the string 'dw_object1'. If this is the case, you
need to compile the executable with a .PBR file that include...
datawindow changes do not appear.I Developed the application suggested by the page:
http://techinfo.sybase.com/css/techinfo.nsf/DocID/ID=47839
After everything normally executed, I decided to do some changes in the
datawindows. Even so I don't know the how to do so that the changes in the
datawindows to be seen in a posterior execution.
Another doubt:
Is it possible to place computed fields to know in which current row and the
last row of the retrieve. Like this: 3/10 = string(getrow ()) +" /" +
string(rowcount()).
Regards.
--
Jefferson Luiz Castello Pereira
castello@logocenter.com.br
visite...
PowerBuilder down on opening a datawindow.I'm using PowerBuilder 9.0.1 on Windows XP and Oracle9i.
Suddenly I cannot open any datawindow.
Each time I tried to open datawindow with datawindow
painter,
PowerBulider gets down.
Someone told me that changing default printer might help.
But it didn't help.
Please help me.
Thanks.
Several suggestions:
First make a backup of the datawindow to another .pbl (you may even want to
create a new .pbl just to hold the backup).
1) Try regenerating just the datawindow.
2) Try optimizing your .pbls then a full regeneration (back up all the .pbls
first, again just as a ...
PowerBuilder and Power++ DatawindowsWe are still maintaining an old Power++ based application,
which makes quite extensive use of DataWindows. Since using
the DataWindows with a MS SQL Server 2005 (a customer
requirement), we are looking for a solution where we can use
the old Power++ SW with a more recent DataWindows
implementation.
Is this possible at all with PowerBuilder? Are we able to
import or migrate the already existing *.pbl/*.pbd files?
Os is DataWindows.NET a more feasible solution?
TIA,
Oliver
Oliver wrote...
> We are still maintaining an old Power++ based application,
> which makes quite exten...
Powerbuilder Datawindow Painter.We have developed an application that allows user to create custom data
entry windows using
datawindow painter dw60.exe (PB 6.5.1). This works very well for our users
who are non IT
people. The problem we have is that dw60.exe is distributed with the
Powerbuilder but not sold
as a separate purchasable product. After discussions with Sybase
representatives we have each
user purchase a copy of Infomaker to make them 'legal'. We are not
totally happy with this
situation as we move forward to PB 8 also we are not sure if there is a
dw80.exe or whether this
will be supp...
Printing a Datawindow in PowerBuilderI have some problems properly printing a datawindow in PowerBuilder. When I
print a document the printer will print the top half of the ast line on the
third and bottom half of the line on the fourt page.
In my datawindow I only have aboout four fields but the last one is a SQL
Server "TEXT" field, so this field can store many pages of information.
In the PowerBuilder Data Window I have the field set to auto size height.
Another thing I have noticed that it prints differently on different
computers, meaning it may print fine on one computer and not on another.
S...
How to realize datawindow with PowerBuilderHello 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.
I have a poor English,hehe.
thanks very much.
Infomaker?
--
Chris Keating
Sybase Adaptive Server Anywhere Professional Version 8
****************************************************************************
*
Sign up today for your copy of the SQL Anywhere Studio 9 Developer Edition
and try out the market-leading database for mobile, embedded and small to
medium sized business environments fo...
PowerBuilder Datawindow BugFolks,
I just wanted to follow up with the work-arround I did on a PowerBuilder
8.0.3.9704 and SQL Server 2000 (latest patch) bug. The bug lies in the MSS
database driver.
Basically PowerBuilder truncates any string comprosed entirely of spaces to
the empty string as it retrieves from the database to the datawindow.
The solution for me was to wrap any candidate column with this scenario with
a non-blank string (I used the string '##'), and then after datawindow
retrieve, loop through datawindow, and remove the string from each side of
the queried columns. Tons of overh...
Powerbuilder Datawindow RetrieveI would like to create a dynamic datawindow retrieve. I have a list of
datawindows with various types of retrieval arguments--some are arrays. I
would like to pass a program the parameter and parameter type and have it
dynamically build the retrieve. I've tried using the ANY variable type, but it
doesn't work when the argument is an array. Does any one know of a way to
"build" the retrieve statement on the fly, or something else to do?
Thanks
JBachman
jbachman@worldnet.att.net
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.d...
PowerBuilder DataWindow #2Hi all,
I have a requirement to implement a master-detail sheet. That's ok.
However, based on the user-logged-in credential, the user may OR may
not be able to edit the details part.
Now I can easily implement this by adding a constraint while updating
the details' data.
if user_can_edit then
update
end if
The problem is this:
If the user is not entitled to make changes, he is still able to put
focus to the details' form data and modify (of course I am not
updating it)...but the user can get a feeling "oh I am able to modify
the data".
Is it so...