messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2010-07-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nSorry, your lockwindowupdate() idea doesn't prevent the repainting. See sample code below. Press the lock button then move the custor over the browse and you will hear lots of beeps.\n\n[quote:10ov1eia]Sorry, but you di... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, James, \n \n I put this line of code in a my application\n\n oBrw:bSkip:= {|nRecs| ( logfile( \"eventi.txt\" , { oBrw:nRowCount() , recno() } ), tabella->(dbskipper( nRecs)) ) }\n\ntabella.dbf has 11400 records it's... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":3fcchafx]The problem is the slow repainting. The reduced and self-contained example is below.[/quote:3fcchafx]\n\nSorry James, but your sample doesn't show anything useful. I can hear a single beep when leavi... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"MarcoBoschi\":37jqt5cu]29 skipped records Vs only 8 rowse on the screen\n\nis it normal?[/quote:37jqt5cu]\n\nCan I see a real sample of the problem?\n\nEMG",
"time": "12:37",
"topic": "Comments and requests about ... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n here below there is the sample of James modified.\nI write with logfile function, I remove beep.\n\nIt 'obvious that all is well with the table customer ther are no problems.\nWith another table I see differences betw... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found this inside events.txt:\n\n07/22/10 14:38:37: 14\t1\t\n07/22/10 14:38:37: 14\t1\t\n07/22/10 14:38:37: 14\t2\t\n07/22/10 14:38:37: 14\t3\t\n07/22/10 14:38:37: 14\t4\t\n07/22/10 14:38:37: 14\t5\t\n07/22/10 14:38:37: 14\t6\t\... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n let's start from beginning\nCompile and run this little sample program.\ndrag another little window over the window of this program\nYou have to note that refresh or repaint ( you understand me ) is slow\nIs much sl... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"MarcoBoschi\":2rt096t0]Enrico,\n let's start from beginning\nCompile and run this little sample program.\ndrag another little window over the window of this program\nYou have to note that refresh or repaint ( you und... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n Seeing is believing...\ntake a look at \n[url:2kb36pj8]http://www.marcoboschi.it/public/fivewin.avi[/url:2kb36pj8]",
"time": "15:06",
"topic": "Comments and requests about TWBrowse",
"usern... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm not saying that you don't have a problem. I'm only saying that your sample doesn't show it here. I see that you are using a different sample. Can I try with the exact sample are you using? I cannot help you if I cannot see the... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "...and this is with excel\n[url:2vtmbub3]http://www.marcoboschi.it/public/excel.avi[/url:2vtmbub3]",
"time": "15:14",
"topic": "Comments and requests about TWBrowse",
"username": "MarcoBoschi"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "#include \"fivewin.ch\"\n\n function main()\n\n local oWnd, oLbx\n\n SET DELETED ON\n SET EXCLUSIVE OFF\n use customer\n\n define window oWnd title \"Test Browse\"\n\n @ 0 , 0 listbox oLbx fields alias \"c... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, now I can see the problem. But please test this new sample:\n\n[code=fw:210lx8u3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n I've tested your last sample. \nSlowness is less evident.\n\nI propose to slightly modify your program to make it more like a real work situation.\nI don't believe that in your network you have good performance again.\... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, the difference seems to be the SHARED clause, that is expected. With SHARED clause I can see the slow refresh even without indexes. I don't know if TWBrowse can be improved but the major benefit would be in improving DBF's sha... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok Enrico\nThanks",
"time": "08:37",
"topic": "Comments and requests about TWBrowse",
"username": "MarcoBoschi"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2010-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK, Enrico, here is a better example. I have really slowed down the screen painting with a delay and you can watch it repaint one step at a time after you move another window over it. You also hear all the beeps. A log file will b... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n[quote:bugxsg46]I don't know if TWBrowse can be improved but the major benefit would be in improving DBF's shared access speed, if it were possible.[/quote:bugxsg46]\n\nHere is a possible solution. In the LostFocus() me... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n James's suggestion is very very interesting.\nThanks",
"time": "09:20",
"topic": "Comments and requests about TWBrowse",
"username": "MarcoBoschi"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2010-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:211ivnmb]Here is a possible solution. In the LostFocus() method, copy all visible records into a buffer array. Then during refresh if the control does not have focus() then repaint using the array, otherwise repaint by read... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Excuse me, \n in these days I'm under pressure.\nI've forgot to tell you that I tested your samples\nIt's a valid solution except for a little visual effect\nThere is a little flickering in your sample and in this (rewritten b... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\n[quote:3v0cq52y]There is a little flickering in your sample and in this (rewritten by me) there are other problems that I am not able to resolve.[/quote:3v0cq52y]\n\nWhat other problems are you having?\n\nJames",
"ti... | Comments and requests about TWBrowse |
[
{
"date": "2010-07-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:sikb290k]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">There is a little flickering in your sample</div>[/code:sikb290k]\nI knew this and also I thought this could be fixed. If in principle, this is taki... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This solution in my opinion is good:\n\n[code=fw:1hgr6lyg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">'fivewin.ch'</span><br /><sp... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "up",
"time": "10:39",
"topic": "Comments and requests about TWBrowse",
"username": "MarcoBoschi"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2012-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\n[quote:3krb51or]Since in a dialog I have other obiects... is it possible in Paint method to check Focus of entire dialog instead of TWBROWSE object?[/quote:3krb51or]\n\nDo you mean this ?\n\nif ::hSaveScr != nil .and. Ge... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes Dear Friend.\n Perhaps even refer to the application itself!\nIs it possible?\n\nMarco",
"time": "12:02",
"topic": "Comments and requests about TWBrowse",
"username": "MarcoBoschi"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2012-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[size=150:1krrjwsy]Saving and restoring the bitmap is painting the saved image one pixel off from the original position. This can be fixed[/size:1krrjwsy]\n\nExcuse me but this small problem has been resolved?",
"time": "15:32... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nIf you are using a shared DBF and if another user changes a record, you will not see his changes using this technique",
"time": "19:59",
"topic": "Comments and requests about TWBrowse",
"username": "Antonio L... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n I know.\nThe solution of nage is very very good in my opinion.\nA Bitmap instead of rows\nThere is a little shit from bmp image and real image\nThere are some programs for indivual use and that operate in static table... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2exxl4qs]\nI knew this and also I thought this could be fixed. If in principle, this is taking us in the right direction avoiding re-reading data from source atleast when repainting in non-focused state, then we can proceed... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nTry with different values from zero here:\n\nDrawBitmap( ::hDC, ::hSaveScr, 1, 0 )",
"time": "06:55",
"topic": "Comments and requests about TWBrowse",
"username": "Antonio Linares"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2012-09-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, \n perhaps negative numbers?\nBye\nmarco",
"time": "07:55",
"topic": "Comments and requests about TWBrowse",
"username": "MarcoBoschi"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2012-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, try it",
"time": "02:58",
"topic": "Comments and requests about TWBrowse",
"username": "Antonio Linares"
}
] | Comments and requests about TWBrowse |
[
{
"date": "2012-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> \nAntonio,\n unfortunately does not work.\nbye",
"time": "07:53",
"topic": "Comments and requests about TWBrowse",
"usernam... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nIn FWH/source/winapi/bmpdraw.c DrawBitmap() is defined as:\n\nvoid DrawBitmap( HDC hdc, HBITMAP hbm, WORD wCol, WORD wRow, WORD wWidth,\n WORD wHeight, DWORD dwRaster )\n\nplease change it as:\n\nvoid Dra... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, \n Now I am satisfied!\nNo more slowness in repainting <!-- s8) --><img src=\"{SMILIES_PATH}/icon_cool.gif\" alt=\"8)\" title=\"Cool\" /><!-- s8) -->\nAnd no more <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gi... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nVery good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nPlease copy here your final code for wbrowse max speed, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n when this application is in bacground if I move dialogs of other programs in the desktop\nIf a repaint is needed is faster.\nIt is obviuos that you have to try this code with a large table with open index, perhaps w... | Comments and requests about TWBrowse |
[
{
"date": "2012-09-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Very good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nThanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"ti... | Comments and requests about TWBrowse |
[
{
"date": "2007-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello\n\nIt's support old xHarbour 0.92+FWH 2.5/2.6 ?\n\nRegards,\n\nRichard",
"time": "04:44",
"topic": "Comming Soon : ViaCORAL 1.1, Skin Buttons.",
"username": "Taiwan"
}
] | Comming Soon : ViaCORAL 1.1, Skin Buttons. |
[
{
"date": "2007-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gonna love this! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "02:55",
"topic": "Comming Soon : ViaCORAL 1.1, Skin Buttons.",
"username": "toyet"
}
] | Comming Soon : ViaCORAL 1.1, Skin Buttons. |
[
{
"date": "2007-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello\n\nI have old AP( xHarbour 0.92+FWH2.3 or FWH2.4).\nYour new version 1.1 support it?\nHave you call new FWH's kernal function?\nI afraid my old tools incompatible your v1.1\n\nRegards,\n\nRichard",
"time": "12:45",
"... | Comming Soon : ViaCORAL 1.1, Skin Buttons. |
[
{
"date": "2007-04-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Fernando Mancera\":3qy5ixj1]Hello,\n\n[quote:3qy5ixj1]I have old AP( xHarbour 0.92+FWH2.3 or FWH2.4). \nYour new version 1.1 support it? \nHave you call new FWH's kernal function? \nI afraid my old tools incompatible your... | Comming Soon : ViaCORAL 1.1, Skin Buttons. |
[
{
"date": "2005-10-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nNo se si ya alguien pregunto sobre esto, pero recien note que la clase database, antes de hacer un ::unlock() no tiene un ::commit().\n\nLa ayuda de Clipper, y muchos textos mas, recomiendan hacer un COMMIT antes de un U... | Commit en clase database |
[
{
"date": "2005-10-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Julio,\n\nya hemos modificado la Clase TDataBase para que se llame a ::Commit() siempre antes de llamar a ::Unlock(). Gracias.\n\nSi, puedes modificarla, y enlazarla en tu PRG ó bien reemplazarla en la librería.",
"time": "16... | Commit en clase database |
[
{
"date": "2009-04-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio se usa uno laço de repeticion com muitos registros se torna muy lento executar lo commit a cada unlock.\nSugestão?\nGracias.",
"time": "01:19",
"topic": "Commit en clase database",
"username": "Wanderson"
}
... | Commit en clase database |
[
{
"date": "2012-10-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos del foro:\n\nTengo una curiosidad, si el Commit/DBCommit() sirve para VOLCAR (escribir) los buffers de memoria (FIELDS e INDICES) a disco, ¿habra alguna forma o funcion que permita vaciar estos buffers de la memoria??... | Commit y RollBack |
[
{
"date": "2014-09-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos.\n\nUna cuestion de que es mejor.\n\nante un bloque de registro y para liberarlo se usa unlock\n\nel commit debe ir antes del unlock o despues?\n\ncomo si fuera principiante ante esto...\n\ngracias.",
"time": "16:17",... | Commit y unlock |
[
{
"date": "2014-09-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antes,\n\nPara forzar el windows a grabar el registro en la base de datos.\n\nSaludos.",
"time": "16:51",
"topic": "Commit y unlock",
"username": "karinha"
}
] | Commit y unlock |
[
{
"date": "2014-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "dUnlock hace una llamada al metodo SELF_GOCOLD que se encarga de actualizar los buffer internos y de escribir en dico si es necesario por lo que commit está implicito.",
"time": "01:20",
"topic": "Commit y unlock",
"u... | Commit y unlock |
[
{
"date": "2014-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Manuel,\n\nAun a pesar de que pienso que conoces las interioridades Rdd de Harbour mejor que yo, veo extraño lo que dices. Simplemente, si COMMIT no hiciera nada, seguro que V. Szatkas ya lo habria eliminado de las funciones de H... | Commit y unlock |
[
{
"date": "2014-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Noe Aburto, lo hago de esta manera, hubo un gran debate sobre [url=\"http://fivewin.com.br/index.php?/topic/21870-indexacao-constante/\"]el tema[/url].\n\npara agregar un nuevo registro\ndbAppend( .F. )\nIF neterr()\n? \"no... | Commit y unlock |
[
{
"date": "2014-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "To All\n\nJust a word of caution using dbCommit() .. for just a single record dbCommit() during an update, append or deletion is fine, however, if you are updating many records in a Do While loop, you will notice dbCommit() after... | Commit y unlock |
[
{
"date": "2014-09-04",
"forum": "FiveWin para Harbour/xHarbour",
"text": "No tiene nada que ver una cosa con la otra.\nEl dbUnLock() hace un dbcommit() pero no al contrario.\nSe puede mantener el bloqueo y hacer un commit para que el cambio sea visible para otros usuarios del aplicativo en la red y no ... | Commit y unlock |
[
{
"date": "2021-07-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, pregunto: ¿Existe alguna manera de hacer que los common dialogs se vean más grandes?\n\nMe explico, estoy haciendo una aplicación, tipo OneNote, que se puede usar tanto en ordenadores como en moviles o tablets (a través de ... | Common dialogs |
[
{
"date": "2021-07-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "All these common dialogs use Windows function MessageBox().\n<!-- m --><a class=\"postlink\" href=\"https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebox\">https://docs.microsoft.com/en-us/window ... me... | Common dialogs |
[
{
"date": "2021-07-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Thank you mr Rao, I will have to do them",
"time": "08:58",
"topic": "Common dialogs",
"username": "Sebastián Almirón"
}
] | Common dialogs |
[
{
"date": "2006-03-12",
"forum": "FiveWin for Pocket PC",
"text": "Is comms built in to the FWFPPC system or can I use any comms library that I currently use with Fivewin?\n\nI need to be able to use xModem Transfer.",
"time": "09:45",
"topic": "Comms",
"username": "grumpy"
}
] | Comms |
[
{
"date": "2006-03-12",
"forum": "FiveWin for Pocket PC",
"text": "FWPPC provides comm support, though xmodem is a specialized protocol that is not directly supported by Windows Mobile OS. \n\nYou can't use your PC libraries, unless you get a version built for ARM compatible processors.",
"time": "1... | Comms |
[
{
"date": "2011-06-30",
"forum": "FiveWin for Pocket PC",
"text": "I just order FWPPC for running on S3C2440 Friendly ARM9 with Windows CE 5.0-6.0, When test the samples SetComm.prg return is .f. and TestComm.prg notthing happen.\nI try to use this code for capture the result but function OpenCom return... | Communication with ARM9 |
[
{
"date": "2011-07-02",
"forum": "FiveWin for Pocket PC",
"text": "When you run TestComm.prg, what msg do you see on the screen ?\n\nMsginfo(\"Fallo al abrir \"+ cComm)\n\nMsginfo( \"Fallo al iniciar RAWIR\")\n\nMsgInfo(\"Fallo al configurar \"+ cComm)\n\n(these msgs are inside TestComm.prg)",
"time... | Communication with ARM9 |
[
{
"date": "2011-07-02",
"forum": "FiveWin for Pocket PC",
"text": "For SetComm.prg output display .f. in msginfo()\nFor original TestComm.prg nothing display\nbut after I insert\n///////////////////////////\nfunction main\n local nComm\n nComm=OpenCom()\n msginfo(str(nComm))\nreturn nil\n///////////////... | Communication with ARM9 |
[
{
"date": "2011-07-03",
"forum": "FiveWin for Pocket PC",
"text": "Surasak,\n\nIf you don't get any MsgInfo() then it is fine, where does it fail ?",
"time": "02:00",
"topic": "Communication with ARM9",
"username": "Antonio Linares"
}
] | Communication with ARM9 |
[
{
"date": "2011-07-03",
"forum": "FiveWin for Pocket PC",
"text": "Program error when I use function ComSend and ComRead Tomorrow I will send you the error message",
"time": "16:01",
"topic": "Communication with ARM9",
"username": "Surasak"
}
] | Communication with ARM9 |
[
{
"date": "2011-07-04",
"forum": "FiveWin for Pocket PC",
"text": "I just found my mistake,\nNow I can work on it.\nThank you very much for your help",
"time": "04:56",
"topic": "Communication with ARM9",
"username": "Surasak"
}
] | Communication with ARM9 |
[
{
"date": "2011-07-04",
"forum": "FiveWin for Pocket PC",
"text": "Very good <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "08:42",
"topic": "Communication with ARM9",
"username": "Antonio Linares"
}
] | Communication with ARM9 |
[
{
"date": "2008-10-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buen dia como coloco dos lineas en titulo de browse, actualmente lo hago asi y no hace el saldo de linea. Lo hago asi.\r\n oBrw:aCols[ 5 ]:cHeader := \"Doc.Trans\"+CHR(10)+\"Anulacion\" \r\n\r\n\r\n[code:39xb81f7]\n oBrw :... | Como Coloco dos lineas en titulo de xbrowse |
[
{
"date": "2008-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ruben DArio:\r\n\r\nAsi lo hago:\r\noCol:cHeader:= \"Número Usuario\"+CHR(10)+\"Nombre Usuario\" \r\n\r\nSaludos\r\n\r\nRuben Fernandez",
"time": "00:01",
"topic": "Como Coloco dos lineas en titulo de xbrowse",
"user... | Como Coloco dos lineas en titulo de xbrowse |
[
{
"date": "2008-10-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "oBrw:nHeaderLines = n\r\ndonde \"n\" es el numero de lineas que desees\r\n[code:3507szcr] oBrw:aCols[ 5 ]:cHeader := \"Doc.Trans\"+CRLF+\"Anulacion\" [/code:3507szcr]",
"time": "00:32",
"topic": "C... | Como Coloco dos lineas en titulo de xbrowse |
[
{
"date": "2012-02-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "saludos al forum\n\n\ncldatos := {\"nombre\",\"vend\"}\ncltitul := {\"Codigo\",\"Nombre\"}\nclpictur := {Nil,Nil}\nclwinth := {40,360}\nclfoter := {\"Codigo\",\"Nombre\"}\nclalidat := {\"AL_LEFT\",\"AL_LEFT\"} //L,R,C\n... | Como Ingreso la columnas atraves de un array en xbrowse |
[
{
"date": "2008-11-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigos necesito esta funcion como la agrego a mi aplicacion\r\n\r\n#pragma BEGINDUMP\r\n\r\n#include <hbapi.h>\r\n#include <windows.h>\r\n\r\nCLIPPER ISEXERUNNING( PARAMS ) // ( cExeNameCaseSensitive ) --> lResult\r\n{\r\n HAND... | Como adiciono esta funcion a mi ejecutable |
[
{
"date": "2008-11-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Vladimir,\r\n\r\nHazlo asi:\r\n[code:2aome1tz]\n#pragma BEGINDUMP \n\n#include <hbapi.h> \n#include <windows.h> \n\nHB_FUNC( ISEXERUNNING ) // ( cExeNameCaseSensitive ) --> lResult \n{ \n HANDLE hMu... | Como adiciono esta funcion a mi ejecutable |
[
{
"date": "2010-01-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Eso amigos\n\nTengo el color del windows con GetSysColor() como lo convierto a RGB para colorearlo\nidenticamente como formulario web.\n\n\n\n<script language=\"Javascript\">\n document.write(RGB2HTML(255,34,33));\n</script>\n\... | Como convertir Getsyscolor() a RGB |
[
{
"date": "2010-01-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Vladimir,\n\nnRed = nRGBRed( nRGBColor ) \nnGreen = nRGBGreen( nRGBColor ) \nnBlue = nRGBBlue( nRGBColor )",
"time": "08:15",
"topic": "Como convertir Getsyscolor() a RGB",
"username": "Antonio Linares"
}
] | Como convertir Getsyscolor() a RGB |
[
{
"date": "2010-01-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "//-> Tabela de Colores\n\n<!-- m --><a class=\"postlink\" href=\"http://www.oho.com.br/cores.htm\">http://www.oho.com.br/cores.htm</a><!-- m -->\n\nSaludos.",
"time": "12:00",
"topic": "Como convertir Getsyscolor() a RG... | Como convertir Getsyscolor() a RGB |
[
{
"date": "2010-01-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote:on7mjz6i]//-> Tabela de Colores\n<!-- m --><a class=\"postlink\" href=\"http://www.oho.com.br/cores.htm\">http://www.oho.com.br/cores.htm</a><!-- m -->[/quote:on7mjz6i]\n\nJoão Santos,\n\nGracias. Página web muy útil que m... | Como convertir Getsyscolor() a RGB |
[
{
"date": "2010-01-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias João \n\nPor compartir la Tabla de colores, es muy útil\n\nSaludos\n\nAdhemar",
"time": "14:19",
"topic": "Como convertir Getsyscolor() a RGB",
"username": "acuellar"
}
] | Como convertir Getsyscolor() a RGB |
[
{
"date": "2006-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados Colegas\n\nComo hago para enviarles comando AT al modem y obtener\nrespuesta.\n\nGracias\nFabian\n<!-- e --><a href=\"mailto:databaselab2002@yahoo.com.ar\">databaselab2002@yahoo.com.ar</a><!-- e -->",
"time": "03:43... | Como le envio comandos AT al modem |
[
{
"date": "2006-09-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Fabian,\n\nTienes un ejemplo operativo en samples\\phone.prg",
"time": "09:18",
"topic": "Como le envio comandos AT al modem",
"username": "Antonio Linares"
}
] | Como le envio comandos AT al modem |
[
{
"date": "2006-09-05",
"forum": "FiveWin para Harbour/xHarbour",
"text": "En phone.prg hay que modificar la llamada a SetCommState() para que reciba nComm como el primer parámetro. \n\nEs una modificación propia del API de Win32.",
"time": "07:14",
"topic": "Como le envio comandos AT al modem"... | Como le envio comandos AT al modem |
[
{
"date": "2006-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Al empezar a ejecutar una tarea me gustaria poder \"matar\" ( o sea, \"finalizar el arbol de procesos\") un proceso que me aparece en el Administrador de tareas como \"FtLnSop.exe\". No sé el título de su ventana o sea, que no pu... | Como "matar" un proceso activo |
[
{
"date": "2006-08-31",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Oskar: Te lo agradeceré muchísimo. Llevo dos dias intentándolo y ya no sé que más probar.\nRafael",
"time": "22:25",
"topic": "Como \"matar\" un proceso activo",
"username": "Rafael Clemente"
}
] | Como "matar" un proceso activo |
[
{
"date": "2006-09-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Oskar:\n\nMuchas gracias por tu rápida respuesta. \n\nHe intentado compilar tu ejemplo (añadiendo include \"sql.ch\") pero me da un error de sintaxis en la linea \"For each...\". He hecho la prueba utilizando FWH 2.6 y Harbour j... | Como "matar" un proceso activo |
[
{
"date": "2006-09-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Rafael,\n\nPuedes usar TerminateProcess() \n\n<!-- m --><a class=\"postlink\" href=\"http://support.microsoft.com/default.aspx?scid=KB;en-us;178893&\">http://support.microsoft.com/default.as ... us;178893&</a><!-- m -->",
"ti... | Como "matar" un proceso activo |
[
{
"date": "2006-09-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio:\nSupongo que habrá que llamar a Terminate Process() mediante alguna función en C. Podrías postear un ejemplo simple, por favor?\nGracias\nRafael",
"time": "14:51",
"topic": "Como \"matar\" un proceso activo",
... | Como "matar" un proceso activo |
[
{
"date": "2006-09-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Oskar:\nUtilizo Harbour Compiler Alpha build 44.0 (Flex) y FWH/FWHX 2.6 May/2005\nSaludos\nRafael",
"time": "15:06",
"topic": "Como \"matar\" un proceso activo",
"username": "Rafael Clemente"
}
] | Como "matar" un proceso activo |
[
{
"date": "2018-11-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estou precisando abrir arquivos de imagem DICOM, são imagens utilizadas na medicina : tomografia/RaioX/Resonancia,\nAlguem com experiencia no assunto ?? \n\nObrigado pela atenção e colaboração de todos",
"time": "16:09",
... | Como Abrir Arquivos de Imagem DICOM ?? |
[
{
"date": "2006-03-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola amigos, alguien sabe como enviar una interrupcion a una gaveta de dinero para que una vez impreso el documento se abra y entregar el cambio.... esta gaveta se conecta a la impresora matricera por un cable RJ \n\nMuchas Graci... | Como Abrir gaveta de dinero desde FWH |
[
{
"date": "2006-03-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "ai van \"27,112,0,60,240\"\nsalu2\nPaco",
"time": "23:43",
"topic": "Como Abrir gaveta de dinero desde FWH",
"username": "Francisco Horta"
}
] | Como Abrir gaveta de dinero desde FWH |
[
{
"date": "2006-03-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Paco\nGracias por tu ayuda, esa codificación \"27,112,0,60,240\" la envias a traves de alguna instrucción?? ..... chr(\"27,112,0,60,240\") por ejemplo?\n\nsalu2\n\nMauro",
"time": "14:22",
"topic": "Como Abrir gaveta... | Como Abrir gaveta de dinero desde FWH |
[
{
"date": "2006-03-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "jeepero, yo lo uso con tdosprn asi:\noPrn:Command(\"27,112,0,60,240\")\nsalu2\npaco",
"time": "19:26",
"topic": "Como Abrir gaveta de dinero desde FWH",
"username": "Francisco Horta"
}
] | Como Abrir gaveta de dinero desde FWH |
[
{
"date": "2006-03-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias Paco funciona increible <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> \n\nsalu2",
"time": "00:57",
"topic": "Como Abrir gaveta de dinero desde F... | Como Abrir gaveta de dinero desde FWH |
[
{
"date": "2020-04-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Amigos.\n\nTengo 2 Combobox, al seleccionar un elemento en e 1º, no logro que se actualice la lista del 2º Combobox.\n\nAgregadeciendo su ayuda,\n\nMuchos Saludos\n\nAntonio.\n\nDejo parte del codigo:\n[code=fw:80jnk764]<div... | Como Actilizar 2º Combobox ANIDADOS " URGENTE " |
[
{
"date": "2020-04-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:3tupuxep]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">Static</span> <span style=\"color: #00C800;\">function</span> combo2<span style=\"color: #000000;\">(</sp... | Como Actilizar 2º Combobox ANIDADOS " URGENTE " |
[
{
"date": "2020-04-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Jesus\n\nMuchas gracias por responder.\n\nNo logro hacerlo funcionar, ya que mi Array son Multidimencionales ambos.\nDel tipo:\n aExamenes,{\"EC \",\"EXAMEN 1 \"})\n aExamenes,{\"RX \",\"EXAMEN 2 \"})\n\nEl Primer Com... | Como Actilizar 2º Combobox ANIDADOS " URGENTE " |
[
{
"date": "2020-04-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos días Antonio\n\nNo veo como has definido las variables. Si son locales, staticas, etc....\nNo veo la estructura de los arrays.\nTampoco veo la función ArrTranspose(), y por lo tanto no veo lo que devuelve.\n\nPero entiendo... | Como Actilizar 2º Combobox ANIDADOS " URGENTE " |
[
{
"date": "2020-04-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "O prueba este otro ejemplo. He puesto tus datos en el primer array. A ver si así te aclaras mas. En el botón, te sale un mensaje con las opciones seleccionadas.\n\n[code=fw:b5h8l4ha]<div class=\"fw\" id=\"{CB}\" style=\"font-fami... | Como Actilizar 2º Combobox ANIDADOS " URGENTE " |
[
{
"date": "2020-04-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "También veo que tienes un campo Memo. Si, por ejemplo, lo quieres actualizar de forma dinámica, cuando algunos de los dos combos cambien, utiliza esto :\n\n(pruébalo y veras como cambia el objeto SAY que he puesto. Modifícalo a ... | Como Actilizar 2º Combobox ANIDADOS " URGENTE " |
[
{
"date": "2020-04-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Jesus.\n\nMuchas gracias por tu preocupacion y tiempo que me has dedicado.\n\nHe revisado tus codigos ejemplos, veo que trabajas con doble Array, la verdad que me perdi, ya que desde el bChange, debo mandar a carjar a una fu... | Como Actilizar 2º Combobox ANIDADOS " URGENTE " |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.