Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. generalac

    drag and drop from a grid

    Another option is to use api which I got from another post on Tek-Tips. See this "drag detected" option. I have not had time to test it fully but it's another idea. PUBLIC objForm objForm = CreateObject("TForm") objForm.Visible = .T. DEFINE CLASS TForm As Form Width=400 Height=200...
  2. generalac

    drag and drop from a grid

    Step 1 - In the mousedown of the container save the top and left to 2 form properties as follows: Thisform.contstartingtop = This.Top Thisform.contstartingleft = This.Left Step 2 - In the...
  3. generalac

    OLE DragDrop Bug

    Mike. Regarding thread184-1616416(OLE DragDrop Bug) I also ran into very similar issue. When using the native VFP DragDrop within a formset(which I know your not a fan of) I was experiencing the same issue of having to do "multiple mouse clicks" to stop "what 'appears' to be 'hanging'". I could...

Part and Inventory Search

Back
Top