Changing Cursor

Nov 26, 2005

Is there any whay you can change the cursor as it moves over an object, similar to what it does with hyperlink.

I am trying to make the form more dynamic

Thanks

Dave

View Replies


ADVERTISEMENT

Changing Cursor On OLE Object

Apr 14, 2006

Hi, Is it possible to get the cursor to change on a OLE object like it does on an Hyperlink? How know that you can do that with a text box with the "Is hyperlink" Format property or by adding a space in "the hyperlink address" of a command button but I can't see any property that I can change for an Ole object or a label. Is someone know if it would be possible?

View 1 Replies View Related

Is It Possible To Place Cursor ?

Dec 7, 2005

Hi,

In a form a have a field wich contains for exemple 'ABCD', is it possible to place focus in this field after the last character (after the D in my exemple).
Thanks in advance.
VINCENT

View 2 Replies View Related

Cursor Position

Nov 21, 2006

Hi

ive got a form that has several textboxes. The cursor in all textboxes appears on the left hand side (which is good), but one field shows the cursor on the right side??!!! how do i change this, i want the cursor to be on the left hand side like the rest?

cheers

View 4 Replies View Related

Cursor Change

Oct 7, 2005

Does anyone know how to change the Cursor to an animated picture, or any picture for that matter?

I want to change the cursor while I am stalled out in a little FOR NEXT loop......then once I get out of the loop return to the default cursor.

THanks in Advance

View 1 Replies View Related

Progress Bar/Cursor Problem

May 17, 2005

Hi,

I'm struggling with a very formal, not to say aesthetic, problem on one of my form used as a progress bar.

This form is very simple, it contains only one unbound control that is called "Percentage".

It displays the percentage of completion, when launching a report based on a somewhat "heavy" crosstab query (lots of records, etc.).

Anyway, the goal is to inform the user that the report is being processed, so that he knows wether he has time to get a coffee, or whatever he wants (the process may take as long as 2 or 3 mn).

As far as code is concerned, the variant "Percentage" is simply incremented in a loop included in the report design code, and refreshes the value of the "Percentage" control displayed in my form.

Everything works fine, except that I can't figure out a way to get rid of the cursor that stays in the unbound control : in fact, the percentage is displayed in reverse video, since the cursor focuses on the control at every iteration. Which gives my "progress bar" form quite an ugly look, and makes it difficult to read, whereas besides this "bug" it is perfectly satisfying.

Any idea anyone ?

Thanks in advance for this.

View 4 Replies View Related

Cursor Location In A Text Box

Jun 17, 2005

Hello all,

I have a text box that allows users to type a letter to a customer with a listbox next to it. The listbox is filled with data such as the customer's name, address, etc.... When the user double clicks an item from the list box, it should insert the appropriate data into the text box.

The problem is, is there a way to determine the current cursor location in the textbox so I know where to add the data?

For example, the cursor location has been determined before the text box lost the focus and now i am inserting the apporpriate data:

Textbox = left(TextBox, CursorLocation) & DataFromListbox & right(textbox,len(textbox) - CursorLocation)

Thanks for all your help.

View 1 Replies View Related

Auto Cursor Movement

Apr 6, 2006

hello my dear friends...

Few days ago I found some VB code which autometically move the cursor to the left of the field (with input mask) in a form to begin with... I mean whereever you click the cursor in the field it autometically comes in the beginning (left)...

I remember i have tried it with a sample form... but now today i can't find it...

I think i lost it...

Today i have searched the forum for this but coudn't retrive it...

Could someone find me out where it is??

Thanks in advance for your help

View 4 Replies View Related

Cursor To Beginning / End Of A Field

May 26, 2006

I have done a half-dozen searches and only gotten 1 option.

There is a simple way to have the cursor at the beginning or end of a field when it arrives in a new field.

I saw the VBA code aboyt setting the length. There is an easier, simpler way to set it so that you don't have to apply the vba code to every single indiviual field.

I remember learning about it here on this forum, but now can't find it.

Can anyone remember how to do this?

Thanks in advance,

View 2 Replies View Related

Help With Code For Moving Cursor

Jun 16, 2005

First I am no good with code so I need your help!
I have code that tells the cursor to move to a certain field.

Private Sub Form_Current()
ClaimNumber.SetFocus
End Sub

It works for the most part - our problem with this is if we have the form open and we are searching on a different field say "Last name" when we click find next it finds the first one but if we click find next again it tells us that there is no records. This is because the cursor has moved to the ClaimNumber field.

Is there a way I can modify this code to say move the cursor only on a new record.

Any help would be great!

View 2 Replies View Related

Cursor In Forms After Validation

Jun 21, 2014

When I put some wrong value in the field the cursor not stay in the same filed its skip to next field. The code is as under:-

Private Sub RollNo_BeforeUpdate(Cancel As Integer)
If (RollNo.Value > 1) Or (RollNo.Value < 22) Then
MsgBox "Roll No is Wrong, Please Type correct Roll No"
Cancell = True
End If
End Sub

The RollNo is numeric field. How to stop the cursor in the box if I put wrong number.

View 5 Replies View Related

Auto Cursor To End Of Default Text??

Apr 15, 2006

Access 2003 Form

Can i move the blinking cursor to the end of field? I set in the options but it goes to the start of the field. and wants to overwrite the default text. I would like it to start at the end of the default text.

Can it be done with code?

Thankyou

View 4 Replies View Related

Move Cursor To Next Field 'onchange' Etc..

Apr 17, 2005

I have 4 drop down lists calling values from a query.
This part works as expected.

However, I would like the focus to automatically change to the next drop down field after ANY (valid) entry is made.

IE

Drop Down 1: "any value" ----> focus automatically set to Drop Down 2, etc

The code I have only relates to 1 of the drop down values, I want it to rerlate to any of the values.

*************
Private Sub Question1_AfterUpdate()

If Me.Question1 = "Yes" Then
Me.Question2.SetFocus
End If
End Sub
*************

My values are simple, just "yes" "no" "I don't know", etc.

OR

If this cannot be done with drop downs, how about with field lists?

:cool:

View 2 Replies View Related

Force Cursor To Start Of Text Box?

May 6, 2005

Is it possible to force the cursor to move to the start of a text box when it gets the focus? (I suppose what I am really asking here is, is it possible to force a 'Home' key event?)

There is a text entry box, which when people put the cursor into it, it sometimes sits part the way in, consequently the operator could end up trying to type in more information than there is available space. I know that education might go along way here, but you just can't teach some people.

Tim

View 4 Replies View Related

Position Of Cursor On New Record On A Form

Aug 21, 2006

I'm trying to ensure that each time a new record is opened in a form, that the cursor is positioned in the first control/field... I have this throughout most of my application but not in a few individual forms.

I know I've done something in the past to ensure that this happens, but I can't remember what it was...

Thanks,
Peter

View 2 Replies View Related

Making Cursor Go Back To The Record I Came From?

Dec 27, 2006

I have a subform (continuous) which shows a summary of all clients basic data in a list. Clicking a client requerys and refreshes some other subforms so the accompanying data for that client is shown. Whenever I double click a record, the "main" window for that "object" opens. So say I double click on client A1 in the summary list, a form opens where I can view all the clients data and change it if necessary. That same form is also used to add clients to the database.

Whenever I change or add a clients data and close the form, the following code is executed:

Private Sub Form_Close()
On Error GoTo ClientsAdd_Err

Forms![ClientsMain]![ClientsViewSummarySubForm].Form.Requery
Forms!ClientsMain.Refresh

ClientsAdd_Exit:
Exit Sub

ClientsAdd_Err:
MsgBox Error$
Resume ClientsAdd_Exit
End Sub

Which makes the new client appear in the summary list or makes the changed data of an existing client appear in the summary list. That's what I want it to do of course.

But whenever that is done, the cursor jumps back to the first record (client 1) in the summary list. What I would like to have happen is:

- when a new client has been added, keep the cursor on that client in the summary list after the form closes and the list is updated.

- when a record of an already existing client is changed and the form closes, keep the cursor on that client in the list also.

DoCmd.GoToRecord acForm, "ClientsViewSummarySubForm", acLastgives "The object ClientsViewSummarySubForm isn't open. As does the same line of code but then using the name "ClientsViewSummary". The form itself is called that way. The subform object itself goes by: "ClientsViewSummarySubForm".

