messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2007-01-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo lo hago asi con imagenes tif\nTengo 5 usuarios las imagenes van desde el 0001.tif hasta x número de imagenes.\nEl programa hace un while desde el 0001 en adelante. El primer usuario en tomar una imagen hace que el programa cree un archivo txt con el mismo nombre de la imagen. Entonces el siguiente usuario al entrar el programa verifica si existe un archivo txt con el mismo nombre de la imagen. Si ya existe pasa al siguiente archivo... y asi sucesivamente hasta que encuentre una imagen que no tenga un archivo txt con el mismo nombre.",
"time": "01:20",
"topic": "Bloqueo de fichero",
"username": "fleal"
}
] |
Bloqueo de fichero
|
[
{
"date": "2007-01-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "He hecho pruebas, y me es mas facil tener controlado el tema por una base de datos, ya que además puedo incluir un campo que se llama Usuario, con lo que el usuario puede dejar reservadas imágenes para pasarlas él, por ejemplo las de un determinado cliente si pertenece a su zona, etc.\n\nYa está acabado. La idea era que a primera hora, se escaneen todos los albaranes, y en lugar de pasarlos físicamente, pasarlos visualmente. Esto tiene la ventaja de que si necesitamos una copia en el futuro, no hay que ir a archivo a buscarla, simplemente se localiza y se imprime.\n\nLos albaranes se escanean en una carpeta provisional de trabajo, según se van realizando, borrarlos de ésta carpeta y pasarlos a una definitiva, desde la que incluso los clientes con una clave pueden acceder a éstas imagenes.\n\nLo que yo no sé es si será un trabajo excesivo para el ordenador, estar continuamente por cada operador, copiando mediante copy file to, a éste directorio defitinitivo, y borrando el fichero del directorio de trabajo, en fin ya veremos.\n\nSaludos\n\nJose Luis",
"time": "11:43",
"topic": "Bloqueo de fichero",
"username": "JoseLuis"
}
] |
Bloqueo de fichero
|
[
{
"date": "2007-01-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"JoseLuis\":a20a6wqh]He hecho pruebas, y me es mas facil tener controlado el tema por una base de datos, ya que además puedo incluir un campo que se llama Usuario, con lo que el usuario puede dejar reservadas imágenes para pasarlas él, por ejemplo las de un determinado cliente si pertenece a su zona, etc.\n\nYa está acabado. La idea era que a primera hora, se escaneen todos los albaranes, y en lugar de pasarlos físicamente, pasarlos visualmente. Esto tiene la ventaja de que si necesitamos una copia en el futuro, no hay que ir a archivo a buscarla, simplemente se localiza y se imprime.\n\nLos albaranes se escanean en una carpeta provisional de trabajo, según se van realizando, borrarlos de ésta carpeta y pasarlos a una definitiva, desde la que incluso los clientes con una clave pueden acceder a éstas imagenes.\n\nLo que yo no sé es si será un trabajo excesivo para el ordenador, estar continuamente por cada operador, copiando mediante copy file to, a éste directorio defitinitivo, y borrando el fichero del directorio de trabajo, en fin ya veremos.\n\nSaludos\n\nJose Luis[/quote:a20a6wqh]\n\nMi sugerencia es que a tu aplicacion le dotes de un boton que lee la carpeta de trabajo y que si encuentra una imagen nueva que lo inscriba en la BD. De esa forma creo que disminuiría la carga de trabajo y que los operadores hagan algo más productivo que estar haciendo \"copy file\".",
"time": "16:14",
"topic": "Bloqueo de fichero",
"username": "Armando Picon"
}
] |
Bloqueo de fichero
|
[
{
"date": "2007-01-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Armando, me referia al propio programa, no al operador, puse esta rutina[code:35phrgbq]//----------------------------------\nstatic function borraimagen(aAlias,ficheros)\n local numero\n numero:=Str((aAlias[24])->Orden,7)+'.jpg'\n copy file (Publicas:rimagen+ficheros) to (Publicas:eimagen+numero)\n Ferase(Publicas:rimagen+ficheros)\n While .not. (aAlias[14])->(Rlock()); end\n (aAlias[14])->( dbdelete())\n (aAlias[14])->( dbUnlock() )\n return nil\n//---------------------------------\n[/code:35phrgbq] Quería decir que si no sería mucho trabajo para los discos duros del Ordenador.\nAdemás puse un boton para cargar las imágenes, todo controlado por la BD, y funciona fabuloso\n\nSaludos\n\nJose Luis",
"time": "20:29",
"topic": "Bloqueo de fichero",
"username": "JoseLuis"
}
] |
Bloqueo de fichero
|
[
{
"date": "2007-01-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Bien... no creo que sea muchotabajo para el disco duro. Lo que puede suceder esque haya bastantes imagenes que copiar y borrar en cuyo caso, al estar la PC haciendo trabajo en bajo nivel, podría bajar la performance del equipo... no se hasta cuanto pero si que lo puede bajar.\n\nOtra forma seria que inscribieras directamente, desde la carpeta inicial de imagenes, los nombres en la base de datos... sin borrarlas y que despues mediante una rutina utilitaria separada de este modulo efectuaras el borrado de las imagenes existentes en la carpeta inicial... porque ya no las necesitas.\n\nOtra forma forma, que puede servirte siempre y cuando tengas disco duro suficiente, es almacenar las imágenes directamente en la BD en el momento que las inscribes (en campos blob). En este caso seria tu BD la que contenga las imagenes para consultas en linea.\n\nBueno... hay varias formas, cada una tiene sus particularidades a favor y en contra.",
"time": "00:10",
"topic": "Bloqueo de fichero",
"username": "Armando Picon"
}
] |
Bloqueo de fichero
|
[
{
"date": "2013-08-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola foro.\n\nUn detalle con la actualizacion de xbrowse:\n\nTengo en mis aplicaciones el uso de tsbrowse 9.0 y construyo un browse normalmente, resulta que si contruyo con xbrowse...\nmi aplicacion donde desafecto una poliza truena, para poder hacerlo debo bloquear mi registro, y no hay problema en mi version de tsbrowse, pero al cambiarla con xbrowse de alguna forma mi registro bloqueado se libera y me marca el logico \"lock requerido\"\npor el simple hecho de usar xbrowse, y bloqueo previamente mi registro.\n\nAlgo al respecto con xbrowse porfa.",
"time": "19:16",
"topic": "Bloqueo en xbrowse",
"username": "noe aburto"
}
] |
Bloqueo en xbrowse
|
[
{
"date": "2013-08-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Sería bueno que pusieras el código que truena. Yo utilizo xBrowse sin problemas.\n\nSaludos",
"time": "23:02",
"topic": "Bloqueo en xbrowse",
"username": "horacio"
}
] |
Bloqueo en xbrowse
|
[
{
"date": "2009-12-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados...\n\nUso:\n\nnStyle := nOr( WS_CHILD, WS_VSCROLL, WS_BORDER, WS_VISIBLE, WS_TABSTOP)\n\npara no visualizar la barra scroll horizontal, pero el movimiento sigue estando, como puedo bloquear ese movimiento.\n\ngracias\n\nDavid\nArgentina",
"time": "09:42",
"topic": "Bloquer el movimiento de Scroll",
"username": "dobfivewin"
}
] |
Bloquer el movimiento de Scroll
|
[
{
"date": "2009-12-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "....\n\nen un LISTBOX\n\n\nDavid",
"time": "11:00",
"topic": "Bloquer el movimiento de Scroll",
"username": "dobfivewin"
}
] |
Bloquer el movimiento de Scroll
|
[
{
"date": "2009-12-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "David,\n\nPrueba con:\n[code=fw:3akzy5bm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> oBrowse:<span style=\"color: #000000;\">oHScroll</span>:<span style=\"color: #000000;\">SetRange</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:3akzy5bm]",
"time": "12:21",
"topic": "Bloquer el movimiento de Scroll",
"username": "Antonio Linares"
}
] |
Bloquer el movimiento de Scroll
|
[
{
"date": "2009-12-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimado Antonio\n\nNO funcionó, me dió error el programa\n\ndavid",
"time": "23:56",
"topic": "Bloquer el movimiento de Scroll",
"username": "dobfivewin"
}
] |
Bloquer el movimiento de Scroll
|
[
{
"date": "2013-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm working on a customer project requiring encryption, and Blowfish is one of the encryption technologies approved by the customer. I see that Blowfish encryption was added to the Harbour core last March. Has anyone had experience with it, and if so, do you have any tips for using it?",
"time": "22:08",
"topic": "Blowfish Encryption",
"username": "Roger Seiler"
}
] |
Blowfish Encryption
|
[
{
"date": "2013-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello\n\ntry\n\n[code=fw:2qy14s9g]<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=\"color: #00C800;\">function</span> main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> cBfKey := hb_blowfishKey<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"fivewin\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> cText := <span style=\"color: #ff0000;\">\"testing blowfish encript\"</span><br /> <span style=\"color: #00C800;\">local</span> cipher<br /><br /> ? cipher := hb_blowfishEncrypt<span style=\"color: #000000;\">(</span> cBfKey, cText <span style=\"color: #000000;\">)</span><br /><br /> ? hb_blowfishDecrypt<span style=\"color: #000000;\">(</span> cBfKey, cipher <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:2qy14s9g]",
"time": "04:18",
"topic": "Blowfish Encryption",
"username": "Daniel Garcia-Gil"
}
] |
Blowfish Encryption
|
[
{
"date": "2013-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks!",
"time": "15:04",
"topic": "Blowfish Encryption",
"username": "Roger Seiler"
}
] |
Blowfish Encryption
|
[
{
"date": "2013-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Daniel.\n\nhow to decrypt Blowfish with these functions?\n\nwhere I find documentation on the use of these functions?\n\nthanks\n\nregards",
"time": "00:43",
"topic": "Blowfish Encryption",
"username": "devtuxtla"
}
] |
Blowfish Encryption
|
[
{
"date": "2013-09-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Daniel.\n\nOops, sorry ...\n\nThanks anyway",
"time": "00:45",
"topic": "Blowfish Encryption",
"username": "devtuxtla"
}
] |
Blowfish Encryption
|
[
{
"date": "2013-12-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "When encrypting a dbf field, hb_blowfishkey() creates an encryption key that is 4168 bytes long. This causes the encryption and decryption processes to be extremely time consuming. For example, I have 23 fields in a dbf that take about 5 minutes to encrypt/decrypt per 1000 records. I see that RSA and other encryption systems generally use encryption keys that are only 128 BITS (not bytes) long, and so are much faster to process.\n\nIs there a way to set the size of the encryption key in Blowfish to make it a much shorter length so it will process faster?\n\n- Roger",
"time": "15:24",
"topic": "Blowfish encryption issue - key too long",
"username": "Roger Seiler"
}
] |
Blowfish encryption issue - key too long
|
[
{
"date": "2013-12-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here is some test code that shows the problem:\n\n[code=fw:26msvnbs]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">Function</span> BlowfishTest<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> cBfKey := hb_blowfishKey<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"fivewin\"</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span>cBfKey,<span style=\"color: #ff0000;\">\"cBfKey\"</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">Msginfo</span><span style=\"color: #000000;\">(</span>LEN<span style=\"color: #000000;\">(</span>cBfKey<span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">\"LEN(cBfKey)\"</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// I get len of 4168 bytes. Much too big!</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:26msvnbs]\n\nI'm using FWH 13.08 and xHarbour.com 13.08 .",
"time": "19:38",
"topic": "Blowfish encryption issue - key too long",
"username": "Roger Seiler"
}
] |
Blowfish encryption issue - key too long
|
[
{
"date": "2013-12-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I sent a private email to Przemek about this. He is the expert on Blowfish encryption for Harbour, and If he offers a solution, I'll post it here.",
"time": "13:57",
"topic": "Blowfish encryption issue - key too long",
"username": "Roger Seiler"
}
] |
Blowfish encryption issue - key too long
|
[
{
"date": "2023-12-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos,\n\n¿Alguno lo usa y puede por favor compartir sus experiencia?\n\nMuy agradecida y felices fiestas!!",
"time": "10:39",
"topic": "Blu rays para copias de seguridad",
"username": "elvira"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2023-12-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote:1n3ccl2x]Copiar Blu-rays para realizar copias de seguridad puede ser un proceso útil para preservar tus datos, pero ten en cuenta que la copia de discos Blu-ray con protección contra copias puede violar los derechos de autor. Asegúrate de tener el derecho legal para copiar el contenido antes de proceder. Aquí hay una guía general de cómo puedes hacerlo:\n\nPasos Generales:\nSoftware de Copia:\n\nNecesitarás un software de copia de Blu-ray. Algunos ejemplos son MakeMKV, DVDFab, o AnyDVD HD. Algunos de estos programas pueden estar sujetos a regulaciones locales, así que asegúrate de cumplir con las leyes de derechos de autor de tu país.\nHardware:\n\nUn lector de Blu-ray en tu computadora es esencial para leer el contenido del disco. Algunos programas también pueden necesitar una grabadora de Blu-ray si planeas crear un nuevo disco.\nDescifrado:\n\nSi el disco Blu-ray tiene protección contra copias, necesitarás un programa que pueda descifrarlo. AnyDVD HD, por ejemplo, puede eliminar la protección de copia mientras el disco está siendo leído.\nCopia del Contenido:\n\nUtiliza el software para copiar el contenido del Blu-ray a tu computadora. Puedes guardar el contenido en tu disco duro en formato ISO o MKV, dependiendo del software que estés utilizando.\nAlmacenamiento:\n\nGuarda la copia en un lugar seguro. Puedes almacenarla en un disco duro externo, servidor de red o cualquier otro medio de almacenamiento seguro.\nVerificación:\n\nDespués de la copia, verifica que los archivos copiados sean accesibles y que la calidad sea la adecuada.\nConsideraciones adicionales:\nFormatos de Copia:\n\nPuedes optar por copiar el Blu-ray como un archivo ISO (una imagen completa del disco) o en formato MKV (que conserva la calidad pero ocupa menos espacio).\nCompresión:\n\nAlgunos programas te permiten comprimir el contenido para ahorrar espacio, pero esto generalmente conlleva una pérdida de calidad.\nEtiquetado y Organización:\n\nEtiqueta tus copias correctamente para que puedas identificar fácilmente el contenido. Algunos programas pueden ayudarte a obtener la información de la película automáticamente.\nRecuerda siempre respetar los derechos de autor y las leyes aplicables a la reproducción y copia de contenido. La información proporcionada aquí es solo para fines informativos y no fomenta la infracción de derechos de autor.\n\n\n\n\n\n\n[/quote:1n3ccl2x]",
"time": "16:31",
"topic": "Blu rays para copias de seguridad",
"username": "Antonio Linares"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2023-12-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Antonio, ¿cómo haces tu copia de tus archivos? Estoy dándole vueltas a usar Blu-ray por ser un soporte de solo Lectura y así protegerme contra ransomware, además de los clásicos nube y disco duro externo. Muchas gracias y saluditos",
"time": "21:12",
"topic": "Blu rays para copias de seguridad",
"username": "elvira"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2023-12-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimada Elvira,\n\n> ¿cómo haces tu copia de tus archivos?\n\nTodo en github <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "21:31",
"topic": "Blu rays para copias de seguridad",
"username": "Antonio Linares"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2023-12-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Facturas y fotos familiares?",
"time": "21:46",
"topic": "Blu rays para copias de seguridad",
"username": "elvira"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2023-12-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "esas van a google cloud <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "05:41",
"topic": "Blu rays para copias de seguridad",
"username": "Antonio Linares"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2024-01-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "¿Nadie los utiliza?\n\nNo me refiero a grabar desde fivewin, sino como soporte de copia. Gracias y feliz año.",
"time": "21:53",
"topic": "Blu rays para copias de seguridad",
"username": "elvira"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2024-01-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"elvira\":f6nf3r9l]¿Nadie los utiliza?\n\nNo me refiero a grabar desde fivewin, sino como soporte de copia. Gracias y feliz año.[/quote:f6nf3r9l]\n\nUna idea: almacenar los medios físicos y liberarlos en discos ópticos con 1 TB de espacio libre. Blu Ray es cosa del pasado.\n\nMira:\n\n[url:f6nf3r9l]https://www.mundoconectado.com.br/tecnologia/fim-do-blu-ray-disco-optico-de-1-tb-pode-ser-o-futuro-da-midia-fisica/#:~:text=Dominando%20o%20mercado%20h%C3%A1%20quase,de%20espa%C3%A7o%20livre%2C%20em%202024.[/url:f6nf3r9l]\n\nRegards, saludos.",
"time": "17:42",
"topic": "Blu rays para copias de seguridad",
"username": "karinha"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2024-01-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias, pero hasta el 2025 no estará disponible!!!",
"time": "21:19",
"topic": "Blu rays para copias de seguridad",
"username": "elvira"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2024-01-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"elvira\":106737e3]Muchas gracias, pero hasta el 2025 no estará disponible!!![/quote:106737e3]\n\nElvira, Lo siento. Esto no es bueno en absoluto.\n\nRegards, saludos.",
"time": "13:41",
"topic": "Blu rays para copias de seguridad",
"username": "karinha"
}
] |
Blu rays para copias de seguridad
|
[
{
"date": "2009-08-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I want to disply this bitmap with TBitmap:\n\n[img:pybt6t33]http://www.ursini.at/zwischen/blue.bmp[/img:pybt6t33]\n\nThe blue turns to grey when the bitmap it displayed in the dialog.\n\nWhat do I have to change?\n\nThanks for help,\nDietmar",
"time": "10:27",
"topic": "Blue in bmp turns grey",
"username": "Dietmar Jahnel"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dietmar,\n\nPlease change the color of the pixel in 0, 0 to a different color.\n\nFWH uses pixel 0, 0 color as the transparency desired color.",
"time": "10:51",
"topic": "Blue in bmp turns grey",
"username": "Antonio Linares"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1oi3vn6w]Dietmar,\n\nPlease change the color of the pixel in 0, 0 to a different color.[/quote:1oi3vn6w]\n\nIf I change the pixel in the upper left corner (is this 0,0 not 1,1?), this pixel is transparent. Is that correct?\nIf your are picky you can see that...\n\nAny news with trees and different fonts? <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \n\nThanks,\nDietmar",
"time": "11:02",
"topic": "Blue in bmp turns grey",
"username": "Dietmar Jahnel"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dietmar,\n\nAre you using the TRANSPARENT clause from the BITMAP command ?\n\n> Any news with trees and different fonts?\n\nI may have missed your question about this.",
"time": "12:33",
"topic": "Blue in bmp turns grey",
"username": "Antonio Linares"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":jzaly8lc]Dietmar,\n\nAre you using the TRANSPARENT clause from the BITMAP command ?\n\nnot from the BITMAP command, but in the DIALOG command.\nI just found out that this makes the difference.\nI need this bitmap painted not transparent on a transparent dialog. Can this be done?\n\n> Any news with trees and different fonts?\n\nI may have missed your question about this.[/quote:jzaly8lc]\n\nI found the discussion about this in\n\"Colors for TTreeView, one for each item!?\"\nWe are using TTreeView in our application now and it would be nice to show (only) some lines in bold font.\n\nBest regards,\nDietmar",
"time": "13:25",
"topic": "Blue in bmp turns grey",
"username": "Dietmar Jahnel"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, though it is much more complex than that. You can check Class TWindow, TListBox and TComboBox and see how Method DrawItem() are implemented.\n\n- I'm sure about that. But for FWH-users it will be something like one more parameter, I guess - that's why we all like to work with FWH <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nPlease try this:\noBitmap:lTransparent = .F.\n\n- sorry, no changes. For a quick solution I change the first pixel of the bitmap...\n\nDietmar",
"time": "13:08",
"topic": "Blue in bmp turns grey",
"username": "Dietmar Jahnel"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dietmar,\n\nI guess the only way to do it is to use the style WS_OWNERDRAW for the treeview control in the resource",
"time": "01:29",
"topic": "Blue in bmp turns grey",
"username": "Antonio Linares"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2yr6k6hl]Dietmar,\n\nI guess the only way to do it is to use the style WS_OWNERDRAW for the treeview control in the resource[/quote:2yr6k6hl]\n\nEven then we would need a parameter for the font when the item is added in FWH, don't we?\noItem1 = oTree:Add( cPrompt, nImage, nValue, xxxoFontxxx ) or similar\nCan this be done in the (near) future?\n\nFor the bitmap:\nIf the DIALOG is defined TRANSPARENT the BITMAP is always painted transparent regardless if defined TRANSPARENT or not.\nCan this be changed?\n\nDietmar",
"time": "08:09",
"topic": "Blue in bmp turns grey",
"username": "Dietmar Jahnel"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2009-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dietmar,\n\n>\nEven then we would need a parameter for the font when the item is added in FWH, don't we?\noItem1 = oTree:Add( cPrompt, nImage, nValue, xxxoFontxxx ) or similar\nCan this be done in the (near) future?\n>\n\nYes, though it is much more complex than that. You can check Class TWindow, TListBox and TComboBox and see how Method DrawItem() are implemented.\n\n>\nFor the bitmap:\nIf the DIALOG is defined TRANSPARENT the BITMAP is always painted transparent regardless if defined TRANSPARENT or not.\nCan this be changed?\n>\n\nPlease try this:\noBitmap:lTransparent = .F.",
"time": "10:18",
"topic": "Blue in bmp turns grey",
"username": "Antonio Linares"
}
] |
Blue in bmp turns grey
|
[
{
"date": "2016-01-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\nDo you know if it is possible to access MySQL Server located on Bluehost through Fivewin.\nThanks in advance\nOtto",
"time": "23:01",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Otto"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes! But your app ip should be fixed, set permission ip on the bulehost control panel.\nShuming Wang",
"time": "03:42",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "ShumingWang"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nHere you have an example published by Rafa Carmona using a web service:\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=184458\">viewtopic.php?p=184458</a><!-- l -->",
"time": "09:53",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Antonio Linares"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio and Shuming,\nThank you for your help.\nI will post here all the steps I do till I have finished a working sample.\n\nAs Shuming told me you have to setup Bluehost first to accept remote access.\n\n->login bluehost cPanel\n->database tools\n->Remote Mysql access\nSubmit an IP or Class C \nI submitted Class C access which you get with the add link\n\nThen I downloaded HeidiSQL and tested the remote access from my desktop\nNow I want to start to access from a Fivewin programm.\n\nWhich SQL driver would you suggest to start with?\nIs there a working sample?\nBest regards,\nOtto",
"time": "10:48",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Otto"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nLook for FW_OpenAdoConnection in FWH\\samples\\*.prg\n\nAlso you can review FiveDBU source code",
"time": "11:19",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Antonio Linares"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nYou can use libmysql.dll. It's working very good.\n\nEdited: With TDolphin, of course",
"time": "11:21",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Carles"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\nCan you show us how the connectionstring should look like.\nThese are my parameters I use in HeidiSQL which work fine.\n\n\n LOCAL cHost := \"box894.bluehost.com\"\n LOCAL cUser := \"axxxxnge\"\n LOCAL cPsw := \"14Adxxxx1\"\n LOCAL nPort := 3306\n LOCAL cDb := \"atzwange_xxxxxe3\"\n\nThanks in advance\nOtto\n\n\n\n\nFUNCTION SQLEXEC( cQuery )\n\n LOCAL cCns := \"Your connectionstring here\"\n\n LOCAL oCn := CREATEOBJECT( \"ADODB.Connection\" )\n\n oCn:CursorLocation = adUseClient\n\n oCn:Open( cCns )\n\n oCn:Execute( cQuery )\n\n oCn:Close()\n\nRETURN NIL",
"time": "11:11",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Otto"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\nHere you have some examples:\n\n[url:3uf4k32a]https://msdn.microsoft.com/en-us/library/ms807027.aspx[/url:3uf4k32a]",
"time": "18:20",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Antonio Linares"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\nthank you for your help.\nNow I can successfully connect to Bluehost with FIVEDBU.\nGreat.\nDownload:\nmysql-connector-odbc-5.1.13-win32.msi\nClick on ICON \"ADO open\"\n[img:17q1hrfz]http://www.atzwanger-software.com/fw/mysql1.jpg[/img:17q1hrfz]\n[img:17q1hrfz]http://www.atzwanger-software.com/fw/mysql4.jpg[/img:17q1hrfz]\n[img:17q1hrfz]http://www.atzwanger-software.com/fw/mysql3.jpg[/img:17q1hrfz]\n[img:17q1hrfz]http://www.atzwanger-software.com/fw/mysql2.jpg[/img:17q1hrfz]\n\nBest regards,\nOtto",
"time": "01:03",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Otto"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2016-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\ngreat! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "11:32",
"topic": "Bluehost MySQL Server through Fivewin",
"username": "Antonio Linares"
}
] |
Bluehost MySQL Server through Fivewin
|
[
{
"date": "2011-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nDoes anyone have any experience with FWH and Bluetooth????\n\nI am having some issues with both Desktop systems and Pocket PC system.\n\nThe main issues is connecting to a device via programming. I want to have as little user interaction with settings as possible.\nIn a perfect world, I would like the user to be able to run the program, have the program connect (and pair if needed) to the BT device.\nIt would also be nice I I could somehow switch from device #1 to device #2 on a pocket pc as there is only one available com port to connect to.\n\nIs there yet a Bluetooth Class or something for FWH / FWPPC ?\n\nI've search the forums but have found nothing that can help.\n\nAny info, samples, website etc.... would be helpful ... anything.",
"time": "21:06",
"topic": "Bluetooth",
"username": "Jeff Barnes"
}
] |
Bluetooth
|
[
{
"date": "2011-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found this site:\n\n[url:30bg1xye]http://32feet.codeplex.com/[/url:30bg1xye]\n\nIt looks like this gives some good Bluetooth control and it's opensource.\n\nAntonio, is this something that will work with FWH?\n\nIt is beyond my abilities but maybe someone here can find a way to make it work?",
"time": "18:02",
"topic": "Bluetooth",
"username": "Jeff Barnes"
}
] |
Bluetooth
|
[
{
"date": "2011-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Am I the only one having issues with Bluetooth devices?",
"time": "17:25",
"topic": "Bluetooth",
"username": "Jeff Barnes"
}
] |
Bluetooth
|
[
{
"date": "2011-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Or, maybe you are the only one that has tried to use a Bluetooth device.\n\nJames",
"time": "17:56",
"topic": "Bluetooth",
"username": "James Bott"
}
] |
Bluetooth
|
[
{
"date": "2011-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hmm ... didn't consider that option <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->\n\nIf someone can take a quick look at the info on the web site below and let me know if it is possible that it will work with FWH, I will try to play with it and see what I can do. It would be nice to have a Bluetooth class for FWH.\n\nI've never attempted something like this so it could be interesting.\n\n[url:1x7gfj7x]http://32feet.codeplex.com/[/url:1x7gfj7x]",
"time": "02:08",
"topic": "Bluetooth",
"username": "Jeff Barnes"
}
] |
Bluetooth
|
[
{
"date": "2006-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Everybody,\n\nI am wondering if I can read data from a bluetooth enabled device via FWH.\n\nI am not looking to send data to the device.\n\nDoes anyone know if this is possible? Can you point me in the right direction.\nThis is the first time I have tried to do anything with bluetooth so I'm not sure exactly how this would work.\n\n\nThanks,\n\nJeff",
"time": "19:33",
"topic": "Bluetooth (2nd try)",
"username": "Jeff Barnes"
}
] |
Bluetooth (2nd try)
|
[
{
"date": "2006-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff,\n\nIt looks as the bluetooth uses a COM port, so you may be able to use fwh\\samples\\phone.prg and samples\\TestComm.prg as a model.",
"time": "21:34",
"topic": "Bluetooth (2nd try)",
"username": "Antonio Linares"
}
] |
Bluetooth (2nd try)
|
[
{
"date": "2006-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Antonio.\n\n\n\nJeff",
"time": "22:27",
"topic": "Bluetooth (2nd try)",
"username": "Jeff Barnes"
}
] |
Bluetooth (2nd try)
|
[
{
"date": "2006-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff,\n\nHere is an MS reference that might help.\n\nBluetooth Programming with Windows Sockets\n<!-- m --><a class=\"postlink\" href=\"http://msdn2.microsoft.com/en-us/library/aa362928.aspx\">http://msdn2.microsoft.com/en-us/library/aa362928.aspx</a><!-- m -->\n\nIt looks like it is going to be a fair amount of work. I advise creating a bluetooth class.\n\nJames",
"time": "22:31",
"topic": "Bluetooth (2nd try)",
"username": "James Bott"
}
] |
Bluetooth (2nd try)
|
[
{
"date": "2006-12-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James,\n\nWe have not tested bluetooth with a PC, but on the Pocket PC there are several ways to use the bluetooth: as a COMM port or using sockets. I guess the same may be applied to the PC.",
"time": "22:58",
"topic": "Bluetooth (2nd try)",
"username": "Antonio Linares"
}
] |
Bluetooth (2nd try)
|
[
{
"date": "2006-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "can I have any sample pls",
"time": "03:30",
"topic": "Bluetooth (2nd try)",
"username": "Silvio"
}
] |
Bluetooth (2nd try)
|
[
{
"date": "2006-12-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=747&highlight=bluetooth\">http://fivetechsoft.com/forums/viewtopi ... =bluetooth</a><!-- m -->\n\nAlso make a search for bluetooth on these forums",
"time": "09:13",
"topic": "Bluetooth (2nd try)",
"username": "Antonio Linares"
}
] |
Bluetooth (2nd try)
|
[
{
"date": "2019-12-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Has anyone connected to a Bluetooth 4.0 BLE device?\n\nThe older Bluetooth devices would create a com port which I would connect to.\nThe new Bluetooth devices use the Low Energy standard and these do not create a com port. I have no idea how I would connect to them.",
"time": "12:46",
"topic": "Bluetooth 4.0 BLE",
"username": "Jeff Barnes"
}
] |
Bluetooth 4.0 BLE
|
[
{
"date": "2009-11-12",
"forum": "FiveWin for Pocket PC",
"text": "Greetings,\n\nFWPCC a way that can be activated from the bluetooth if this is off\n\n\n[code=fw:txz7z2zh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">public</span> <span style=\"color: #00C800;\">class</span> BlueTooth<br /><br /><span style=\"color: #000000;\">{</span><br /><br /><span style=\"color: #00C800;\">private</span> enum BluetoothMode : <span style=\"color: #000000;\">int</span><br /><br /><span style=\"color: #000000;\">{</span><br /><br />Off = <span style=\"color: #000000;\">0</span>, <span style=\"color: #B900B9;\">//Turn off the Bluetooth radio.</span><br /><br />Connectable = <span style=\"color: #000000;\">1</span>, <span style=\"color: #B900B9;\">//Turn on the Bluetooth radio, and make it connectable.</span><br /><br />Discoverable = <span style=\"color: #000000;\">2</span> <span style=\"color: #B900B9;\">//Turn on the Bluetooth radio, and make it both connectable and discoverable.</span><br /><br /><span style=\"color: #000000;\">}</span>;<br /><br /><span style=\"color: #000000;\">[</span>DllImport<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"BthUtil.dll\"</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">]</span><br /><br /><span style=\"color: #00C800;\">private</span> <span style=\"color: #00C800;\">static</span> extern int BthSetMode<span style=\"color: #000000;\">(</span>BluetoothMode mode<span style=\"color: #000000;\">)</span>;<br /><br /><span style=\"color: #00C800;\">public</span> <span style=\"color: #00C800;\">static</span> bool EnableBT<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #000000;\">{</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #000000;\">(</span>BthSetMode<span style=\"color: #000000;\">(</span>BluetoothMode.Connectable<span style=\"color: #000000;\">)</span> == <span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span>;<br /><br /><span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #00C800;\">public</span> <span style=\"color: #00C800;\">static</span> bool DisableBT<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #000000;\">{</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #000000;\">(</span>BthSetMode<span style=\"color: #000000;\">(</span>BluetoothMode.Off<span style=\"color: #000000;\">)</span> == <span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span>;<br /><br /><span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #000000;\">}</span><br /> </div>[/code:txz7z2zh]",
"time": "15:14",
"topic": "Bluetooth Activated",
"username": "pablovidal"
}
] |
Bluetooth Activated
|
[
{
"date": "2009-11-13",
"forum": "FiveWin for Pocket PC",
"text": "[url=http://forums.fivetechsupport.com/viewtopic.php?f=7&t=17342&p=90189#p90189:2wfemzbf][size=200:2wfemzbf]Solution Here!!![/size:2wfemzbf][/url:2wfemzbf]",
"time": "02:14",
"topic": "Bluetooth Activated",
"username": "pablovidal"
}
] |
Bluetooth Activated
|
[
{
"date": "2009-11-13",
"forum": "FiveWin for Pocket PC",
"text": "Hello Pablo,\n\nthank you for the code.\nMaybe you also have a soltion for WiFi ON/OFF.\n\nThanks in advance,\nOtto",
"time": "12:17",
"topic": "Bluetooth Activated",
"username": "Otto"
}
] |
Bluetooth Activated
|
[
{
"date": "2017-09-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "is there a sample to trasfer a dbf from device to another vie Bluetooth ?",
"time": "08:58",
"topic": "Bluetooth File Transfer",
"username": "Silvio.Falconi"
}
] |
Bluetooth File Transfer
|
[
{
"date": "2011-10-19",
"forum": "FiveWin for Pocket PC",
"text": "Hi all,\n\nI am using a Dell Axim X51v PDA with Windows Mobile 5. I would like to use Bluetooth instead of the USB cable to transfer data files (dbf files) to my laptop. The Bluetooth services offered by the PDA do not include \"File transfer\". The laptop (using XP) does offer the \"File transfer\" service.\n\nIs this limitation caused by Windows Mobile 5? Would upgrading WM to say 6.x solve this mismatch? Or is it a basic problem with the Axim PDA?\n\nThanks for any clues ...\n\nCheers,\n\nRoss",
"time": "06:55",
"topic": "Bluetooth File Transfer on Dell Axim X51v PDA",
"username": "Ross_ValuSoft"
}
] |
Bluetooth File Transfer on Dell Axim X51v PDA
|
[
{
"date": "2011-10-19",
"forum": "FiveWin para Pocket PC",
"text": "Hola,\n\nHi all,\n\nI am using a Dell Axim X51v PDA with Windows Mobile 5. I would like to use Bluetooth instead of the USB cable to transfer data files (dbf files) to my laptop. The Bluetooth services offered by the PDA do not include \"File transfer\". The laptop (using XP) does offer the \"File transfer\" service.\n\nIs this limitation caused by Windows Mobile 5? Would upgrading WM to say 6.x solve this mismatch? Or is it a basic problem with the Axim PDA?\n\nThanks for any clues ...\n\nCheers,\n\nRoss",
"time": "11:19",
"topic": "Bluetooth File Transfer on Dell Axim X51v PDA",
"username": "Ross_ValuSoft"
}
] |
Bluetooth File Transfer on Dell Axim X51v PDA
|
[
{
"date": "2008-10-28",
"forum": "FiveWin for Pocket PC",
"text": "Hello,\r\nwhen i print to a bluetooth printer (EXTECH S2500THS) with \r\n[code:2so0a7no]\nlocal hOut := CreateFile( gd_PrinterPort, GENERIC_WRITE, 0, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL )\n\ncText+=.....\n\nfor n = 1 to Len( cText )\n WriteByte( hOut, Asc( SubStr( cText, n, 1 ) ) )\nnext\nreturn nil[/code:2so0a7no]\r\n\r\nsome of the characters get lost (always other characters, sometimes only one, sometimes 2, 3 or 4). The printer is connected via Bluetooth seriell at COM8. \r\n\r\nMust i configure something for bluetooth seriell communication at COM8 ?\r\nWould it help, if i put a sleep in the WriteByte loop ? If yes, with which command ?",
"time": "17:43",
"topic": "Bluetooth Printing",
"username": "Wolfgang Ciriack"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-28",
"forum": "FiveWin for Pocket PC",
"text": "Wolfgang,\r\n\r\nPlease try calling SysRefresh() from inside the loop",
"time": "18:30",
"topic": "Bluetooth Printing",
"username": "Antonio Linares"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-28",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio,\r\n\r\ndo yo mean it in this way ?\r\n[code:2wgu4c5j]\nfor n = 1 to Len( cText )\n WriteByte( hOut, Asc( SubStr( cText, n, 1 ) ) )\n SysRefresh()\nnext\nreturn nil[/code:2wgu4c5j]",
"time": "18:52",
"topic": "Bluetooth Printing",
"username": "Wolfgang Ciriack"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-28",
"forum": "FiveWin for Pocket PC",
"text": "yes",
"time": "18:52",
"topic": "Bluetooth Printing",
"username": "Antonio Linares"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-30",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio,\r\n\r\nfirst tests did not change anything, but now i have reseted the whole system and the printing seems to be ok now.\r\nThank you for your help.",
"time": "09:46",
"topic": "Bluetooth Printing",
"username": "Wolfgang Ciriack"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-30",
"forum": "FiveWin for Pocket PC",
"text": "Wolfgang\r\n\r\nrelease the handle or you may go into trouble\r\nThe sysrefresh is needed after sending a msginfo or msgyesno, not needed in the loop.\r\n\r\ni have been using BT printing with success since quite a while now . Only problem i have is printing french accented characters... still not solved\r\n\r\nHTH\r\n\r\n[code:3bu5m0by]\nfor n = 1 to Len( cText ) \n WriteByte( hOut, Asc( SubStr( cText, n, 1 ) ) ) \n SysRefresh() \nnext \nCloseHandle( hOut ) // this is missing\nreturn nil[/code:3bu5m0by]",
"time": "17:19",
"topic": "Bluetooth Printing",
"username": "Richard Chidiak"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-30",
"forum": "FiveWin for Pocket PC",
"text": "Hello Richard,\r\n\r\nthank you for your advice, i will add this to my prog.",
"time": "17:47",
"topic": "Bluetooth Printing",
"username": "Wolfgang Ciriack"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-30",
"forum": "FiveWin for Pocket PC",
"text": "Wolfgang ,\r\n\r\nI use this DLL\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.fieldsoftware.com/PrintDC.htm\">http://www.fieldsoftware.com/PrintDC.htm</a><!-- m -->\r\n\r\nYou cann print to a wide variety of printers using Infrared, Bluetooth and 802.11b wireless network , choose the font and the color. \r\n\r\nMaurizio",
"time": "18:27",
"topic": "Bluetooth Printing",
"username": "Maurizio"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-30",
"forum": "FiveWin for Pocket PC",
"text": "Maurizio,\r\ni have ordered this SDK together with the Extech printer, but i am waiting for the delivery. Until now, i have no idea how to integrate this in my app.\r\nFor now, it is ok with the text output, but perhaps a little bit later i will come back with questions to that SDK <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> \r\nThere are now some other programming hints which i have to solve, connecting via seriell communication to a GPS-Logger, sending Data via Wireless Lan (if connected) and so on....",
"time": "19:00",
"topic": "Bluetooth Printing",
"username": "Wolfgang Ciriack"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-31",
"forum": "FiveWin for Pocket PC",
"text": "Wolfgang ,\r\n\r\nThis is a sample .\r\n\r\nRegards MAurizio \r\n[code:1n8lhjv9]#include \"FWCE.ch\"\n#define PD_SELECTPORTRAIT 0x00040000\n#define PD_SELECTLANDSCAPE 0x00080000\n//----------------------------------------------------------------------------//\nfunction Main()\n\n local oWnd, cValue := \"One\"\n Local oFont \n Local cTitle := \"Stampa\"\n \n DEFINE WINDOW oWnd TITLE cTitle\n \n \n DEFINE FONT oFont NAME \"Tahoma\" SIZE 80, 80\n \n @ 1, 2 BUTTON \"Test\" SIZE 80, 30 ACTION PrintCE()\n \n ACTIVATE WINDOW oWnd \n \nreturn nil\n//----------------------------------------------------------------------------//\nfunction PrintCE()\n\nOPEN_CE()\n\nPrintLine(\"Print this line\")\n\nCLOSE_CE()\n\n//-----------------------------------------------------------------------------\n//-----------------------------------------------------------------------------\n\n#pragma BEGINDUMP \n\n\n#include <hbapi.h> \n#include <windows.h> \n#include <aygshell.h> \n#include <commdlg.h> \n#include \"PrintDC.h\" \n\nstatic far HDC hPrDC;\n//==============================================================================================\n\n//TCHAR * AnsiToWide( char * ); \nextern \"C\" { \nTCHAR * AnsiToWide( char * ); \n};\n\nHB_FUNC( PRINTLINE )\n{\n\n int nLen = hb_parclen( 1 ); \n LPSTR pW = hb_parc( 1 ) ; \n PDC_ExtTextOut(hPrDC,100,100, 0, NULL, AnsiToWide(pW ), nLen * 2 , NULL);\n \n}\n\n//==============================================================================================\n\nHB_FUNC( OPEN_CE )\n{\n //Initialize PrintDC\n HWND hWnd; \n hWnd = FindWindow (NULL,L\"Stampa\");\n // MessageBox( 0, wName, L\"TRUE\", 0 );\n PDC_Init(_T(\"Key\")); // \n PRINTDLG pdlg;\n memset(&pdlg, 0, sizeof(PRINTDLG));\n pdlg.cbStruct = sizeof(PRINTDLG);\n pdlg.hwndOwner= hWnd;\n pdlg.dwFlags = PD_SELECTPORTRAIT | PD_INTHOUSANDTHSOFINCHES;\n if (!PDC_PrintDlg(&pdlg)) { //Show \"Select Printer\" dialog\n PDC_KillDoc(NULL); //user may have pressed cancel - free PrintDC resources and clear error condition\n return;\n }\n //Get the printer DC\n hPrDC=pdlg.hdc; //Can also use PDC_GetPrinterDC()\n if (hPrDC==NULL) return;\n //Get printer resolution\n int DPI;\n DPI=PDC_GetDeviceCaps(hPrDC,LOGPIXELSX);\n //Get our margins - stored as thousandths of an inch.since used PD_INTHOUSANDTHSOFINCHES\n // Convert margins to printer units (DPI) and subract physical offsets\n int leftmargin,topmargin;\n leftmargin=(pdlg.rcMargin.left*DPI)/1000 - PDC_GetDeviceCaps(hPrDC,PHYSICALOFFSETX);\n topmargin=(pdlg.rcMargin.top*DPI)/1000 - PDC_GetDeviceCaps(hPrDC,PHYSICALOFFSETY);\n //Lets get started printing\n DOCINFO di;\n PDC_StartDoc(hPrDC,&di);\n PDC_StartPage(hPrDC);\n //Print our text using default font\n}\n\n\n//==============================================================================================\nHB_FUNC( CLOSE_CE )\n{\n PDC_EndPage(hPrDC);\n PDC_EndDoc(hPrDC);\n if (hPrDC) PDC_DeleteDC((HDC) hPrDC);\n PDC_UnInit();\n}\n\n#pragma ENDDUMP \n[/code:1n8lhjv9]",
"time": "08:21",
"topic": "Bluetooth Printing",
"username": "Maurizio"
}
] |
Bluetooth Printing
|
[
{
"date": "2008-10-31",
"forum": "FiveWin for Pocket PC",
"text": "Thank you very much Maurizio, i save this on my disk !",
"time": "08:25",
"topic": "Bluetooth Printing",
"username": "Wolfgang Ciriack"
}
] |
Bluetooth Printing
|
[
{
"date": "2005-11-03",
"forum": "FiveWin for Pocket PC",
"text": "Hello:\n\nI have a converter Bluetooth - Paralel conected to the printer.\n\nI can see the printer in the bluetooth manager, it is asigned to COM7\n\nI have tried:\n\nSET PRINTER TO COM7\nSET PRINT ON\n\n? \"PRUEBAS\"\n?\n\nSET PRINTER TO\nSET PRINT OFF\n\nIt does not work.\n\nYou wrote a mail about that but I cant conect.\n\nThanks for your help.\n\nJose Valle",
"time": "01:12",
"topic": "Bluetooth dot matrix printer (star)",
"username": "josevalle"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-03",
"forum": "FiveWin for Pocket PC",
"text": "Jose,\n\nWe are working on a sample of using the bluetooth that we are going to publish as soon as possible. \n\nBasically it has to be used as a COM port.",
"time": "12:37",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-03",
"forum": "FiveWin for Pocket PC",
"text": "Jose,\n\nWe have already published a new FWPPC build with Bluetooth support.\n\nPlease review samples\\BlueToth.prg\n\nPlease test it and let us know how it works there.",
"time": "13:13",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-04",
"forum": "FiveWin for Pocket PC",
"text": "Thanks Antonio.\n\nI will try that tomorrow. With this solved I can finish my aplication only a little bit late!!!\n\nFor testing I have buy a bluetooth to printer conector (60€) and I use a dot matrix paralel printer. When sure I will buy Star in 12 Volts 60 cols 600€.\n\n(this is a littlr off topic but this is the only place I know for speaking about this)\n\n\nJose Valle",
"time": "00:13",
"topic": "Bluetooth dot matrix printer (star)",
"username": "josevalle"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-04",
"forum": "FiveWin for Pocket PC",
"text": "Jose,\n\nThis is the right place to talk about this <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\n\nI wait for your news,",
"time": "08:28",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-07",
"forum": "FiveWin for Pocket PC",
"text": "I try with Zebra QL 320 but it does not work\n\nRegards Maurizio",
"time": "09:53",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Maurizio"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-07",
"forum": "FiveWin for Pocket PC",
"text": "Maurizio,\n\nWas the bluetooth connection properly set before testing it ? \n\nYou have to manually do the bluetooth setup.",
"time": "10:54",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-07",
"forum": "FiveWin for Pocket PC",
"text": "Yes the bluetooth is properly setup , I use it with another programm \nand print OK \nMaurizio",
"time": "16:26",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Maurizio"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-07",
"forum": "FiveWin for Pocket PC",
"text": "Hello:\n\nWhen I use the sample program it does not detect the printer.\n\nUsing the bluetooth program I see the printer.\n\nBut I can´t print in it.\n\nUsing one program form HP I can send a file to the printer and it works\n\nI will test more things but I know almost nothing about bluetooth",
"time": "17:43",
"topic": "Bluetooth dot matrix printer (star)",
"username": "josevalle"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-07",
"forum": "FiveWin for Pocket PC",
"text": "Jose,\n\nBlueTooth works as a standard COM port. OutPort is 8 and InPort is 7.\n\nIf you do a: \n\n local hOut := BlueOut()\n\n MsgInfo( Str( hOut ) ) \n\n CloseComm( hOut )\n\nthen you should see the value of the handle of the port. Please try it and let us know what numeric value you get. Thanks.",
"time": "21:06",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-07",
"forum": "FiveWin for Pocket PC",
"text": "Hello\n\nI get -1\n\nThanks Antonio",
"time": "21:16",
"topic": "Bluetooth dot matrix printer (star)",
"username": "josevalle"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-08",
"forum": "FiveWin for Pocket PC",
"text": "Jose,\n\nCould you check if your bluetooth out port is located at COM8: ?",
"time": "10:14",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-08",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio\n\nI don´t have the pda here, but I thing that the output port was COM5:\n\nI will call my client and confirm you that.\n\nThe pda is Symbol 8800 with codebar scanner and the printer Star with a paralel to bluetooth adaptor.",
"time": "12:17",
"topic": "Bluetooth dot matrix printer (star)",
"username": "josevalle"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-09",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio\n\nI get -1891664022 (change every time)\n\nIN COM 8\nOUT COM 6 \n\nRegards Maurizio",
"time": "10:02",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Maurizio"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-09",
"forum": "FiveWin for Pocket PC",
"text": "We have just published a new FWPPC build. \n\nIn samples\\bluetoth.prg, please change local hOut := BlueOut() into:\n\n#define GENERIC_WRITE 0x40000000 \n#define OPEN_EXISTING 3\n#define FILE_ATTRIBUTE_NORMAL 0x00000080 \n\n...\n\nlocal hOut := CreateFile( \"COM6:\",; // change the number as needed\n GENERIC_WRITE, 0, 0, OPEN_EXISTING, \n FILE_ATTRIBUTE_NORMAL ) \n \nMsgInfo( Str( hOut ) ) // Lets see if we get a valid handle, not -1\n\n...\n\nand change CloseComm( hOut ) into CloseHandle( hOut ).\n\nThanks for your feedback,",
"time": "11:13",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-09",
"forum": "FiveWin for Pocket PC",
"text": "Hello Antonio\n\n Thanks to your great help ,now works very well .\n\n It is possible to set hIn to ? \n\n Regards MAurizio\n <!-- w --><a class=\"postlink\" href=\"http://www.nipeservice.com\">www.nipeservice.com</a><!-- w -->",
"time": "14:46",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Maurizio"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-09",
"forum": "FiveWin for Pocket PC",
"text": "Maurizio,\n\nTry this:\n\n#define GENERIC_READ 0x80000000\n#define OPEN_EXISTING 3 \n#define FILE_ATTRIBUTE_NORMAL 0x00000080 \n\n... \n\nlocal hIn := CreateFile( \"COM8:\",; // change the number as needed \nGENERIC_READ, 0, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL )",
"time": "17:44",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-10",
"forum": "FiveWin for Pocket PC",
"text": "Thanks Antonio, now it works.\n\nWhen I started the aplication I was afraid of using a new product on an aplication with a so sort time limit. But now everything is ok",
"time": "22:49",
"topic": "Bluetooth dot matrix printer (star)",
"username": "josevalle"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2005-11-11",
"forum": "FiveWin for Pocket PC",
"text": "Jose,\n\nWe are glad to know we are moving forward <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\n\nThanks to all of you for your feedback and support,",
"time": "01:38",
"topic": "Bluetooth dot matrix printer (star)",
"username": "Antonio Linares"
}
] |
Bluetooth dot matrix printer (star)
|
[
{
"date": "2007-02-14",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nMy fwppc app writes on bluetooth printer. This works OK on HP 460 BT, the print goes OK but the special characters do not show.\nPrinting to a text file and then manually printing the text file is OK. \n\nI wouls like to avoid this solution and have direct print with special charcaters. Any idea ?\nHas anyone succeeded printing special characters directly on bt from fwppc ?\n\nThanks for the help\n\nRichard\n\nHere is a small sample of the code\n\nSendblue( MemoRead(cfile)) // oemtoansi(cfile) does not do any change\n\n\nSTATIC function SendText( hOut, cText )\nlocal n\nFWRITE( HOUT, CTEXT + CRLF )\nreturn nil\n\nSTATIC FUNCTION SENDBLUE(ctext)\nLOCAL i, hOut\n\nDPTCOM := \"COM\" + STR(PKID->COMIMPRI,1) + \":\"\n// DPTCOM := \"COM6:\"\n\nhOut := CreateFile( DPTCOM,GENERIC_REWRITE, 0, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL )\nIF hOut==-1\n MsgStop(\"Port Impression non trouvé, Impression Impossible\")\nELSE\n FOR i = 1 TO Len( cText )\n WriteByte( hOut, Asc(SubStr( cText, i, 1 ) ) )\n NEXT\n CloseHandle( hOut )\nENDIF\nreturn nil",
"time": "16:22",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] |
Bluetooth print and Special characters
|
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "Richard,\n\nWhat asc() values those special characters have ?",
"time": "19:17",
"topic": "Bluetooth print and Special characters",
"username": "Antonio Linares"
}
] |
Bluetooth print and Special characters
|
[
{
"date": "2007-02-15",
"forum": "FiveWin for Pocket PC",
"text": "Antonio\n\nThey are standard accented french characters (like in spanish)\n\ni do not know the ascii character but i can display them it if necessary \n\nex: \"Désignation\" The (é) is one of them.\n\nWhat is strange, is that my program writes first to an ascii file (txt) and then prints from the ascii file.\n\nThe ascii file is perfect.\n\nIf i print directly the ascii file to the printer (without fwppc), the printout is perfect !\n\nI am puzzled. No one has ever tried to print local characters (spanish, portuguese,..etc) via bluetooth ?\n\nI can do all necessary tests if needed.\n\nThanks for your help.\n\n\nRichard",
"time": "20:57",
"topic": "Bluetooth print and Special characters",
"username": "Richard Chidiak"
}
] |
Bluetooth print and Special characters
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.