Tab order and buttons on DatawindowsWhen you have added a button to a data window is there a way to add it to
the tab order?
Weldon
No
Philip,
The verbose nature of your responses is really affecting the bandwidth
availability of myself and those around me. Do you think you could curtail
the rambling a little?
-EGM
<Philip_Salgannik> wrote in message
news:5C13DD50E36B7AB4005BA9BD85256BFB.005AA57C85256BFB@webforums...
> No
...
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
>
>
>
...
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...
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 Out Of Order
I have a web page with 3 textboxes. I want them to tab from the top one to the middle and then to the bottom one. I have tried acheiving this two ways.
Firstly in the properties pane I set the tab index to 0 for the first, 1 for the second and 2 for the last textbox. When I run the code the focus starts on the first textbox then it jumps to the address box of internet explorer itself and then to the third textbox and finally to second textbox. Not quite what I had in mind.
Secondly I tried putting this code in the Page_Load:
Private Sub Page_Load(ByVal sender As System.Object, B...
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...
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
...
button tab order in dwI put some buttons in a datawindow in PB6 with no patch, but I could not
set
the tab order properties of the buttons.
How to do that?
--
---------- Laszlo Kozma -------------
Hungexpo Rt. Informatikai Igazgatosag
Budapest, 1101.Albertirsai u 10.
Tel: 263-6600,263-6949 Fax: 263-6170
EMail: kozma.laszlo@hungexpo.hu
Laszlo,
You currently can't assign tab order to DW buttons. You might be able to
simulate this - perhaps by using a column with tab order to simulate the
pressing of the button. This would take a bit of key-trapping code to
accomplish, tho.
--
Regard...
tabs: sleep/wakeup button next to tab close button!!!Name: John Hoelzel
Email: johnh51atgetdotto
Product: Firefox
Summary: tabs: sleep/wakeup button next to tab close button!!!
Comments:
I have dozens of tabs opens, not the 60 that Doc Searles claims to have
open, but being mobile with a 5GB limit - having dozens of tabs open
from an article or search results means lots of cpu and memory...
I would be happy with something similar to open tab in background and
dont actually load url.
As the tabs/urls are switched to later, I could request the tab to
download by hitting enter on the url. BUT, it would be nicer if the page...
How to exclude button from tab order?
Hi there,
I am trying to exclude the logout button on my web page from tab order. I have tried whatever I knew (setting Tabindex=-1, 0, 1) but it doesn't seem to work. I also tried to use TabStop property but it is not available for my controls.
At present, all the controls on web page have tabindex = 0.
Please help,
bullpitThanks,MaxLet Me Google That For You!
I set the Tabindex to -1 on a button and tabbing skips over it.Steve Wellens My blog
It doesn't do that in my case Thanks,MaxLet Me Google That For You!
1) Is it a regular <asp:Button…>...
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...
Tab order on editable datawindowsI have a page that has multiple editable datawindows. Each datawindow
can have multiple rows. In the client-server PowerBuilder app, the
keyboard tab works in this fashion...when a field has focus in a
datawindow, the tab keyboard action will set focus to the next field
WITHIN the datawindow. At the last field, the focus jumps to the next
row.
In the browser DataWindow.net, the keyboard tab works in this
fashion... .when a field has focus in a datawindow, the tab keyboard
action will set focus to a field OUTSIDE the datawindow to another
Datawindow. There seems to be no pattern ...
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...