Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
V6s5 & FireBird - Date text box always is DateTime
Message
De
25/02/2004 08:09:42
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00880622
Message ID:
00880645
Vues:
22
This message has been marked as a message which has helped to the initial question of the thread.
>More like Set/GetDBProp()
>
>>Oh you mean RV prgrammatically, again yes :) What I do is :
>>-Run home()+'tools\gendbc\gendbc' and get programmatic version of view/tables creating.
>>-From DBC drop the view
>>-Find my view's creation code in generated code
>>-Edit code to set properties (easier in code rather than designer + designer can't handle all types of views)
>>-Select the edited portion and click execute

Yes the code you'd edit are dbsetprop(...). ie:

DBSetProp('myView.myDate', 'Field', 'KeyField', .F.)
DBSetProp('myView.myDate', 'Field', 'Updatable', .T.)
DBSetProp('myView.myDate', 'Field', 'UpdateName', 'RemoteTab.DTField')
DBSetProp('myView.myDate', 'Field', 'DataType', "D")

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