Page 1 of 1

Clipper and minigui running at the same time ?

Posted: Thu Dec 16, 2010 12:59 pm
by ILKNUR
Hi ,
I have programs written with Clipper 5.2 . They all are running at the moment.

and newly I have written a program with Hmg.


All programs use same dbfs and ntxes . Does it cause a problem if I use them at the same time. (I mean give user all and let them use )

lock or index crash problems maybe..... ????


I tried a little , but dont get any problem.

As the data is real data . I hesitate .. :(

Does anyone have an experience about this ?

Re: Clipper and minigui running at the same time ?

Posted: Thu Dec 16, 2010 3:22 pm
by apais
I've used CLipper + Harbour NTX indexes without problems.
Just be sure you don't use any strange collations tables or if you need them to check they are compatible.

HTH
Angel

Re: Clipper and minigui running at the same time ?

Posted: Thu Dec 16, 2010 3:29 pm
by ILKNUR
thanx for reply .

I dont use any different data . just standart dbf and ntxes .

ı just thought that lock will be problem

Re: Clipper and minigui running at the same time ?

Posted: Fri Dec 17, 2010 4:52 pm
by danielmaximiliano
Hola Ilknur:
Tengo un programa hecho en clipper trabaja en una pc con Win98
dbf-ntx
otras con Win XP y el mismo programa en HMG dbf-cdx
sin ningun problema con Bloqueos de la dbf

Translate Google
Hi Ilknur:
I have a program made in clipper works on a PC with Win98
dbf-ntx
others with Win XP and the same program in HMG-cdx dbf
without any problems with the dbf Block

Saludos /Greetings
DaNiElMaXiMiLiAnO

Re: Clipper and minigui running at the same time ?

Posted: Tue Dec 21, 2010 10:10 am
by ILKNUR
thanx for sharing ...