|
| Drag & Drop |
 |
Tue, 01 Apr 2008 07:57:40 -050 |
Hello,
I've just discovered the "Drag & Drop" feature
On the Delevop.Bulltin there's only one example
As it's a user friendly feature I would like to use it
where can I get examples and proper training ?
Thanks to the older users!!!
|
| Post Reply
|
| Re: Drag & Drop |
 |
Tue, 1 Apr 2008 22:13:45 -0400 |
In article <JD$v3f$kIHA.1688@news-server>, michel.pain@free.fr says...
> Hello,
> I've just discovered the "Drag & Drop" feature
> On the Delevop.Bulltin there's only one example
> As it's a user friendly feature I would like to use it
> where can I get examples and proper training ?
> Thanks to the older users!!!
> Michel
>
Michel,
There is this:
http://www.dbase.com/Knowledgebase/beg/dragdrop/dragdrop.htm
--
Geoff Wass [dBVIPS]
Montréal, Québec, Canada
.|.|.| dBASE info at http://geocities.com/geoff_wass |.|.|.
.|.|.| ---------------------------------------------------------- |.|.|.
|
| Post Reply
|
| Re: Drag & Drop |
 |
Tue, 01 Apr 2008 23:31:55 -050 |
Thanks for the info
but I'm a bit disappointed : I expected to Drag codes from a grid containing
data from a table & Drop those codes in various entryfields (datalinked to
another table)
and I see that an entryfield can be a source but not a receiver -
I'm I wrong or unlucky ?
Michel
Geoff Wass [dBVIPS] Wrote:
> In article <JD$v3f$kIHA.1688@news-server>, michel.pain@free.fr
says...
> > Hello,
> > I've just discovered the "Drag & Drop" feature
> > On the Delevop.Bulltin there's only one example
> > As it's a user friendly feature I would like to use it
> > where can I get examples and proper training ?
> > Thanks to the older users!!!
> > Michel
> >
>
> Michel,
>
> There is this:
>
> http://www.dbase.com/Knowledgebase/beg/dragdrop/dragdrop.htm
>
> --
> Geoff Wass [dBVIPS]
> Montréal, Québec, Canada
>
> .|.|.| dBASE info at http://geocities.com/geoff_wass |.|.|.
> .|.|.| ---------------------------------------------------------- |.|.|.
> .|.|.| IT Consultant http://Geoff_Wass.com |.|.|.
|
| Post Reply
|
| Re: Drag & Drop |
 |
Wed, 2 Apr 2008 00:58:36 -0400 |
In article <3mBY7pHlIHA.1880@news-server>, michel.pain@free.fr says...
>
> but I'm a bit disappointed : I expected to Drag codes from a grid
> containing data from a table & Drop those codes in various entryfields
> (datalinked to another table)
> and I see that an entryfield can be a source but not a receiver -
> I'm I wrong or unlucky ?
You can take advantage of the entryfield's onLeftMouseUp() event handler
to implement drag'n drop between a grid and entryfields.
Jean-Pierre Martel, editor
The dBASE Developers Bulletin
|
| Post Reply
|
| Re: Drag & Drop |
 |
Wed, 02 Apr 2008 12:08:40 -050 |
Hello,
How can'I move data from a grid into an entryfield when this one has no
"allowDrop" property ?
Michel
Jean-Pierre Martel Wrote:
> In article <3mBY7pHlIHA.1880@news-server>, michel.pain@free.fr
says...
> >
> > but I'm a bit disappointed : I expected to Drag codes from a grid
> > containing data from a table & Drop those codes in various
entryfields
> > (datalinked to another table)
> > and I see that an entryfield can be a source but not a receiver -
> > I'm I wrong or unlucky ?
>
> You can take advantage of the entryfield's onLeftMouseUp() event handler
> to implement drag'n drop between a grid and entryfields.
>
> Jean-Pierre Martel, editor
> The dBASE Developers Bulletin
> Blue Star dBASE Plus Core Concepts Graduate
|
| Post Reply
|
|
|
|
|
|
|
|
|
|