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...
datawindow.column.count not returning the column count of a datawindowI am having problems with the datawindow.column.count property of a
datawindow. It just started happening with PB 6.501 and still works
fine in PB 5.0. The function that looks at this property is in an
ancestor userobject. The dataobject is assigned at this point but all
other properties of the datawindow are missing. Any suggestions?
Don't recall, but was it still dwDescribe() in version 5.0? If it was that
may be your problem.
HTH
Kent Montgomery wrote:
> I am having problems with the datawindow.column.count property of a
> datawindow. It just started happenin...
Hide datawindow column in html datawindowIs there anyway I can hide a datawindow column in the generated html? I
can't make the visible property to false because doing that will not
generate the column. I want the column with type as hidden in generated
javascript.
-Hitesh
I don't think this is in the works for the next release but I know of
several people who have mentioned it in the past. Try adding an
enhancement request (I think you can do this through my.sybase.com).
steve
[TeamSybase]
Hitesh Patel wrote:
>
> Is there anyway I can hide a datawindow column in the generated html? I
> can&...
DataWindow.NETI'm using DataWindow.NET 1.5.1 9004 on a Windows XP
Professional SP 2 machine with the latest Microsoft Update
patches.
The release notes indicate that change request 385532 is
corrected.
However, if I configure my computer to use a Windows XP
theme the border does not render as expected; a blue
bordered box is displayed. If I configure my computer to
use a Windows Classic theme the border is rendered as
expected. Is there something else I need to do to get the
datawindow object column borders to render correctly when
using a Windows XP theme?
Ken
Are you using 3D Lower...
How to make DataWindow column resizable like Excel columnDoes anyone know how to make DataWindow column behave like
Microsoft Excel column. When user expanses or reduces a
column, other columns should slid accordingly.
What you're describing is native to the grid style. Is that not what
you're using, and if not, should you be? <g>
Good luck,
Terry [TeamSybase] and Sequel the techno-kitten
On 10 Sep 2003 07:33:26 -0700, James S wrote:
>Does anyone know how to make DataWindow column behave like
>Microsoft Excel column. When user expanses or reduces a
>column, other columns should slid accordingly.
Sequel&...
Resizing Datawindow ColumnsI'm using PFC with PB 11
I have a datawindow control with its resize service working.
Now I want resize the controls within the datawindow ie
columns
I thought the resize service would do. But database columns
does not adjust to full screen
Lee
Thanks
Alex B.
Have you called of_register() to register the columns
(and other DataWindow objects) with the service to
"tell" it how to resize each and/or how much to resize them?
--
John Strano - Sybase Technology Evangelist
<Lee Sayed> wrote in message news:475b074a.2357.1681692777@sybase.co...
Resizeable columns in DataWindowsHi,
has anybody an idea to the following:
- what do I have to do to make columns in a DataWindow, which is directly
connected to a table of a
ORACLE database, resizeable, e.g. pull them with the mouse like I can do
on the Explorer Window?
I would appreciate any idea, to think about
Thanks in advance
Regards
Norbert
Create a datawindow of type Grid.
Simon
--
All views expressed in this message are my own and not necessarily those of
my employer
"Norbert Braeuchler" <norbert.braeuchler@nortelnetworks.com> wrote in
message news:4HUR$lht...
Resizing columns on a datawindowIs there a way to resize the columns on a datawindow as the datawindow
control resizes? This sounds simple, but I have yet to find a way to do
this. Am I missing something?
--
Greg Holliday
DODGE/Rockwell Automation
ggholliday@dodge.ra.rockwell.com
Look in help under setformat
syntax
dwcontrol.SetFormat ( column, format )
this is the example
string format1
format1 = "$font=* charset='iso8859-1' code=35 TeX='\num ' descr='[num]',font=*
charset='iso8859-1' code=35 TeX='\num ' descr='[num]'font=* charset='iso88...
How to share the datawindow to inner datawindow of nested datawindowHow to share the datawindow to inner datawindow of nested datawindow.
Ex
--------
dw_1 is normal datawindow dw_nes is nested datawindow, both are placed
one window
dw_nes contain dw_child datawindow
Question
----------------
i want to share dw_1 and dw_child.
I have tried the below code, getting error
dw_1.sharedata( dw_nes.object.dw_child)
It's the dot notation. You will need to dw_nes.GetChild("dw_child", ldwc)
where ldwc is a _local_ datawindowchild.
<kzganesan@gmail.com> wrote in message
news:4c64c402-bac5-4ee0-83aa-4ac08ffe43e5@r66g2000hsg.go...
Populating a column with a dropdown datawindow within a datawindow.I have a datawindow which contains two fields. One is named "customer_name"
and the other is "job_siteno".
these fields are contained in two different tables which are related by a
foreign key column "cust_id". Both of these columns have a DDDW edit
control. When I select the customer name I want to then have the
"job_siteno" column populated with all the site numbers related to this
particular customer. I would then be able to select the site number from the
DDDW edit control. Selecting the customer number is no problem. My problem
is that th...
Grid Datawindow and resize columnsHi.
My datawindows are Grid type, the property "MouseSelection", on the first
tabpage, is unchecked. It's posible resize the columns without that
property active?
TIA
In PB 8.0, I can resize columns in a grid window with Mouse Selection
checked or unchecked.
Resizing columns doesn't require being able to select them. The icon for
selection and resize is different. Selection is the normal arrow and resize
is the vertical bar with 2 horizontal arrows, 1 to pointing to each side.
jo in okc
"Luis Cortes" <cortesgl@corp-ods.com> wrote ...
not resizable column for grid datawindow!!!!
On a per-column basis, or for the whole datawindow in general? Because
you can already turn it off for the whole thing...
--
"Don't just fix; teach."
Some informative links:
news:news.announce.newusers
http://www.geocities.com/nnqweb/
http://www.catb.org/~esr/faqs/smart-questions.html
http://www.caliburn.nl/topposting.html
http://www.netmeister.org/news/learn2quote.html
On a per-column basis.
Because there are picture or button object in some columns. And if you
resize this colums, pictures show larger then original.
"Jason...
SplitBar and Resize column in Datawindow.This is a multi-part message in MIME format.
---=_forums-1-dub4bc806d8
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Good day!
How to make splitbar in Web target if it is possible?
How to make resize columns in Datawindow if it is possible?
Sincerely yours,
Alexey Sorokin.
---=_forums-1-dub4bc806d8
Content-Type: image/jpeg; name="splitbar.jpg"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="splitbar.jpg"
/9j/4AAQSkZJRgABAQEAYABgAAD/4QBmRXhpZgAASUkqAAgAAAAEABoBBQAB
AAAAPgAAABsBB...
DataWindow Within DataWindowHow Can I access/modify object/control from a Datawindow within Datawindow.
When i access/modify object/control from a Datawindow i used
dw_1.modify("name.text = 'new val'") but within another datawindow or child
datawindow it doesnt work.
Your description is difficult to understand due to the terminology. First,
a datawindow is assigned to a control - either a datawindow control or a
datastore. Second, the Modify function can only be called within a script.
With that as a basis, can you rephrase the question and describe more
precisely what you want to do? ...