Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox rowsource includes a memo field
Message
De
08/04/2004 03:13:47
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
07/04/2004 14:22:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00892993
Message ID:
00893189
Vues:
32
>Nevermind, found the NOCONSOLE keyword...
>My code works:
>
>
>lctable = sys(2015)+SYS(3)
>SELECT formfield AS formfield,;
> LEFT(profiler,100) AS profiler;
> FROM acordict WHERE !EMPTY(formfield);
> INTO TABLE (lctable) ORDER BY formfield
>
>
>However that pesky sql results window opens up in the background behind the form and I've forgotten how to prevent that. Any ideas?
>
>TIA,
>Tracy

Hi Tracy,
Well I'd say include a destination clause (into ...) but you already did and saying it shows up stumped me :)
NOCONSOLE ??? What for ?
You confused me :)
1) Why a random generated name ?
2) Why a table - particularly when it's a table and not a cursor ?
3) Why not directly single RowSource='select.... into cursor crsCursorName'
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform