Advertisement

1 - 10 of 174 containing alltags:("setfocus") (0 seconds)
There are 8 places in my app where the following two lines of code appear: btnDD.Enabled = True btnDD.SetFocus Six of those occurences work fine.  Two do not.  They give me "Invalid Function Call...
Zones: Visual BasicDate Answered: 05/31/1997 Grade: C Views: 0
I need to set focus to a specified textbox when the document is loaded. Is this possible using JScript?
Zones: JavaScriptDate Answered: 08/01/1997 Grade: A Views: 0
How can I check whether the focus is on a txtbox/control?? Is there a true/false statecheck???
Zones: MS AccessDate Answered: 08/11/1999 Grade: A Views: 0
I am using IDev6. When my .asp page is loaded in a browser, I want the first text box of my form to have a cursor in it.  How do you set focus with the cursor in a textbox in a form?     Does it ma...
Zones: AuthoringDate Answered: 08/03/1999 Grade: A Views: 4
Hello, Is there a possibility in VBA to write a SetFocus statement and immediately select the current contents of a ControlSource ? For instance, I have a text field where I ask numeric input...
Zones: MS AccessDate Answered: 01/15/2000 Grade: A Views: 0
Using Access 2000 and VB6, I trying to error handle a required field.  On the lost_focus of the object, I use an if-then validating whether the object isnull.  If null, then the code is message box...
Zones: Visual BasicDate Answered: 07/14/2000 Grade: B Views: 0
How can I set the focus to an edit box in a property page when the tab of that page is clicked(the page is on the top)? How can I set the focus to another edit box when Enter Key is pressed in t...
Zones: C++Date Answered: 08/02/2000 Grade: A Views: 0
What's the best way to check a textbox. The way it works is e.g. we give an customer number. We give a TAB and go to the next inputbox (Article). In the lostfocus we check the customer number. When...
Zones: Visual BasicDate Answered: 09/05/2001 Grade: B Views: 0
In the MainForm.Show() routine, I look for a command line prompt called /AUTORUN. If /AUTORUN is specified, the program launches off and does a variety of things.  Unfortunately, the app never g...
Zones: Delphi ProgrammingDate Answered: 05/16/2001 Grade: A Views: 0
Hi experts, I can't use my mouse to setfocus to the control, but I still can setfocus to the control with "TAB" key. How can I solve this problem? I'm using PB7.0 Thanks, DrVannacult
Zones: PowerBuilderDate Answered: 04/08/2003 Grade: B Views: 0