option input field in EDIT EXTENDED

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
t57042
Posts: 148
Joined: Tue Mar 16, 2010 9:46 am
Location: belgium

option input field in EDIT EXTENDED

Post by t57042 »

What is the purpose of the OPTION input field in the edit extended window?
User avatar
Czarny_Pijar
Posts: 172
Joined: Thu Mar 18, 2010 11:31 pm
Location: 19.2341 E 50.2267 N

Re: option input field in EDIT EXTENDED

Post by Czarny_Pijar »

Look at the example c:\hmg\samples\edit.2. The 'Clientes.dbf' database has the field 'CASADOS' declared as Logical. The purpose for the option input field is to distinguish between 'true' and 'false' state for that field.
Post Reply