Connecting Tech Pros Worldwide Help | Site Map

Expand field through doubleclick

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 12th, 2005, 03:43 PM
Henro V
Guest
 
Posts: n/a
Default Expand field through doubleclick

I have a textfield that can contain 254 characters. Since I have little room
on my form I kept it about 10 characters wide. How and what do I do so that,
when a user doubleclicks this item, he/she can see all the info entered?
I.e. that the field expands to the whole 254 characters size?

TIA Access Dummie Henro



  #2  
Old November 12th, 2005, 03:43 PM
Jim Allensworth
Guest
 
Posts: n/a
Default Re: Expand field through doubleclick

On Thu, 20 Nov 2003 22:21:26 +0100, "Henro V"
<maxlesallaud@hotmail.com> wrote:
[color=blue]
>I have a textfield that can contain 254 characters. Since I have little room
>on my form I kept it about 10 characters wide. How and what do I do so that,
>when a user doubleclicks this item, he/she can see all the info entered?
>I.e. that the field expands to the whole 254 characters size?
>[/color]
This will open a zoom box and allow the user to see all of the
characters.

Private Sub txtMyTextBox_DblClick(Cancel As Integer)
DoCmd.RunCommand acCmdZoomBox
End Sub


- Jim

  #3  
Old November 12th, 2005, 03:43 PM
Henro V
Guest
 
Posts: n/a
Default Re: Expand field through doubleclick

Perfect Solution, Thank You!

"Jim Allensworth" <jimNOT@Notdatacentricsolutions.com> wrote in message
news:3fbd3ff6.278551687@news.west.earthlink.net...[color=blue]
> On Thu, 20 Nov 2003 22:21:26 +0100, "Henro V"
> <maxlesallaud@hotmail.com> wrote:
>[color=green]
> >I have a textfield that can contain 254 characters. Since I have little[/color][/color]
room[color=blue][color=green]
> >on my form I kept it about 10 characters wide. How and what do I do so[/color][/color]
that,[color=blue][color=green]
> >when a user doubleclicks this item, he/she can see all the info entered?
> >I.e. that the field expands to the whole 254 characters size?
> >[/color]
> This will open a zoom box and allow the user to see all of the
> characters.
>
> Private Sub txtMyTextBox_DblClick(Cancel As Integer)
> DoCmd.RunCommand acCmdZoomBox
> End Sub
>
>
> - Jim
>[/color]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.