The best control

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

The best control

Post by Ehab Samir Aziz »

Doctor has a history for every patient . He has to enter one fixed entry for each kind of operation . one visit could have for one patient :
one entry for each operation and operations may be : check-up or surgey or others....

under the check-up operation there are fixed entries he will chose one of them.

May I do a dbf for each operation and display a list box and each field is entered via a dbcombo box for every operation OR there is a better control ?

Could you please provide sample names .
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ehab,

Usually you may need to use "one to many" relational DBFs, unless you want to store everything into a memo field.

You may review samples\gallery\onemany.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

Post by Ehab Samir Aziz »

How can I make the .rmk file under harbour becuase the rmk file is written for clipper

Code: Select all

OneMany.exe : OneMany.obj
   SET LIB=..\..\..\lib;c:\clipper5\lib
   blinker fi OneMany @..\..\..\include\FiveWin
   Brc -K OneMany

OneMany.obj : OneMany.prg
   c:\clipper5\bin\clipper OneMany /n/i..\..\..\include
Post Reply