In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se encontraron 4 coincidencias

por Ashvin Adodra
Dom May 16, 2010 1:18 pm
Foro: Xailer English
Tema: New Xailer user (Xailer v/s Xbase++)
Respuestas: 4
Vistas: 3513

New Xailer user (Xailer v/s Xbase++)

Gary,
Thanks again for sharing your views.
I agree with you on "hybrid" approach. Currently I am trying to modify my
Clipper code by removing the @ say, gets and implanting correspoding
controls. In the process I have come the conclusion that instead of taking
Clipper (procedural) code as ...
por Ashvin Adodra
Vie May 14, 2010 7:04 pm
Foro: Xailer English
Tema: DBNAVIGATOR
Respuestas: 1
Vistas: 1518

DBNAVIGATOR

Frank,
I do not understand your language, but from the code which you have
given, it seems that you want to recall the deleted record. If it is so, try
this
before delete save the record no to a variable
nRec:= ::oDBFDataSet1:recno()
for recall
IF ::oMessageBox2:nResult = 2
::oDBFDataSet1 ...
por Ashvin Adodra
Vie May 14, 2010 6:56 pm
Foro: Xailer English
Tema: New Xailer user (Xailer v/s Xbase++)
Respuestas: 4
Vistas: 3513

New Xailer user (Xailer v/s Xbase++)

Gary,
Thanks for sharing your experience. Can you tell me
1) if it is possible, like Xbase++, to have mixed code, I mean CUI and GUI,
and do gradual conversion?
2) Is it possible to have user defined forms with default controls, which
can be used in the IDE. For example I would like todefine ...
por Ashvin Adodra
Dom May 09, 2010 12:14 pm
Foro: Xailer English
Tema: New Xailer user (Xailer v/s Xbase++)
Respuestas: 4
Vistas: 3513

New Xailer user (Xailer v/s Xbase++)

Hi,
I just downloaded Xailer ver 2.0. My first impressions are that Xailer
appears to be better than Xbase++ v1.9 in terms of the functionality of the
classes. ( I have used only the Tedit classes of Xailer. I liked the event
onExit of Tedit. On returning .f. the focus stays on the control ...