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...
Tab order for button control in a datawindow ( PB 8)Hi,
Could you please tell me how to set focus to a button control in a
datawindow ?
Thanks
Same answer as yesterday's post.
NO
"Meena" <xyz@bogus.com> wrote in message
news:eMTC4vuRDHA.314@forums-2-dub...
> Hi,
>
> Could you please tell me how to set focus to a button control in a
> datawindow ?
>
> Thanks
>
>
>
...
Did EAS 3.5 fix the problem where the tab order skips over drop down datawindows in the html datawindow?I noticed this problem in EAS 3.0 and thought that it would be fixed in EAS
3.5. However, I just installed EAS 3.5 and it still seems to be a problem.
Has anyone else had the same problem?
Thanks.
This is a known issue. According to Sybase it is an issue with IE. I'm not
100% sure there's not something that can be done about that...I'm pushing.
What's interesting is that tabbing in Netscape works fine with dddw fields.
--
Larry Cermak [Team Sybase]
Corporate Technology Partners, Inc.
www.ctpartners.com
Web DataWindow Articles
(http://sdn.sybase.com/s...
tab order in datawindow control in tab pageI have a window with a tab control and tab pages are opened dynamically.
Each tabpage has a datawindow control. During runtime, the objects on the
window are included in the tab order but the columns in the datawindow
object on the tab page are not. Does anyone know how to include the fields
in the datawindow control in the tab order so that when the user hits the
tab key, focus does not move to another object on the window and moves to
the next field in the datawindow object?
Seems like a silly question, but did you check the tab order in the
datawindow painter? What about th...
datawindow tab order
Not all of my datawindows will not let me use the tab key to go from field to
field. If I recreate the DW it is fine for awhile then I have to use the mouse
again. Any Ideas on how to get this to continue to work?
TIA
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp
Your problem cannot be reproduced in Appeon's lab. We suggest you check the
following first:
1. Ensure that the switch between tabs in the PowerBuilder application
always works normally.
2. Check the scripts in the DataWindows (with the tab keys wor...
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...
datawindows in composite datawindow used in datawindow.NET, are not sliding upHi,
Problem: datawindows in composite datawindow used in "datawindow.NET", are
not sliding up ,
if one dw is not visible or did not retrieve data. Resulting in unwanted
spaces.
The height of blank white space is equal to the height of the datawindow art
design time.
When I looked at the generated JavaScript, I noticed there is "div" for the
datawindow with height 0.00in
which is supposed to be not visible. Tried different options with
html/xhtml/xml same result.
But slides up ok when exported to pdf(using saveas) on web and in PB10.5
application.
Also s...
Tab order between two datawindowsHello,
I have two datawindow in a window, first datawindow have 5 fields,
after third field when user enter a tab, cursor should move to the
second datawindow , after that cursor should go back to first window
when user enters a tab.
please suggest me what would be the best approach for this.
Thanks,
kumar.
You will have to code your own tab logic. I'm not sure what the best
approach would be. Maybe you can use the ItemFocusChanged datawindow
event with the KeyDown function.
e.g.
IF dwo.Name = "4thColumn" AND KeyDown(KeyTab!) THEN
dw_2.SetFocus()
END I...
Nested Datawindow and Tab OrderI have a nested Datawindow which I need to allow focus to individual lines for
'drill down' purposes. I understand that the default for PB is to make the
object readonly whenever a report object is present. I've seen several postings
where individuals have encountered this challenge in the past. Anyone have a
solution that does not involve getting rid of the nested dw? I'm running PB 5.04
on W2K against SQL Server 6.5.
(Has this been addressed in PB 8? The app is undergoing specific changes now
and will migrated to PB 8 ASAP)
Thanks in advance.
Bill Burtnik
Yo...
Tabbing to picture button in datawindowIs there anyway to (simulate) tabbing to a picture button in a datawindow?
Thanks,
D
PB 7.0.03
AFAIK, no.
pbm_thisusuallydoesnothelp:-))
Philip Salgannik
"Daniel Coppersmith" <daniel@N.0.S.P.A.M_infrontsoftware.com> wrote in
message news:lJ3YF#E5CHA.181@forums.sybase.com...
> Is there anyway to (simulate) tabbing to a picture button in a datawindow?
>
> Thanks,
>
> D
>
> PB 7.0.03
>
>
...
Tab Order on Web DataWindowsHelp....
I set the tab order for a web datawindow in the hopes that it would be
applied on the web page and it still just seems to jump randomly from
columns on the dw to other objects on the page.
I have also set tab indexes on the .Net side as well. Can anybody apply any
reason to get everything in sync?
TIA
Mike
On 22 Feb 2006 08:58:18 -0800, "Mike" <mike@hbmaynard.com> wrote:
>Help....
>
>I set the tab order for a web datawindow in the hopes that it would be
>applied on the web page and it still just seems to jump randomly from
...
Format Tab Order in a datawindowI am trying to use the format tab order to change the tab order in the
datawindow painter.
My problem is that I have made the tab order changes and saved them. But
when I execute the program and tab thru the fields on the datawindow, the
tab sequence didn't change. (Yep, I went back to make sure I was referencing
the right datawindow. I also checked to make sure the datawindow had saved
the new tab orders.) Is this a bug? Or am I just missing something here?
Brett
Is there a chance that you have two copies of that datawindow in the library
path, and the one the app is see...
modifiyin a datawindow in a datawindowHi,
When I want to modify a datawindow, then it's just
dw1.modify()
But what do I have to do when I want to modify a datawindow
in a datwindow ?
I tried : dw1.dw2.modify() but that doesn't work.
Anyone can help me out with this ?
thanks.
Regards,
David
get the dw via getchild & apply modify
In article <4575976f.4dda.1681692777@sybase.com>, David says...
> Hi,
> When I want to modify a datawindow, then it's just
> dw1.modify()
>
> But what do I have to do when I want to modify a datawindow
> in a datwindow ?
> I tried : dw...
DataWindows and datawindow objectsDifference between Datawindow and datawindowobjects?
- datawindow is a control on a userobject or a window
- datawindowobject (DWObject) is a control within a datawindow, defined in
the dataobject of the datawindow.
You refer to it as <datawindow-instance>.Object.<datawindow object>
HTH,
Ben (bede)
<Santhoshi> wrote in message news:3f8bee8b.4631.846930886@sybase.com...
> Difference between Datawindow and datawindowobjects?
Not exactly;
DW Control is a "container" that reserves real-estate on the surface of
a visual object.
DW Obj...