Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Misterious fileds
Message
De
11/08/1998 06:44:45
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
11/08/1998 06:31:05
Vincenzo Longobardi
Cisco Consulting Srl
Rome, Italie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00125492
Message ID:
00125511
Vues:
12
>I belive that i understand the way,
>when the table is free table and not insert in database don't permit to select the fields
Vincenzo,
It permits for free tables too. You should select "other" to choose your free table. I'm becoming a pain in the neck but pls check your recordsource, columncount, column(ix).controlsources. Add a button to your form with this code in click event to check current status of grid :
*Button.click
*I assume your grid's name is grid1 if not change it
activate screen
? thisform.grid1.recordsource
for each oColumn in thisform.grid1
   ? oColumn.controlsource
endfor
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