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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10012694.html
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?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10018877.html
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???
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10153213.html
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...
http://www.experts-exchange.com/Web_Development/Authoring/Q_10189989.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10258940.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10693502.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10878641.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20007132.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20118669.html
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
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_20183407.html
Zones:
PowerBuilderDate Answered: 04/08/2003 Grade: B Views: 0