topic
stringlengths
1
63
text
stringlengths
1
577k
( CONTRIBUTION ) PickColor with sources for your Systems
Thank you very much mr Uwe hopefully soon be available
( CONTRIBUTION ) PickColor with sources for your Systems
cuatecatl82, You can send me a eMail and I will return a download-link with the included source Download ( Standalone-exe-file ) <!-- m --><a class="postlink" href="http://www.pflegeplus.com/Downloads/CPicker1.zip">http://www.pflegeplus.com/Downloads/CPicker1.zip</a><!-- m --> I added the missing options [color=#00...
( CONTRIBUTION ) PickColor with sources for your Systems
Many thanks Uwe my email is <!-- e --><a href="mailto:danyleon82@hotmail.com">danyleon82@hotmail.com</a><!-- e --> Greetings
( CONTRIBUTION ) PickColor with sources for your Systems
Daniel, Have a look at : <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31155&p=180185#p180185">viewtopic.php?f=3&t=31155&p=180185#p180185</a><!-- l --> maybe it is useful for You, adding these functions to Your main-app. added functions < [color=#0000FF:15iqhecx]AUTO...
( Dos Error 6 ) em Fivewin 2.7
Colegas, Depois de atualizar a versao do Fwh para 2.7 e para o xharbour 0.99.70 , nos meus clientes que usam Windows 2003 server, quando se vai criar um DBF temporario, esta dando as seguintes mensagem de erro : ( DOS ERROR 6 ) DBFCDX/1004 Error de Criacao Tenho que resolver com urgencia, Obrigado a todos! Ate mais
(1909)Problem about MDI Window utf8
My .prg is encode utf8, I can not correct display chinese word, Why? and It's fail when I try change title of window (MDI) [img:76tuj20r]https&#58;//i&#46;imgur&#46;com/4WULGvE&#46;jpg[/img:76tuj20r] [url=https&#58;//app&#46;box&#46;com/s/uft0fz3hp9f0z4jhi4v2f6x4gjxi2xf6:76tuj20r]test.prg[/url:76tuj20r] [code=fw:76tu...
(1909)Problem about MDI Window utf8
Please try with my sample [img:3c8q3e3l]https&#58;//i&#46;postimg&#46;cc/W38VCyy7/mdiutf8&#46;png[/img:3c8q3e3l] [code=fw:3c8q3e3l]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="col...
(1909)Problem about MDI Window utf8
[quote:36bh0js9]It's fail when I try change title of window (MDI)[/quote:36bh0js9] We confirm the problem. We are trying to find a solution.
(1909)Problem about MDI Window utf8
[quote="cnavarro":3psjx8zm]Please try with my sample [/quote:3psjx8zm] I had modify source\classes\menu.prg: 1: [img:3psjx8zm]https&#58;//i&#46;imgur&#46;com/21dyG7U&#46;jpg[/img:3psjx8zm] 2: [img:3psjx8zm]https&#58;//i&#46;imgur&#46;com/fj8UoYl&#46;jpg[/img:3psjx8zm] 3: [img:3psjx8zm]https&#58;//i&#46;imgur&#46;co...
(1909)Problem about MDI Window utf8
I see, My advice is to put at the beginning of your main function [code=fw:1i6j0wq4]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    SetResDebug <span style="color: #000000;">&#40;</span>.T.<span style="color: #000000;">&#41;</span><br /> </div>[/code:1i6j0wq4] and before finishing the Main function ...
(1909)Problem about MDI Window utf8
Is there any progress?
(1909)Problem about MDI Window utf8
Changing the title of MDI frame window? Not yet. Looks like this is going to take sometime.
(1909)Problem about MDI Window utf8
Please, My application is waiting for release....
(1909)Problem about MDI Window utf8
Fixed in the next release. The next release may be published very soon.
(AI) Building a text dictionary
Generic Python code to build a dictionary from a given text file: text.py [code=fw:byu6rqvn]<div class="fw" id="{CB}" style="font-family: monospace;">dictionary = <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span>   # hash table<br /><br /><span style="color: #0000ff;">text</span> =...
(AI) Building a text dictionary
Enhanced version: text.py [code=fw:ghspiqsq]<div class="fw" id="{CB}" style="font-family: monospace;">dictionary = <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span> &nbsp; # hash table<br /><br /><span style="color: #0000ff;">text</span> = open<span style="color: #000000;">&#40;</s...
(AI) Building a text dictionary
[url:3tzofwpa]https&#58;//github&#46;com/zackthoutt/got-book-6/blob/master/got-book-generator&#46;ipynb[/url:3tzofwpa] Thanks to Felix <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
(AI) Building a text dictionary
Understanding the creation of the dictionaries: hash.py [code=fw:3ej3a7sc]<div class="fw" id="{CB}" style="font-family: monospace;">words = <span style="color: #000000;">&#91;</span> <span style="color: #ff0000;">"hello"</span>, <span style="color: #ff0000;">"world"</span> <span style="color: #000000;">&#93;</span><br...
(AI) Building a text dictionary
[b:1ykjr02m]Long Short Term Memory networks – usually just called “LSTMs”[/b:1ykjr02m] – are a special kind of RNN, capable of learning long-term dependencies. They were introduced by Hochreiter & Schmidhuber (1997) [b:1ykjr02m]Long short-term memory (LSTM)[/b:1ykjr02m] is a recurrent neural network (RNN) architecture...
(AI) Building a text dictionary
book_train.py [code=fw:2oq8vxqd]<div class="fw" id="{CB}" style="font-family: monospace;">import numpy as np<br />import tensorflow as tf<br />import glob<br /><br />book_filenames = sorted<span style="color: #000000;">&#40;</span> glob.glob<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"*.txt...
(AI) Webs of interest
[url:ffipr58x]https&#58;//deepart&#46;io/#[/url:ffipr58x] [url:ffipr58x]https&#58;//github&#46;com/tensorflow/tensorflow/tree/master/tensorflow/examples/tutorials/deepdream[/url:ffipr58x]
(AI) Webs of interest
[url:1ty4cw57]http&#58;//www&#46;asimovinstitute&#46;org/analyzing-deep-learning-tools-music/[/url:1ty4cw57]
(AI) Webs of interest
Something really interesting, at last! <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D --> EMG
(AI) Webs of interest
Thought vectors [url:3kjwr9oi]https&#58;//deeplearning4j&#46;org/thoughtvectors[/url:3kjwr9oi]
(ANTONIO) UNABLE TO UPDATE NEW FIVEWIN RELEASE
Last november the seventh updated to fivewin 14.09, received the usar and password to dowload new release, today I'm unable to login to you system, just user and password doesn't work anymore.
(ANTONIO) UNABLE TO UPDATE NEW FIVEWIN RELEASE
Herbert, Por favor enviame un email con tu login y contraseña para que lo revise, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
(APORTE) PickColor con Fuentes para sus Sistemas
Saludos Compañeros del Foro: Les comparto el trabajo que he desarrollado en esta semana ojala en algun momento les sea útil, aún me falta una función por terminar y que espero con ayuda de todos la podamos tener 100% funcional. [img:18xxpu04]http&#58;//sim1&#46;subirimagenes&#46;net/img/2015/07/25//150725110059511943...
(APORTE) PickColor con Fuentes para sus Sistemas
Victor, Lo acabo de probar: simplemente espectacular. Un trabajo impresionante. Enhorabuena <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Has probado a capturar el ratón desde el diálogo del picker ? oDlg:Capture() cuando el usuario haga click en cualquier parte de l...
(APORTE) PickColor con Fuentes para sus Sistemas
Gracias Maestro Antonio por los Animos: Las imagenes las cambie de Hosting ojala se puedan ver, cambie el archivo con las fuentes y les agrege las imagenes. Le comento que ya habia planteado y probado lo que me comenta, pero solo detecta las coordenadas del click del puntero dentro del Dialogo más no fuera, tampoco h...
(APORTE) PickColor con Fuentes para sus Sistemas
y si en vez usar odlg:capture() usas SetCapture( GetDesktopWindow() ) , ¿ no te captura toda la pantalla ? . La duda me surge si captura los pixeles del desktop o los de las ventanas debujadas sobre él .
(APORTE) PickColor con Fuentes para sus Sistemas
Buenas, No sé si es una barbaridad, pero si haces una "foto" a la pantalla capturandola como un bitmap, y abres en modal esa imágen en un diálogo tipo splash, de los que ocupan toda la pantalla, recoges en ese diálogo el color del pixel y luego lo cierras. Lo que no sé es si el usuario notará el truco.
(APORTE) PickColor con Fuentes para sus Sistemas
Victor, Prueba asi: [code=fw:1nykd1pe]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #00...
(APORTE) PickColor con Fuentes para sus Sistemas
Gracias Maestro Antonio: Funciona igual, solo captura el click dentro del dialogo en areas donde no hay otros objetos, el ejemplo que propocriona Uwe [url:tghwwq61]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=31136&p=179970#p179970[/url:tghwwq61] es perfecto, pero por desgracia no proporci...
(APORTE) PickColor con Fuentes para sus Sistemas
Buenas, Ahora no puedo mirarlo, pero no es un printscreen, ni pierde calidad, ni el usuario tiene que hacer nada. Es copiar en memoria la pantalla y mostrarla ocupando toda la pantalla. Si quieres, mañana te puedo mirar algo.
(APORTE) PickColor con Fuentes para sus Sistemas
Hola. Porque no lo intentas con WindowFromPoint(), nunca he utilizado esa función, pero según la guía de funciones te devuelve el hwnd correspondiente a unas coordenadas. Primero captura las coordenadas con GetCursorPos(), las cambias a coordenadas de pantalla con ClientToScreen(), se las pasas a WindowFromPoint() y de...
(APORTE) PickColor con Fuentes para sus Sistemas
Veo que ya lo teneis solucionado ... yo he creado mi version usando gdi+ <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> la pongo aqui por si a alguien le sirve . Usa una captura de pantalla tradicional y crea un bmp gdi+ para luego hacer lo que queramos con el , grabar l...
(APORTE) PickColor con Fuentes para sus Sistemas
Mastintin: Gracias por tu aporte, te comento que lo probe, compile tu ejemplo y agregue lafuncion que compartes, al lanzar la aplicacion me muestra el boton "capture" y al hacer click me aparece un mensaje que dice "ficheros no encontrados" y termina con un error: [quote:1qc87xd9]Application =========== Path and n...
(APORTE) PickColor con Fuentes para sus Sistemas
[quote="cuatecatl82":1uzmtoh0]Mastintin: Creo que no tengo soporte completo a GDIPlus. Gracias.. Sigo investigando.[/quote:1uzmtoh0] Parece que te faltan funciones .... Añade estas a gdiplus.cpp [code=fw:1uzmtoh0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <span style="color: #00C800;">HB_FU...
(APORTE) PickColor con Fuentes para sus Sistemas
Excelente funciona ya captura el color, hay que hacer unas modicaciones para evitar que en el boton de Guardar o Salir tambien capture el color pero ya hay avance, lo único que no me gusta es que al capturar el color siempre me manda un msginfo diciendo "ficheros no encotrados", ¿Que ficheros busca o son necesarios? S...
(APORTE) PickColor con Fuentes para sus Sistemas
[quote="cuatecatl82":29xt153m] lo único que no me gusta es que al capturar el color siempre me manda un msginfo diciendo "ficheros no encotrados", ¿Que ficheros busca o son necesarios? Saludos..[/quote:29xt153m] ¿? . ¿Puedes poner una pausa ( msginfo() ) despues de ogbmp:= tgdibmp():new() ? a ver si sale antes o desp...
(APORTE) PickColor con Fuentes para sus Sistemas
Hola Me quede con los ojitos cuadrados se ve super bonito <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> ya lo baje esta super <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> saluditos... <!-- s:wink: --...
(APORTE) PickColor con Fuentes para sus Sistemas
Espectacular. Muchas gracias. Saludos.
(Cerrado) Condicionar faltaspermisosvacaciones...
Hola buenas tardes aqui de nuevo con otro detalle.. Ahora solo me queda una duda, como saber o que parametros o campo tendria la base de datos,faltas, permisos o vacaciones. Segun sea el caso. Del personal que falto un dia o dos dias...que por ejemplo hoy no checo su entrada!, ya es una falta, o que pidio permiso no ...
(Cerrado) Condicionar faltaspermisosvacaciones...
Hola Adrian: Simplemente con una tabla (dbf) que te indique las NOVEDADES de los empleados. Esas novedades deberían estar codificadas, sobre otra tabla de tipos de novedades. Al momento de saber la falta de fichada es justificada, deberías cruzar los datos con la tabla de novedades. Tabla Novedades LEGAJO FECHA TIPONOV...
(Cerrado) Condicionar faltaspermisosvacaciones...
[quote="cmsoft":232k99jf]Hola Adrian: Simplemente con una tabla (dbf) que te indique las NOVEDADES de los empleados. Esas novedades deberían estar codificadas, sobre otra tabla de tipos de novedades. Al momento de saber la falta de fichada es justificada, deberías cruzar los datos con la tabla de novedades. Tabla Noved...
(Cerrado) Condicionar faltaspermisosvacaciones...
En la tabla de fichadas debes tener: CODIGO NOMBRE FECHA (Este campo te falta, es importante porque las consultas de si ficho o no la harás por dia) HORA ENTRADA HORA SALIDA Con el campo LEGAJO me refiero al CODIGO tuyo, al codigo de empleado. La tabla de motivos de ausencias, o NOVEDADES, deberá tener para cada fech...
(Cerrado) Condicionar faltaspermisosvacaciones...
[quote="cmsoft":14berszq]En la tabla de fichadas debes tener: CODIGO NOMBRE FECHA (Este campo te falta, es importante porque las consultas de si ficho o no la harás por dia) HORA ENTRADA HORA SALIDA Con el campo LEGAJO me refiero al CODIGO tuyo, al codigo de empleado. La tabla de motivos de ausencias, o NOVEDADES, de...
(Cerrado) Condicionar faltaspermisosvacaciones...
Hola Adrian: Asi como lo dices es como yo lo hago. Pero seguramente habrá otras formas. La idea que yo tengo, es tener 2 sistemas. 1 el programa de fichadas. Y 2 el programa de gestión de inasistencias y control de personal. El programa 1 solo tiene que grabar en una tabla 1 tras otra, las fichadas que entran por el le...
(Cerrado) Condicionar faltaspermisosvacaciones...
[quote="cmsoft":2ogpuzwr]Hola Adrian: Asi como lo dices es como yo lo hago. Pero seguramente habrá otras formas. La idea que yo tengo, es tener 2 sistemas. 1 el programa de fichadas. Y 2 el programa de gestión de inasistencias y control de personal. El programa 1 solo tiene que grabar en una tabla 1 tras otra, las fich...
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
(DOS Error -2147418111) WINOLE/1009 No exported method: LANGUAGESETTINGS Hi, Excel 2016 is installed this computer. This error comes randomly in ToExcel() function. Normally there is not any error like this. Any comment? ICRA_LBT.prg [code=fw:jl2rhdjq]<div class="fw" id="{CB}" style="font-family: monospace;">..<b...
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Hi, What language is that. Possibly this is not installed in EXCEL? But I have not seen this error either. Best regards, Otto
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Maybe: [code=fw:e1z15zr5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br /><br />&nbsp; &nbsp;A. American format: "999,999,999.99"<br /><br />&nbsp; &nbsp;E. European format: "999.999.999,99"<br /><br />&nbsp; &nbsp;I. Indian &nbsp; format: "99,99,999.99"<br /><br />...
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
[url:2ep3ylt3]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=16&t=14704[/url:2ep3ylt3] [url:2ep3ylt3]https&#58;//github&#46;com/manuelcalerosolis/Gestool/blob/master/prg/Xbrowse&#46;102&#46;prg[/url:2ep3ylt3] * Enhancements: Class TXBrowse, thanks to Anser! 1) Used TRY CATCH when HARBOUR Compiler ...
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
[quote="karinha":xohs10av][url:xohs10av]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=16&t=14704[/url:xohs10av] [url:xohs10av]https&#58;//github&#46;com/manuelcalerosolis/Gestool/blob/master/prg/Xbrowse&#46;102&#46;prg[/url:xohs10av] * Enhancements: Class TXBrowse, thanks to Anser! 1) Used TRY CA...
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
[quote:3au8sy7f]This error comes randomly[/quote:3au8sy7f] Surprising. Anyway, we will try to make the function ExcelLangID() in olefuncs.prg safer. We will get back on this subject.
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Master Nages, sorry for the sincerity, but it is impossible to understand what this function does. Maestro Nages, disculpe la sinceridad, pero es imposible entender qué hace esta función. * New: Functions in olefuncs.prg ExcelLangID() --> nExcelLangID ExcelLang() --> en,es,fr,pt,de,it ExcelTranslate( cFunc ) --> Tran...
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Mr. Rao any news about this. [quote="nageswaragunupudi":1gkzkuji][quote:1gkzkuji]This error comes randomly[/quote:1gkzkuji] Surprising. Anyway, we will try to make the function ExcelLangID() in olefuncs.prg safer. We will get back on this subject.[/quote:1gkzkuji]
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Hi, Any news?
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Hakan may be this helps. I have modified OleFuncs.Prg as below. I have put double slash and my name to the lines that I have midified (i.e //birol) [code=fw:3s2bhpv4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br />*<br />* &nbsp;OleFuncs.Prg<br />*<br />* &nbsp;For comm...
(DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Thank you very much Birol. I will try it immediately.
(FW 2.7) en PreVer El Factor No Se Inicializa siempre al 1
Al prever un reporte en pantalla, pongo el factor en 3, doy doble click sobre el reporte para reducir otro doble click para agrandar, el factor se pone en el valor 1. No Conserva el Valor del Factor.
(New) Problem with Vertical Scrollbar Thumb Position
Hello, I have just discovered a problem with the Vertical Scrollbar Thumb Position and TListBox Browse. I am not sure if this is a new problem i.e. since FWH March 2006 and XHB March 2006. Problem is this: I have a test database file with about 50 000 records and it is displayed in my favourite TListBox Browse form...
(New) Problem with Vertical Scrollbar Thumb Position
Sorry, sorry, sorry!!! No problem. I just checked - my problem - due to a corrupt database record / compound index problem - not TListBox Browse!!! Regards, Dale.
(New) Problem with Vertical Scrollbar Thumb Position
Dave, I think your office is possesed with a scrollbar demon... <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> James
(OT Harbour) Xml - Búsqueda bestia
Hola a todos, Teniendo un xml tal que así: [code=fw:1edfu9d7]<div class="fw" id="{CB}" style="font-family: monospace;"><Principal><br />   <Desglose><br />      <Auxiliar><br />          <Precio><span style="color: #000000;">10.1</span></Precio><br />      </Auxiliar><br />   </Desglose><br /></Principal><br /> </di...
(OT Harbour) Xml - Búsqueda bestia
prueba asi local cSrcFileName := "Archivo.xml" local cNodeName := "Precio" local cNodeString := '' local cNodeBegTag := "<Precio" local cNodeEndTag := "</Precio>" local cSrcString cSrcString := HB_MEMOREAD( cSrcFileName ) cNodeString:= HL_ExtrcSIS( cSrcString, cNodeBegTag, cNodeEndTag ) ...
(OT Harbour) Xml - Búsqueda bestia
jbrita, Gracias por tu codigo ¿ lo tienes en produccion ? ¿ Tendrías algo similar pero para hashes ? Saludos
(OT Harbour) Xml - Búsqueda bestia
Mira de usar mxmlFindPath <!-- m --><a class="postlink" href="https://michaelrsweet.github.io/mxml/mxml.html#3_8">https://michaelrsweet.github.io/mxml/mxml.html#3_8</a><!-- m --> Y si no, puedes convertir tu xml a un hash a traves de xmltohash() , [url:ab019qgp]http&#58;//xthefull&#46;blogspot&#46;com&#46;es/2017/04/c...
(OT Harbour) Xml - Búsqueda bestia
Rafa, gracias por la respuesta. Yo habia pensado en un hb_hascan() que buscara una key y devolviera los nodos padre para llegar hasta el. La verdad, pensé que quizá ya lo tenía harbour, puesto que me pareció una operación de hashes que podría ser habitual. Saludos.
(OT) Building Harbour on a Mac
I began working with a Mac a few months ago, started off well building harbour from source, then building my apps from there. I am able to still build my apps but I broke something along the way and now cannot build harbour itself any long. This is not a FiveMac problem, but perhaps somebody can help guide me to the ...
(OT) Building Harbour on a Mac
Robb, Doing a fresh checkout on Yosemite to test it...
(OT) Building Harbour on a Mac
Robb, This the last that I get: [quote:33g7ziqg]hbmk2[gtalleg]: Exit code: 10: dependency missing or disabled ! Finished package build... ./bin/darwin/clang/hbmk2 ./config/postinst.hb first ! postinst script finished[/quote:33g7ziqg] to me it seems ok Do you reach to the same point ?
(OT) Building Harbour on a Mac
I'm getting an error at the very end building specific tools. ld: library not found for -lslang clang: error linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [hbtest] Error 1 make[2]: *** [descend] Error 2 make[1]: *** [hbtest] Error 2 make: *** [utils] Error 2 I have little doubt I've c...
(OT) Building Harbour on a Mac
Robb, > I do have slang installed, having installed it using Homebrew This may be the reason as there is no need to install any hombrew. Just install OSX dev tools and you are ready to build Harbour.
(OT) How to display & print TIFF 4 files?
Seems FreeImage can't display Huffman-compressed TIFF files (i.e. TIF files that have the maximum compression). (I think they are known as "TIFF 4" files). Can anyone suggest something, even a 3rd party solution, that is able to display and print such files in my FWH/xHarbour apps? Colin Wisbey
(OT) Symbol MC50
We use for our mobile solution devices from Symbol. These devices we get with windows mobile 2003 2nd Edition. Does someone know if a MC50 can be updated to Windows mobile 6 or if there is a new hardware available. We do not need keys like the MC55 has. Best regards, Otto
(Off Topic) Consulta SQL (SOLUCIONADO)
Compañeros del foro tegan buen dia.... Lo que pasa es que requiero hacer una consulta SQL, en donde se relacionan 3 tablas, en la primera tabla LA PRINCIPAL tengo el id del cliente y el id de empresa en donde trabaja. En otra tabla tengo el nombre de cliente y en otra tabla el nombre de la empresa, asi: TABLA_MOVIMIE...
(Off Topic) Consulta SQL (SOLUCIONADO)
Intenta conectar la tabla de MOVIMIENTOS a la de CLIENTES y EMPRESA en un mismo JOIN y en ON condiciona los parametros que las relacionan usando un AND, es algo visto por encima, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
(Off Topic) Consulta SQL (SOLUCIONADO)
Leandro: Te muestro una consulta similar a la que tienes tú y me va bien. 1.- Son tres tablas 2.- Uno la segunda (Proveedor) y tercera (Proyecto) tablas desde la primera (HdrOdc) [code=fw:2mh8dh1n]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRsHdr:<span style="color: #000000;">Source</span>&nbsp;...
(Off Topic) Consulta SQL (SOLUCIONADO)
Hola sr,, al vuelo,,, usa GRUPOS [code=fw:185rnb0n]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">SELECT</span> A.*,B.*,C.* <span style="color: #0000ff;">FROM</span> TABLA_MOVIMIENTO A <span style="color: #0000ff;">LEFT</span> <span style="color: #0000ff;">JOIN</span> TABL...
(Off Topic) Consulta SQL (SOLUCIONADO)
Mr Leandro Reason for getting duplicates: Your SQL Statement: [code=fw:1kv9ixmr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">SELECT</span> A.*,B.*,C.* <span style="color: #0000ff;">FROM</span> TABLA_MOVIMIENTO A <span style="color: #0000ff;">LEFT</span> <span style="col...
(Off Topic) Consulta SQL (SOLUCIONADO)
Yo lo haría de otra forma pero tal como tú lo tienes sólo hace falta el DISTINCT: Cambia: [code=fw:2f4hywde]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">SELECT</span> A.*,B.*,C.* <span style="color: #0000ff;">FROM</span> TABLA_MOVIMIENTO A <span style="color: #0000ff;">L...
(Off Topic) Consulta SQL (SOLUCIONADO)
Muchas gracias a todos por responder... Amigo willi, la solucion salio de combinar tu respuesta y la de Mr.Rao. Unicamente llame los campos de los nombres de las tablas relacionadas para evitar que se duplicaran los registros, coloque el DISTINCT y funciono correctamente... <!-- s:) --><img src="{SMILIES_PATH}/icon_s...
(Peru) Consulta de Ruc y su estado Activo Habido SUNAT
Buen dia con todos Esta consulta es dirigida para Fivwin en Peru, Usando Fivewin se puede hacer una consulta a la SUNAT respecto del RUC para jalar los datos de Razon Social, Direccion, si esta Activo, Habido , etc Les gradecere una mano al respecto Gracias.
(Peru) Consulta de Ruc y su estado Activo Habido SUNAT
[url:34iu0aq6]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=27920&p=177467&hilit=sunat#p177467[/url:34iu0aq6]
(Peru) Consulta de Ruc y su estado Activo Habido SUNAT
Gracias Karinha... Siempre atenta en el foro !!
(RC) Alterar CAPTION de um Say desde recurso sem definir obj
Sr. Antonio, senha.rc Em tempo de execução, gostaria de alterar o CAPTION de um SAY (senha:) , o problema é que não tenho o objeto, ou seja, preciso alterar o CAPTION mais sem definir o objeto, isso é possível? LOGIN DIALOG DISCARDABLE 126, 89, 201, 118 STYLE WS_POPUP|DS_MODALFRAME|WS_CAPTION|WS_SYSMENU|WS_VISIBLE C...
(RC) Alterar CAPTION de um Say desde recurso sem definir obj
SGS, [url:2m6mwveq]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/ms645521(VS&#46;85)&#46;aspx[/url:2m6mwveq] SetDlgItemText( oDlg:hWnd, -1, "new text" )
(RC) Alterar CAPTION de um Say desde recurso sem definir obj
obrigado Sr. Antonio
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Dear Antonio, using Harbour 3.2 r150129225 + bcc7 + fivewin 15.07 below sample run ok, but if we use harbour 3.2 r1506171039 , the program will error. [code=fw:ogx8piv1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewi...
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Kok, What error do you get ?
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Dear Antonio, With r150129225 the result is 1, With r1506171039 , variabel does not exit. Regards, Kok
(SOLVE) different harbour 3.2 r150129225 with r1506171039
[quote="kok joek hoa":33z1klr1]Dear Antonio, With r150129225 the result is 1, With r1506171039 , variabel does not exit. Regards, Kok[/quote:33z1klr1] I tried your code It works perfectly [url=http&#58;//postimage&#46;org/:33z1klr1][img:33z1klr1]http&#58;//s3&#46;postimg&#46;org/5evyafd4j/Title190&#46;png[/img:33...
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Dear cnavarro, not compile error but runtime error, regards, Kok
(SOLVE) different harbour 3.2 r150129225 with r1506171039
[quote="kok joek hoa":1t2agq4g]Dear cnavarro, not compile error but runtime error, regards, Kok[/quote:1t2agq4g] Kok The image appears in your program runs correctly Maybe, if you are changing version of harbour, make sure your tools of compilation and linking are properly configured and are not mixing both versio...
(SOLVE) different harbour 3.2 r150129225 with r1506171039
That version of FWH and Borland is using?
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Dear cnavarro,, Thank you for your help, yes, I don't mix them, this my rmk file. [code=fw:3lclocl7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#Borland make sample, <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> FiveTech Software <span style="color: #000000...
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Use the buildh.bat the samples folder of your FWH That result has?
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Dear cnavorra, yes, if we use the buildh.bat from samples, everything run ok. It's strange. regards, Kok
(SOLVE) different harbour 3.2 r150129225 with r1506171039
Solve, Just change this line : $(HBDIR)\bin\harbour $< /[color=#FF0000:37cghz3d]N [/color:37cghz3d]/Oobj\ /I$(FWDIR)\include;$(HBDIR)\include to $(HBDIR)\bin\harbour $< /[color=#FF0000:37cghz3d]n[/color:37cghz3d] /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include Regards, Kok