the programmers of harbour , pretend to built a 100% compatible compiler with Clipper 5.2e in different plataforms , ex: Windows 32 bits, Linux.
and the other hand , Xharbour is more aggresive, 100% compatible with Harbour and add other concepts and methods
ex. Sintaxis like C, Delphi
SWITCH...
hi, yo get out from a Loop, just use the Exit command
Exit = Get out
Loop = branch to begin og loop
Example:
Do While !Eof()
If Recno() == 10
Exit // Get out of Bucle
Endif
DbSkip()
Enddo
o esto puede Funcionar: ( this can function )Function
Function PassWord(cClave)
Local aMsg
Local cPass,cCar,oCursor
Local j,i,y,x,bRet := FALSO
aMsg := MsgBox( "Entre Clave","Digite su Clave Por Favor" )
oCursor := SetCursor(SC_SPECIAL1)
For i :=...
i am looking for xbase compiler ( not demo ) , actually i am a Ca Clipper programmer ( 5.3b, 5.2e ) , who can send me a copy of this software.
bmaj@hotmail.com
i have blinker 6.0 , is there a way use it instead of alink.exe?
SrFrog
// a little contribution
Example:
? Format_Date(...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.