Re: Drag n drop function for form memo field
- From: "Gina" <gingingina@xxxxxxxxxx>
- Date: Wed, 20 Jul 2005 13:43:22 +0200
Thanks first of all for your help and links...
i've added the RTF2.ocx to my project
I've spend some time now on trying to use it the way the memofield was used
before ..... the memofield is a field of a table and the form just reflects
that field.
I cannot type into the RTF field
and so I cannot get it to work as intended :((
i am using A2k ... and think I probably better forget about this nice little
playing around ?!??
I thought I could use code like
Function DragDrop1(mousePos X, mousePos y, startSelection, endSelection
.....)
.....
End Function
and thought I could take it from there ....
I can't ... can I ???
Gina
"Ron Weiner" <weinNoSpam1@xxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:Ok9hPvRjFHA.3368@xxxxxxxxxxxxxxxxxxxxxxx
> Gina
>
> You will need to replace the standard Access text box with a Rich Text
> Active X control to get Drag Drop capability. You can use Msoft one you
> likely already have on you machine, or get a free one from Stephen Lebans
> here http://www.lebans.com/richtext.htm, or a Commercial one from FMS here
> http://www.fmsinc.com/products/memo/index.html
>
> The only Down Side to doing this is the extra support you will have to
> provide to install your application. You will be responsible for creating
> an install package that insures whatever control you provide is installed
in
> the client machine. You may also leave yourself open for "Feature Creep".
> Feature Creep is when clients find new and exciting ways to use the
> application in a way you never imagined. For instance in addition to
being
> able to drag drop text into your app they might soon "discover" that they
> can drop "Other Stuff" in there too. You should be prepared to spend a
fair
> amount of time to make sure all of this will not affect the rest of your
> app.
>
> Good luck with your project
>
> Ron W
> http://www.worksrite.com
>
> "Gina" <gingingina@xxxxxxxxxx> wrote in message
> news:dbkuvr$tov$02$1@xxxxxxxxxxxxxxxxxxxx
> > Hi all.
> >
> > I would like to have the drag n drop function working on a single memo
> field
> > on a form.
> > my idea is that the user should be allowed to mark a part of text and
drag
> > and drop it within that memo field rather than cut and paste it via
> > clipboard
> >
> > searching through posts here didn't give me a hint on how to start this
> >
> > maybe someone can give me a link or a piece of code ?
> >
> > thanks in advance
> > Gina
> >
> >
> >
> >
>
>
.
- Follow-Ups:
- Re: Drag n drop function for form memo field
- From: Ron Weiner
- Re: Drag n drop function for form memo field
- References:
- Drag n drop function for form memo field
- From: Gina
- Re: Drag n drop function for form memo field
- From: Ron Weiner
- Drag n drop function for form memo field
- Prev by Date: RE: Yet another "enter parameter value" popup
- Next by Date: Re: dbFailOnError causing varible error.
- Previous by thread: Re: Drag n drop function for form memo field
- Next by thread: Re: Drag n drop function for form memo field
- Index(es):
Relevant Pages
|