Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Line between 2 list box
Message
From
20/10/1999 05:43:54
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
20/10/1999 05:28:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00278662
Message ID:
00278666
Views:
16
>In a form, how do I draw a line interactively between two list boxes? which looks like a line(relationship) between 2 tables in a data environment.

thisform.line(xFrom, yFrom, xTo, yTo) && line method
or
thisform.line(xTo, yTo) && From is thisform.Currentx, thisform.Currenty

or
thisform.addobject("myLine","Line") && line control
and set its properties.

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform