topic
stringlengths
1
63
text
stringlengths
1
577k
sobre gets en linux
Antonio buenas tardes sigo con las pruebas ahora tengo problemas con los gets, cuando inicio a introducir datos en un campo get de texto, inicia a hacer el ingreso desde el cantro hacia la derecha, prueba el ejemplo testrad.prg ahi se observa ese efecto, asi mismo los say se presentan centrados Existe alguna forma de h...
sobre gets en linux
Wilson, Ando atareado configurando el nuevo OSX Leopard de Apple <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Lo revisamos cuanto antes y te comento,
sobre gets en linux
ok Antonio , gracias x todo Un Abrazo
sobre gets en linux
Wilson, Estamos ya trabajando para encontrarle una solución. El problema es que se selecciona todo el texto al tomar el foco. De momento prueba a inicializar las variables a editar con menos espacios. A ver si podemos enviarte nuevas librerías lo antes posible, gracias
sobre gets en linux
ok Antonio ya lo prueba gracias att
sobre gets en linux
Antonio, obtengo el mism oresultado, no te preocupes no es de apuro cuando puedas me ayudas gracias x todo att
sobre gets en linux
Wilson, Usas la tecla tab para pasar desde un GET al siguiente ?
sobre gets en linux
da lo mismo la tecla tab o el mouse, la diferencia esta que si paso con tab se selecciona todo el bloque del get, pero si lo hago con el mouse, no se selecciona pero igual se coloca en una posicion mayor a la primera lo que sigue estando mal gracias att
sobre gets en linux
Wilson, Te enviamos nuevas librerías. Con el ratón está funcionando bien, sim embargo con el Tab no, pues selecciona todo el contenido del GET y se va al final, y eso que hemos implementado el método GotFocus() para corregirlo.
sobre gets en linux
gracias Antonio, lo pruebo y te aviso saludos att
sobre gets en linux
Wilson, Te acabamos de enviar por email un nuevo build de FiveLinux que soluciona los problemas que nos han reportado ultimamente.
sobre gets en linux
gracias Antonio ya los voy a probar muchas gracias x tu ayuda Saludos att
sobre impresoras
buena tarde a todos existe alguna funcion que me permita saber si esta o no en linea la impresora, ya que en sistema operativo existe la funcion isprinter() desde ya muchas gracias.
sobre impresoras
Gerardo, Hazlo así: [code:yjfxwd93] local oPrn PRINT oPrn if Empty&#40; oPrn&#58;hDC &#41; MsgStop&#40; "Printer not ready!" &#41; return nil endif &#46;&#46;&#46; ENDPRINT [/code:yjfxwd93]
sobre impresoras
Muchas gracias Antonio
sobre la clase DATABASE
Que tal, nuevamente saludos a todos. Tengo una duda, estoy manejando un "DATABASE oDbf", pero quiero saber el tamaño y el tipo de campo, del primer Field o del segundo. Como hacerle, existe algun manual de la clase DATABASE Gracias.
sobre la clase DATABASE
Len( oDbf:FieldGet( n ) ) // longitud ValType( oDbf:FieldGet( n ) ) // Tipo En la documentación de classes de FWH viene incluida la clase TDataBase
sobre la clase DATABASE
Gracias Antonio.
sobre los previe32.dll
existe alguna manera de que en el preview, se muestre la hoja del tamaña proporcional el cual es, me explico si mando a imprimir en una hoja carta, sale ok, pero si mando a imprimir en una hoja oficio o extraoficio solo se muestra la parte del tamaño carta y lo corta, si mando a imprimir por ejemplo un ticket sale en u...
sobre preview
USO fwh 7.04 SE PUEDE CAMBIAR EL ASPECTO DEL PREVIEW EN ESTA VERSION DE fwh... GRACIAS
sobre preview
...
sobre preview
...
sobre preview
tienes que modificar la dll y o el fuente rpreview.prg
sobre sms
Amigos del Foro: Tengo un cliente de una empresa de seguridad que ahora quiere establecer un mecnismo de control de la siguiente forma, los guardas deberan reportarse al supervisor correspondiente via sms y el sistema a su vez debe de registrar esos reportes como archivo de texto, se puede ? gracias de antemano cualqu...
sobre sms
Hola Ramon: en mi empresa, utilizamos el programa de mensagería "24im", [url:3160r0s6]http&#58;//www&#46;24im&#46;com[/url:3160r0s6], [url]http://www.inbit.com/downloadim.html/url], es gratuito y muy facil de usar, ademas tiene un muy buen sistema de chat, correo interno y supervisión, ademas graba las conversaciones ...
sobre sms
Mi estimado armando gracias por la informacion, hare las pruebas necesarias, Saludos desde Managua, nicaragua Ramon Paredes
sobre sms
Ramon, Para controlar los guardias de seguridad, hay sistemas mas modernos y eficaces que informan del lugar donde estaba el guardia cada x tiempo. Enviar un simple sms es un poco rústico. Quizás el guardia envia el sms desde la cama de su casa o desde una discoteca. Si quieres, ponte en contacto directo conmigo y l...
sobre vTaskbar ayuda
Un saludo foro Este es un mensaje para Paco García: 1.- Cómo puedo hacer que algún elemento (VMENUITEM) de un VMENU se muestre desabilitado?. He intentando hacer esto: DEFINE VMENUITEM oItind OF oVMenu2 oItind:Disable() Pero da un error 2.- Igual quisiera hacer un oItind:click(), que se lo llame desde una tecl...
sobre vTaskbar ayuda
Hola oItind:lDisable := .t. vTaskBar no tiene controles dentro para deshabilitarlos, simplemente pinta objetos. Un saludo
sobre vTaskbar ayuda
Funciona...perooo... en el lugar del icono queda un hueco feo. Así que mejor no haré el :lDisable. Por otro lado; alguna idea de cómo hacer que al presionar una tecla dada, desencadene el action del Vmenuitem. Con los btnbmp yo lo relacionaba con una tecla que mandaba a ejecutar: oboton:Click(). Como el Vmenuitmen no...
sobre window
Colegas una pregunta tonta. jeje tengo una ventana hija,, DEFINE WINDOW blabla.. como le digo a la clase que no ponga el icono del lado izquierdo de la ventana en la barra del caption
sobre window
Mantonio, prueba de esta forma: [code=fw:paryoo5m]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON</span> oIcon <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"ICONSIS"</span><br /><br /><span sty...
sobre window
Yo le pongo asi : [code=fw:w01wrqeh]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"FACTURAS_001"</span> <span style="color: #0000ff;...
sobre window
Mantonio; tal parece que te vas tener que resignar a ponerlo. Porque probe el siguiente código y no funciona [code=fw:t8i3lyk5]<div class="fw" id="{CB}" style="font-family: monospace;">    <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON</span> oIco <span style="color: #0000ff;">RESNAME</...
sockcli sockserv demos
Perhaps this is related to the issue of how to properly compile with xHarbour for Windows, but the sockserv demo compiles/links with the following mysterious error (see below): How are these demos supposed to be compiled? I am using the Jan 2007 build. Carlo Type: C >>>xhb.exe -o"sockserv.c" -m -n -p -q -gc0 -I"C:...
sockcli sockserv demos
[url=http&#58;//imageshack&#46;us:3ny6lj47][img:3ny6lj47]http&#58;//img385&#46;imageshack&#46;us/img385/6639/pict1zr6&#46;jpg[/img:3ny6lj47][/url:3ny6lj47] [url=http&#58;//imageshack&#46;us:3ny6lj47][img:3ny6lj47]http&#58;//img385&#46;imageshack&#46;us/img385/2830/pict2zx6&#46;jpg[/img:3ny6lj47][/url:3ny6lj47] [url=htt...
sockcli sockserv demos
This doesn't work for me. I now realise that I am trying to buold projects from a VIsta station, and perhaps xHarbour and Vista don't like each other. Sorry fo the wasted time.
sockcli sockserv demos
Carlo, My screenshots are taken on Vista 32 Ultimate
sockcli sockserv demos
That's what I am using too. I was using the latest July Beta, but it complained that PCode 7 was no longer supported. I assumed this had something to do with FWH compatability, so I rolled back to Jan 07. My understanding from reading the xharbour builder newsgroup is that the official releases aren't Vista compatible ...
sockcli sockserv demos
Carlo, > 1) Is there a way for me to use the TSocket class and use console output instead of Windows? > No, sorry, FWH Class TSocket requires to use a window You may review xHarbour contrib\tip folder as it provides classes for sockets management with console support > 2) The client for the server will actually be ...
socket
antonio 01/31/15 17:19:42: Connect Socket handle: 1776 01/31/15 17:19:42: Write Socket handle: 1776 01/31/15 17:19:59: Sent: -1 Len: 18 Buffer Len: 0 Error: 10038 lo he provado sobre maquina virtual y en el mismo equipo el ejemplo (sockcli y sockserv) y me da el error arriba indicado la unica modificac...
socket
[url:30oatoeh]http&#58;//stackoverflow&#46;com/questions/3948164/10038-socket-error[/url:30oatoeh] [quote:30oatoeh]10038 (WSAENOTSOCK): Socket operation on nonsocket. An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or for select, a memb...
socket con fwh y fwppc
Estoy probando el envio de archivos usando fwh 10.12 y fwppc partiendo de los ejemplos sockserv y sockcli, cuando se establece la conexion me sale un dialogo que dice enviando archivo, a veces el dialogo aparece 1 vez otras 4 o 5 veces (Cuando uso el emulador en vez de la pda). Estoy usando el tsocket original de la v...
socket con fwh y fwppc
ooopppsss. Era un problema mio estaba lanzando el evento, y se me dio por revisar primero tsocket y antes que mi prueba. Sigo probando.
socket connection
I want to test socket connection. First I compiled the sample sockserv.prg fom the FWH samples and run sockserv.exe on my PC. Then I compiled the sample sockcli.prg – I changed the IP to the IP from my Server - and copied the file to my HTC WINDOWS mobile 6.5. If I press the CONNECT button I get a msginfo with GPF. Tha...
socket consultas multiples
hola,estoy trabajando con sockets usando la clase Tsocket de fwh. El servidor recibe la transferencia de archivos .DBF desde multiples clientes y hay horas pico en las cuales se me superponen las conexiones al servidor y se rompen los archivos.Estoy probando usar la clase TCTRLSOCK que viene cn FWH para tal fin pero no...
socket y el protocolo modbus
Hola a todos.Necesito hacer lecturas de distintas posiciones de memoria de un autómata que controla ciertas instalaciones, el cual usa el protocolo Modbus en una red TCP.En el envío de datos a dichas posiciones de memoria, no he tenido problema a través de socket, pero no tengo ni idea de como se escribiría el código ...
socket y el protocolo modbus
RBLANCO,Verifique sockserv.prg e sockclie.prg em FWH/SAMPLES
sockets
I need to write to a socket and receive data from that socket. Has anyone out there been successful with this? I tried to telnet a socket address and was successful. However, using the FWH sample socket prg's I receive a -1 on that same ip / port address. Any magic required here?
sockets
Don, Please have a look at samples\sockserv.prg and sockcli.prg
sockets
Antonio, I'm having erratic results on reading the return response from the host. I have inserted timing loops, etc but can't get consistant. With the test programs and msgstop's and debugger, things work well. In my application, it's almost like sometimes I'm active and receive the host messages, other times I "mi...
sockets
Don, I'm no socket expert, but you can turn on debug logging and this may give you some clues. Try: oSocket:lDebug:=.t. oSocket:cLogFile:="socket.log" James
sockets and firewalls
I have a static IP address of 207.119.xxx.xxx there is a firewall (DLink) that connects to the internet and stands between this connection and my internal local area network. outside the firewall is a web-server. it's internal IP is 192.168.1.3 inside the firewall is a file-server - it's internal IP is 192.168.1.7 ...
sockets and firewalls
You should configure your DLINK to NAT your internal address/port on the firewall. All the incoming conections to the ROUTER/FW on that port will be sent to your internal IP.
software para control odontologico
HOLA, por aca estara la persona que hizo un software en fivewin que se llama "mis pacientes 7a", baje un demo de aca hace años y tengo un odontologo que lo quiere comprar o si alguien tiene alguno, chao alejandro
software para control odontologico
Aquí hay algo que quizá pueda interesarte: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=24170&start=15">viewtopic.php?f=17&t=24170&start=15</a><!-- l -->
software para control odontologico
GRACIAS, ya contacto a softruz
software to encript Hard Disk
Hi, I want to encript the contents of my hard disk. Please, what software do you recommend me?. Thank you and merry crhistmas.
software to encript Hard Disk
Hi, TrueCrypt is very good freeware to encrypt hard discs [url:swuck38u]http&#58;//www&#46;truecrypt&#46;org/[/url:swuck38u]
software to encript Hard Disk
I use truecrypt since few years, very good tool You can protect the whole drive or part of it I have a "truecrypt" partition inside my hard disk containing data i want to protect for 1 Gb, this partition is represented as a File, you need to "mount" the device in order to use the file. Hth Richard
solucionado bug del mod -> Carles Aubia
Buenas tardes con todos Gracias a la inestimable labor de nuestro GURU Charly se ha solucionado un bug en el Mod_Harbour con respecto al uso de CURL al llamar a un WebService Gracias Charly!! Cabe mencionar que la falla se da cuando - el Web Services esta programado en Mod_Harbour - el programa que hace la consulta al ...
solution to speed up the selection of a btnbmp
I have 10 buttons, the end user can only press one and must remain pressed by assigning a value (from 1 to 10) [code=fw:2dfqkxx8]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> aBtnCalc:=array<span style="color: #000000;">&#40;</span><span style="color: #000000;">10...
sombras en tpanel
alguien sabe como seguir este tema <!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=40625">viewtopic.php?f=3&t=40625</a><!-- l -->
some addons to treport class
Hola, here I let some modifications to the report class, I hope this will be usefull for some of you comments wellcome regards Marcelo [url:1sf35qnm]http&#58;//rapidshare&#46;com/files/46781445/reportes&#46;zip&#46;html[/url:1sf35qnm]
some addons to treport class
Can you explain what are this modifications ? Regards,
some addons to treport class
Hola, more than modifications are some extra DATAS for define box in titles, header, footer, totals and groups, select some of them and press test to see the result, some combination of the extra and actual data can be interesting, now I added nBodyBox data for box in the report data area, I will public this if some b...
some questions about browse
Hello, I am able to build a program with a browse, but i have a few questions. 1. Is it possible to change the fontcolor for specific rows. When a plantID is ending on 0 fontcolor black and if plantID is ending on 1 fontcolor grey. PlantID is a field in the table 2. When the browse is active I can scroll using keys,...
some questions about browse
Rene, 1. Currently we are able to set alternate colors for the browse rows. In samples/fileman.prg there is an example: [code=fw:2e3x4nw1]<div class="fw" id="{CB}" style="font-family: monospace;">   oBrwLeft:<span style="color: #000000;">SetColorsForAlternate</span><span style="color: #000000;">&#40;</span> nRGB<span...
some questions about browse
Hello Antonio, Thanks for your reply. I have studied fileman and fivedbu for help. With the commands given, I can only change the colors line by line. So one line is lightblue the next is darkerblue. Can I manage which lines are colored?. I have tested fileman and browse and there I can scroll using the mouse. The err...
some questions about browse
Rene, Please email me your PRG so I can test it, thanks
some questions about browse
Already implemented: [img:3crkw8d1]https&#58;//bitbucket&#46;org/fivetech/screenshots/downloads/fivemac_browse_colors&#46;png[/img:3crkw8d1] I am emailing you the new libraries. This is an example of how to use it: [code=fw:3crkw8d1]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #...
some questions about browse
Hello Antonio, THANK YOU for the very quick implementation. I will test this tomorrow and sent you my source for the scroll problem. I will make a few smal tables for testing René
some questions about browse
Hello Antonio, Thanks for the new libs. I have tested it and te font coloring works great. I was not able to change the icon of the program. I use make to build my app, so does changing the build.sh file work in this case. And how can I include all icons in my app, the same as a .rc file in Windows?
some questions about browse
An OSX app is in fact a zip file renamed as app, so in OSX finder right click on your app and select "show contents" and inside the app is where you have to use a folder named Resources and there you have to store your icns and other resources. Also there is a Info.plist that you can edit using TextEdit and set the r...
somebody has example with xbrowser and eagle?
Thank´s
somebody have solution of EMF 1.0 for fwh26?
as Title, I' use EMF 1.0f, but, can't compatible fwh 2.6. Have solution for it?
somebody have solution of EMF 1.0 for fwh26?
You don't need of EMF.LIB anymore as FWH now use enhanced metafiles for print preview. EMG
somebody have solution of EMF 1.0 for fwh26?
[quote="EnricoMaria":2zivzgbz]You don't need of EMF.LIB anymore as FWH now use enhanced metafiles for print preview. EMG[/quote:2zivzgbz] But, I use rereivew of fwh26, first screen have not to show any data!!
somebody have solution of EMF 1.0 for fwh26?
Please email us privately to check for an upgrade.
someone use SQL /xHB.com/ with FWH
is possible use SQL /xHB.com/ with FWH best regards kajot
someone use SQL /xHB.com/ with FWH
Kajot, Yes, you can use ADO and manage any database using SQL
someone use SQL /xHB.com/ with FWH
ok, but use SQL.LIB from xHarbour.com / native connection /
someone use SQL /xHB.com/ with FWH
kajot There are only two 'native' SQL connections ( clients ) built into every Windows platform and they are SqlOleDb for Ms Sql Server and Microsoft.Jet.OLEDB.4.0 for Ms Access. You can leverage those OleDb providers using (x)Harbour's ADO class that provide access to these universal methods. <!-- m --><a class="p...
soporte ViaCoral
Hola:Tengo un problema de pintado con los botones con ViaCoral 2.2. En concreto, salen unos puntos negros en las esquinas. ¿A alguien le pasa?.
soporte ViaCoral
Fernando:Vaya, que sorpresa recibir noticias tuyas. Los teléfonos de la web han sido dados de baja, <!-- m --><a class="postlink" href="http://support.viaopen.com/">http://support.viaopen.com/</a><!-- m --> no tiene nada y no contestas a los emails.<!-- e --><a href="mailto:support@viaopen.com">support@viaopen.com</a><...
soporte ViaCoral
Hola Fernando,Alguna noticia con relacion a "ViaUPDATE, True Update System for your Applications"?Saludos,George
soporte ViaCoral
Hola Fernando:Sigo sin obtener respuesta. Los teléfonos siguen sin funcionar, y creo que la mudanza estará ya acabada <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->.
soporte ViaCoral
Muy buenas Moises, yo tuve el mismo problema la solucion fue hablar con Fernando y despues me actualizó la version de Viacoral y funciona bien.Un Saludo.
soporte ViaCoral
Moises, creo que el problema es con el correo de Viaupdate, yo igual no podía contactarme con Fernando, pero el me envio otra direccion de correo y obtube el soporte que necesitaba sin ningun problema. Saludos.Carlos.
soporte ViaCoral
Saludos amigos del foro:Yo tengo algunos problemas con algunos controles con la memoria, y no he tenido respuesta, alguien tiene me podria proporcionar, alguna direccion de correo que funcione.Cuento con los de :<!-- e --><a href="mailto:info@viaopen.com">info@viaopen.com</a><!-- e --> <!-- e --><a href="mailto:fmanc...
soporte ViaCoral
Saludos amigos del foro:Solo para comentarles, que ya Fernando Macera, esta dando el soporte acostumbrado y ya me he contactado con la direccion de correo de gmail.Saludos desde Honduras <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
soporte ViaCoral
Hola:Muchas gracias por contestar. Pues yo hace semanas que tengo problemas, como, por ejemplo:[url=http&#58;//img363&#46;imageshack&#46;us/my&#46;php?image=ribbonse4&#46;png:105alt0t][img:105alt0t]http&#58;//img363&#46;imageshack&#46;us/img363/6835/ribbonse4&#46;th&#46;png[/img:105alt0t][/url:105alt0t]Y no recibo sopo...
soporte ViaCoral
Moises,En mi opinión deberías tratar de hablar en privado con Fernando, quien seguro te ayudará.Este tipo de comentarios en público no me parecen acertados. Imagina que alguien criticase tu trabajo en un foro público. Tratemos a los demas como nos gustaría que nos tratasen a nosotros.
soporte de @L en tget de fwh (relleno de cero)
Antonio, mira est modificacion a la clase tget en el metodo paint para brindar soporte de @L (relleno de cero) para valores numericos [code=fw:3hxiz95k]<div class="fw" id="{CB}" style="font-family: monospace;"><br />?transform<span style="color: #000000;">&#40;</span> <span style="color: #000000;">1256</span>. <span s...
sort Filename (Extension)
PADR is not at all necessary. Can try: [code=fw:1xy3i5tn]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; ? ASort<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"CDX"</span>, <span style="color: #ff0000;">"c"</span>, <span style="col...
sort Filename (Extension)
hi, i do "sort" Result of Directory() but it is not correct with Extension [img:1wpos1cp]https&#58;//i&#46;postimg&#46;cc/SKH0t0dG/Sort-Filename&#46;jpg[/img:1wpos1cp] [code=fw:1wpos1cp]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">CASE</span> nCol = LV_NAME<br />      <spa...
sort Filename (Extension)
For example so: [code=fw:2c792v10]<div class="fw" id="{CB}" style="font-family: monospace;">dim:=directoty<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"*.*"</span><span style="color: #000000;">&#41;</span><br />ASORT<span style="color: #000000;">&#40;</span> dim, ,, <span style="color: #00000...
sort Filename (Extension)
hi, thx for Answer now CDX is behind BAT and before DBF [img:2e1ir2of]https&#58;//i&#46;postimg&#46;cc/kMsC46wr/CDX-Sort-01&#46;jpg[/img:2e1ir2of] what i like to have is *.C *.CDX *.CH
sort Filename (Extension)
hi, i have use Idea of PAD but use PADR() [img:1w7vun6y]https&#58;//i&#46;postimg&#46;cc/6qdWQYHC/CDX-Sort-02&#46;jpg[/img:1w7vun6y] now it display like i want, thx
sort Filename (Extension)
And wherever possible, it may be easier to leave the sorting business to xbrowse itself and xbrowse does a good job. [code=fw:3gtliu6o]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">local</span> aDir  := DIRECTORY<span style="color: #000000;">&#40;</span> <span style="color: ...