Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trigger message in dbc
Message
From
15/10/1998 07:44:46
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00146775
Message ID:
00147082
Views:
35
>If you can put your validation at application level instead of DBC level you can add a validation object that can be placed on each form or be part of your main application-level object. Each textbox can call this object as part of its valid() method (subclassed of course so you don't add code to every textbox).
>
>While the code can be used in all apps that use the tables/DBC this will NOT work if you're working with the data from the command window.
>
>We have found that the only code we absolutely MUST have at the DBC level is the assigning of unique IDs when adding a record.
>
>HTH
>Barbara

Barbara,

What and where would you put to maintain the unique ID's when adding a record?

Do you use a Primary index to maintain uniqueness?

Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform