Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Line between 2 list box
Message
De
20/10/1999 05:43:54
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
20/10/1999 05:28:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00278662
Message ID:
00278666
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform