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 cre...
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 la...
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 par...
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((aAli...
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......
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 tru...
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\...
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 />&nbsp;oBrowse:<span style=\"color: #000000;\">oHScroll</span>:<span style=\"color: #000000;\">SetRange</span><span sty...
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 experien...
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=\...
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 tak...
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;\">...
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", ...
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 aut...
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 sa...
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 ...
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 co...
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 co...
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&#58;//www&#46;ursini&#46;at/zwischen/blue&#46;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...
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 ...
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 transparen...
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", ...
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 th...
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 param...
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 ...
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, tho...
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 -->", ...
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 cP...
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...
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&#58;//msdn&#46;microsoft&#46;com/en-us/library/ms807027&#46;aspx[/url:3uf4k32a]", "time": "18:20", "topic": "Bluehost MySQL Server through Fivewin", "usernam...
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&#58;//www&#46;atzwanger-so...
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 us...
Bluetooth
[ { "date": "2011-02-12", "forum": "FiveWin for Harbour/xHarbour", "text": "I found this site:\n\n[url:30bg1xye]http&#58;//32feet&#46;codeplex&#46;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 i...
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 possib...
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 i...
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 Linare...
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/libr...
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": "B...
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...
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...
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: #...
Bluetooth Activated
[ { "date": "2009-11-13", "forum": "FiveWin for Pocket PC", "text": "[url=http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=7&t=17342&p=90189#p90189:2wfemzbf][size=200:2wfemzbf]Solution Here!!![/size:2wfemzbf][/url:2wfemzbf]", "time": "02:14", "topic": "Bluetooth Activated", "u...
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 tra...
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 ...
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 &#58;= CreateFile&#40; gd_PrinterPort, GENERIC_WRITE, 0, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL &#41;\n\ncText+=&#46;&#46;&#46;&#46;&#4...
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&#40; cText &#41;\n WriteByte&#40; hOut, Asc&#40; SubStr&#40; cText, n, 1 &#41; &#41; &#41;\n SysRefresh&#40;&#41;\nnext\nreturn nil[/code:2wgu4c5j...
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":...
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 probl...
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 In...
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 late...
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&#46;ch\"\n#define PD_SELECTPORTRAIT 0x00040000\n#define PD_SELECTLANDSCAPE 0x00080000\n//--------------------...
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 T...
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)", "u...
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 (...
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 b...
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 print...
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 te...
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 po...
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...
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_NORM...
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 -->", ...
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, ...
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 (s...
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)
[ { "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...
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 progr...
Bluetooth print and Special characters