Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
V6s5 & FireBird - Date text box always is DateTime
Message
From
25/02/2004 08:09:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00880622
Message ID:
00880645
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform