Hello,

I am trying to use the supermover from
the VFP class library but I can't seem
to find a way to activate it. I drop an
instance of the class on my form, set up
the required SQL cursor as the data, and
run the form. The data does successfully
get loaded on the source listbox, but
everything appears grey, including the
2 listboxes, the data in the source box,
and even the add and remove command boxes.
I check "enabled" and it is set to .T. But
I can't figure out why it's still not
activated. Anybody tried using this class
and can show me what I'm doing wrong?
Thank you.

--
jw

Re: Questions about _supermover1 in VFP class library by Anders

Anders
Sun Jun 27 19:18:03 CDT 2004

You should ge able to run it from the Component Gallery - >Foundation
Classes -> User Controls. . Select the Super Mover icon , rightclick, choose
View Sample -> run. There's also a Add to frorm option that may work form
you.
-Anders

"jw" <jw@nospam.com> wrote in message
news:OqAY6DHXEHA.1048@tk2msftngp13.phx.gbl...
> Hello,
>
> I am trying to use the supermover from
> the VFP class library but I can't seem
> to find a way to activate it. I drop an
> instance of the class on my form, set up
> the required SQL cursor as the data, and
> run the form. The data does successfully
> get loaded on the source listbox, but
> everything appears grey, including the
> 2 listboxes, the data in the source box,
> and even the add and remove command boxes.
> I check "enabled" and it is set to .T. But
> I can't figure out why it's still not
> activated. Anybody tried using this class
> and can show me what I'm doing wrong?
> Thank you.
>
> --
> jw
>
>
>


RE: Questions about _supermover1 in VFP class library by Leemi

Leemi
Thu Jul 01 14:52:12 CDT 2004

Hi JW:

Take a look at this article and see if it helps:

194833 HOWTO: Using the Supermover Foundation Class
http://support.microsoft.com/?id=194833

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003



> Hello,
>
> I am trying to use the supermover from
> the VFP class library but I can't seem
> to find a way to activate it. I drop an
> instance of the class on my form, set up
> the required SQL cursor as the data, and
> run the form. The data does successfully
> get loaded on the source listbox, but
> everything appears grey, including the
> 2 listboxes, the data in the source box,
> and even the add and remove command boxes.
> I check "enabled" and it is set to .T. But
> I can't figure out why it's still not
> activated. Anybody tried using this class
> and can show me what I'm doing wrong?
> Thank you.
>
> --
> jw