Amigos:
Tengo un caso curioso, tengo una Base de datos ADT, que cuenta con el
campo "Area" (Caracter de 10), y por lo tanto al hacer:
::oMiDataSet:Area pues resulta que me regresa 37 (que es el AREA de
trabajo donde se encuentra abierta la base de datos) y no el valor
contenido en el campo ...
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.
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 13 coincidencias
- Lun Nov 23, 2009 10:38 pm
- Foro: Xailer Spanish
- Tema: Referencia curiosa Campo en DataSet
- Respuestas: 2
- Vistas: 1771
- Lun May 11, 2009 8:28 pm
- Foro: Xailer Pro English
- Tema: Adding a form to an existing project
- Respuestas: 2
- Vistas: 1515
Adding a form to an existing project
When you right-click on the Project Manager, and Add a file, Form (XFM)
files are not among the choices. The *.XFM extension has to be
specified manually, unless you select to view all *.* files.
The file extension choices are .prg/.ch, .c/.cpp/.cxx/.h, .rc, .xpj, and
all *.*.
Not really a ...
files are not among the choices. The *.XFM extension has to be
specified manually, unless you select to view all *.* files.
The file extension choices are .prg/.ch, .c/.cpp/.cxx/.h, .rc, .xpj, and
all *.*.
Not really a ...
- Lun May 11, 2009 8:28 pm
- Foro: Xailer Pro English
- Tema: Adding a form to an existing project
- Respuestas: 0
- Vistas: 4655
Adding a form to an existing project
When you right-click on the Project Manager, and Add a file, Form (XFM)
files are not among the choices. The *.XFM extension has to be
specified manually, unless you select to view all *.* files.
The file extension choices are .prg/.ch, .c/.cpp/.cxx/.h, .rc, .xpj, and
all *.*.
Not really a ...
files are not among the choices. The *.XFM extension has to be
specified manually, unless you select to view all *.* files.
The file extension choices are .prg/.ch, .c/.cpp/.cxx/.h, .rc, .xpj, and
all *.*.
Not really a ...
- Lun Feb 02, 2009 5:11 pm
- Foro: Xailer Pro English
- Tema: Xailer 2.x upgrade process
- Respuestas: 0
- Vistas: 4213
Xailer 2.x upgrade process
Xailer 1.x automatically checked for updates, and the user could see it
in the bottom window.
Does 2.x do something similar, in the background?
in the bottom window.
Does 2.x do something similar, in the background?
- Lun Feb 02, 2009 5:11 pm
- Foro: Xailer Pro English
- Tema: Xailer 2.x upgrade process
- Respuestas: 0
- Vistas: 4216
Xailer 2.x upgrade process
Xailer 1.x automatically checked for updates, and the user could see it
in the bottom window.
Does 2.x do something similar, in the background?
in the bottom window.
Does 2.x do something similar, in the background?
- Lun Feb 02, 2009 5:09 pm
- Foro: Xailer Pro English
- Tema: Xailer 2.x upgrade process
- Respuestas: 2
- Vistas: 1355
Xailer 2.x upgrade process
Xailer 1.x automatically checked for updates, when it loaded. Does 2.x
do something similar, in the background?
Regards,
Childers
do something similar, in the background?
Regards,
Childers
- Lun Feb 02, 2009 5:09 pm
- Foro: Xailer Pro English
- Tema: Xailer 2.x upgrade process
- Respuestas: 0
- Vistas: 4254
Xailer 2.x upgrade process
Xailer 1.x automatically checked for updates, when it loaded. Does 2.x
do something similar, in the background?
Regards,
Childers
do something similar, in the background?
Regards,
Childers
- Lun Feb 02, 2009 4:09 pm
- Foro: Xailer Pro English
- Tema: Xailer 2.x updates - how?
- Respuestas: 2
- Vistas: 1230
Xailer 2.x updates - how?
Hi,
In the previous versions of Xailer, it attempted to check for updates,
and the user could see the status on the bottom window.
Does that still happen, in the background, in Xailer 2.x?
By the way, I can't posted any messages to the newsgroup via the web.
There's some kind of an access ...
In the previous versions of Xailer, it attempted to check for updates,
and the user could see the status on the bottom window.
Does that still happen, in the background, in Xailer 2.x?
By the way, I can't posted any messages to the newsgroup via the web.
There's some kind of an access ...
- Lun Feb 02, 2009 4:09 pm
- Foro: Xailer Pro English
- Tema: Xailer 2.x updates - how?
- Respuestas: 0
- Vistas: 4189
Xailer 2.x updates - how?
Hi,
In the previous versions of Xailer, it attempted to check for updates,
and the user could see the status on the bottom window.
Does that still happen, in the background, in Xailer 2.x?
By the way, I can't posted any messages to the newsgroup via the web.
There's some kind of an access ...
In the previous versions of Xailer, it attempted to check for updates,
and the user could see the status on the bottom window.
Does that still happen, in the background, in Xailer 2.x?
By the way, I can't posted any messages to the newsgroup via the web.
There's some kind of an access ...
- Jue Jul 26, 2007 4:46 am
- Foro: Xailer English
- Tema: Writing to a file
- Respuestas: 7
- Vistas: 3599
Writing to a file
it work automagically very easy.
just:
// writing
oFile := fileio():new("c:somepathwritefile.txt")
oFile:writesome("this is a line")
oFile:close()
// reading
oFile := fileio():new("c:somepathreadfile.txt")
cLine := oFile:readsome()
oFile:close()
automatically handles creation/opening and ...
just:
// writing
oFile := fileio():new("c:somepathwritefile.txt")
oFile:writesome("this is a line")
oFile:close()
// reading
oFile := fileio():new("c:somepathreadfile.txt")
cLine := oFile:readsome()
oFile:close()
automatically handles creation/opening and ...
- Mar Jul 17, 2007 4:58 am
- Foro: Xailer English
- Tema: Writing to a file
- Respuestas: 7
- Vistas: 3599
Writing to a file
here is a fileio class that i like to use
/*í‰í Program
íííííííííííííííííííííííííííííí íííííííííííííííííííííííííííííí íííí»
º Application: Program/Class Development
º
º Description: file class
º
º File Name: FILEIO.PRG ...
/*í‰í Program
íííííííííííííííííííííííííííííí íííííííííííííííííííííííííííííí íííí»
º Application: Program/Class Development
º
º Description: file class
º
º File Name: FILEIO.PRG ...
- Mar Mar 13, 2007 6:39 pm
- Foro: Xailer English
- Tema: Bin2D() and D2Bin()
- Respuestas: 3
- Vistas: 2177
Bin2D() and D2Bin()
there is L2Bin() and Bin2L() that are 4 bytes (signed)...
also there is U2Bin() and Bin2U() that are 4 bytes (unsigned)...
Stephan Hennekens wrote:
> Hi,
>
> does anyone know if functions like Double2Bin() and Bin2Double() are
> available in Xailer or xHarbour?
>
> Regards,
> Stephan ...
also there is U2Bin() and Bin2U() that are 4 bytes (unsigned)...
Stephan Hennekens wrote:
> Hi,
>
> does anyone know if functions like Double2Bin() and Bin2Double() are
> available in Xailer or xHarbour?
>
> Regards,
> Stephan ...
- Mié Jun 21, 2006 10:39 pm
- Foro: Xailer Spanish
- Tema: PRUEBA
- Respuestas: 1
- Vistas: 1267
PRUEBA
Paco V. escribió:
> No veo nada
>
>
¿Será cosa de la vista?
> No veo nada
>
>
¿Será cosa de la vista?