I've tried some variations but all without succes.
Which line of code is the correct one to use for a subform on a parentform instead of "just" a normal, open form?

View 2 Replies View Related

Cursor Jumps Back To First Record

Apr 4, 2005

Every time I enter the value for the OservationType in Subfrm it jumps back to the very first record. Can any body help me solving this problem. I thought it is tub order issue but it is not. I attached the sample db to this email. Please, help me. Thanks.

Girma

View 2 Replies View Related

Forms :: Pop Up Message On Cursor On Object

Aug 13, 2014

I spent several hours but looks like I can't pop up a message in a form when the cursor pointer is on a specific object. Focus of cursor maybe somewhere else, but when I move the cursor with mouse and it reaches to a specific object, I want the object to display a message. I couldn't do it.

View 7 Replies View Related

Modules & VBA :: How To Keep Cursor Position In A Text Box

Feb 8, 2014

I have below code for maximum 3 criteria dynamic search:

Code:
Private Sub SearchFor_Change()
Dim strWhere As String
Dim Criteria As String
Dim i As Integer
Dim A
Dim strAdd As String

[code]...

There is a problem, since I put the code in a textbox's on change event. then in case i want to revise the first two criteria, the cursor will automatically fleets to the end of the text, I want to know how to keep the position of the cursor?

View 4 Replies View Related

Auto Put Cursor In First Position When Clicking In Text Box?

Mar 10, 2005

I have several fields with text boxes and input masks. When a user clicks in these fields, it puts them in whatever position in the text box they click in. If they click to the far right, it takes them to the right position and doesn't let them type the entire date, formula, etc.

Any way to set the text box so that no matter where they click it automatically starts in the first position?

View 5 Replies View Related

Want Cursor To Appear In Certain Text Box(simple Question But Cant Figure Out)

Jul 13, 2006

I have a form. On the form is a pull down box. When the user clicks a submit button on the form, it displays a message box if the name field is not filled out. I want to make it so that after the user clicks 'ok' on the message box, the cursor goes to the name text box so it makes it easier for the user to input his/her name. I would appreciate if some one could help me on this matter. Thank you.

View 4 Replies View Related

In A Subform, Unable To Stay With The Cursor On A Field.

Sep 1, 2006

When I try to edit fields in a subform the cursor always jumps to the first record's first field with a tab stop. I can not complete the modification and the cursor jumps back to the first record. When on the first record and on any other field the cursor will jump to the first field with tab stop.

I use Access 2003.

View 1 Replies View Related

Forms :: Set Focus - Sending Cursor To First Field

Dec 31, 2014

I have a form (Home_Interview_Form) with several subforms (AirFresheners, Pesticides1 etc), and I would like the cursor to move from the last field in one subform to the first field in the next subform on keydown. I have written the following code, but instead of sending the cursor to the first field (PestSpray) it is going to the next field (PestSprayCom) in the subform for some reason. I am using Access 2013.

Private Sub Fresh2React_KeyDown(KeyCode As Integer, Shift As Integer)
Forms!Home_Interview_Form!Pesticides1.SetFocus
Forms!Home_Interview_Form!Pesticides1.Form!PestSpr ay.SetFocus
End Sub

View 5 Replies View Related

Forms :: Cursor Position To Be Same After Hitting Enter?

Aug 4, 2014

I have a text box which i use as a "search box"

I type in characters and my data sheet at the bottom will display all matches

What i want to happen is for the cursor to stay on the same text (search) box after hitting enter.

View 4 Replies View Related

Modules & VBA :: Prevent The Blinking Cursor From Appearing?

May 13, 2014

I have a single text box with a vertical scroll bar being used as a user guide. The Locked property is set to Yes so no user input can be made.

How do I prevent the blinking cursor from appearing?

View 2 Replies View Related

Cursor To Left And All Caps In Code Field

Dec 14, 2014

I have a table with CODE number as text. (1234-11-3456). I also have this field in a subform. How do I get the field to start at left, and also make all CAPS. Also where do I do the input mask. In the Table or the Form where it is a subform?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved