messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2006-09-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos amigos\n\nEn TDatabase es posible leer campos de esta manera\n[code:h0j4o8ag]use cDbf\ndatabase oDbf\nMsginfo( oDbf:Campox )[/code:h0j4o8ag]\nhe revisado la clase pero no identifico la manera en como se crea este metodo. Podrian darme una mano con esto?\n\nGracias anticipadas\n\nWilliams Pacheco",
"time": "19:55",
"topic": "Campos en TDatabase",
"username": "wpacheco"
}
] |
Campos en TDatabase
|
[
{
"date": "2006-09-06",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Williams,\n\nSe utiliza la técnica del error handler:\n\nERROR HANDLER OnError( uParam1 )\n\nAl intentar acceder al nombre del campo se genera un error, ya que no existe esa DATA, y el sistema de gestión de errores del motor de clases de Harbour lo reconduce al método OnError(), desde allí se accede al campo que se esté usando.\n\nRevisa el código del método OnError().",
"time": "20:26",
"topic": "Campos en TDatabase",
"username": "Antonio Linares"
}
] |
Campos en TDatabase
|
[
{
"date": "2006-09-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "With xHarbour \n\nRegards Maurizio \n\n\n\n------------------------------------------------- \noDbf := NewScatter()\n\n\nFUNCtion NewScatter()\n Local aVars := {=>}\n LOcal nField := FCount()\n LOcal nX := 1\n FOR nX := 1 TO nField\n \taVars[FIELDNAME(nX)] := FieldGet(nX)\n NEXT\n RETU aVars\n \nFunction Gather(aVars)\n lOCAL Nx := 1\n AEval(aVars, {|x, i| FieldPut(i, aVars[i]) } )\nRETUrn TRUE",
"time": "07:04",
"topic": "Campos en TDatabase",
"username": "Maurizio"
}
] |
Campos en TDatabase
|
[
{
"date": "2006-09-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muchas gracias\nVoy a chequear",
"time": "13:55",
"topic": "Campos en TDatabase",
"username": "wpacheco"
}
] |
Campos en TDatabase
|
[
{
"date": "2006-09-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "W\nPodés probar con TDbf de Manu Expósito que te da eso y mucho mas!\n\n<!-- m --><a class=\"postlink\" href=\"http://www.fivewin.info/html/downloads.php?category=FiveWin%20users%20contributions&id=280\">http://www.fivewin.info/html/downloads. ... ons&id=280</a><!-- m -->\n\nSaludos",
"time": "16:31",
"topic": "Campos en TDatabase",
"username": "MarioG"
}
] |
Campos en TDatabase
|
[
{
"date": "2006-08-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos.\n\nTengo una dbf con varios campos memo y de vez en cuando aparecen datos cambiados de un memo a otro, creo que esta roto el archivo dbt, pero como repararlo sin perder datos, el viejo filefix de norton anda muy bien con las dbf pero no asi con los dbt.\nProbe pasar los datos a un archivo igual pero vacio, y sin embargo el problema persiste.\nSi alguien sabe como salir de esto, muy agradecido.\n\nSaludos\nJorge Jaurena",
"time": "20:09",
"topic": "Campos memo",
"username": "Jorge Jaurena"
}
] |
Campos memo
|
[
{
"date": "2006-08-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jorge,\n\nQue build de Harbour ó xHarbour estás usando ? De que fecha ?",
"time": "21:58",
"topic": "Campos memo",
"username": "Antonio Linares"
}
] |
Campos memo
|
[
{
"date": "2006-08-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estoy usando Harbour 41.0 el copyright dice 1999-2002.",
"time": "23:18",
"topic": "Campos memo",
"username": "Jorge Jaurena"
}
] |
Campos memo
|
[
{
"date": "2006-08-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jorge,\n\nComo ves, es bastante antiguo y se han modificado mucho los RDDs desde entonces.\n\nActualízate a un build más reciente. En la sección whatsnew de estos foros tienes builds recientes que puedes descargar.",
"time": "12:22",
"topic": "Campos memo",
"username": "Antonio Linares"
}
] |
Campos memo
|
[
{
"date": "2007-08-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Antonio:\n\nEstamos utilizando la versión FWH/FWHX 7.01 January/2007 y aún así seguimos teniendo problemas con los campos memos, es decir, en reiteradas oportunidades cuando grabamos un memo en un registro aparece en otro, y estamos compilando con el Harbour que viene en esa versión.\nYa hay alguna solución respecto a este tema?\nYa que tenemos problemas con muchos de nuestros clientes que utilizan nuestros sistemas.\nEl problema persiste ya sea utilizando el RDD de ADS como sin utilizarlo.\nDesde ya muchas gracias.\nSaludos Esteban",
"time": "13:25",
"topic": "Campos memo",
"username": "jrestojeda"
}
] |
Campos memo
|
[
{
"date": "2007-08-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Jorge,\n\nEs preciso que construyais un ejemplo pequeño y autocontenido que reproduzca el problema, sin usar FWH, para que podamos reportarlo en la lista de desarrollo de Harbour y lo revisen\n\nEs extraño puesto que nadie más ha reportado problemas con los campos memo, y más aún si habeis probado con ADS, pero no por eso es imposible",
"time": "13:59",
"topic": "Campos memo",
"username": "Antonio Linares"
}
] |
Campos memo
|
[
{
"date": "2007-08-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code:9ehjv7qy]// ALTA, MODIFICACION Y ELIMINAR\nFunction ABMBanco(oDbf,oLbx,oDlg,nKey)\nLocal oDlg1,Btn1,Btn2,OldOrd,Reg,SiNo,VecLoc[0],VecProv[0],;\n vCod,vRaz,vDir,vPro,vLoc,vTel,vCui,vPos,;\n oCod,oRaz,oDir,oPro,oLoc,oTel,oCui,oPos\n\nReg:=oDbf:Recno()\n\nCargoVec_Ban(oDbf,oDbfLoc,@VecLoc,\"L\")\nCargoVec_Ban(oDbf,oDbfProv,@VecProv,\"P\")\n\nIF nKey<>46\n OldOrd:=oDbf:IndexOrder()\n oDbf:SetOrder(1)\n\n IF nKey=45\n DEFINE DIALOG oDlg1 RESOURCE \"ABM_BANCOS\" OF oDlg TITLE \"ALTA DE BANCOS\"\n oDbf:GoBottom()\n oDbf:Blank()\n vCod:=oDbf:CODIGO+1\n vRaz:=SPACE(30)\n vDir:=SPACE(30)\n\n SELECT LOCALIDA\n oDbfLoc:GoTop()\n vLoc:=TRAN(oDbfLoc:CODIGO,\"######\")+\" \"+ oDbfLoc:DESCRIP\n\n SELECT PROVINC\n oDbfProv:GoTop()\n vPro:=TRAN(oDbfProv:CODIGO,\"######\")+\" \"+ oDbfProv:DESCRIP\n\n SELECT BANCOS\n vPos:=0\n vTel:=SPACE(30)\n vCui:=SPACE(13)\n oDlg1:Update()\n ENDIF\n IF nKey=13 .OR. nKey=1 .OR. nKey=77\n DEFINE DIALOG oDlg1 RESOURCE \"ABM_BANCOS\" OF oDlg TITLE \"MODIFICACION DE BANCOS\"\n oDbf:Load()\n vCod:=oDbf:CODIGO\n vRaz:=oDbf:RAZONSOC\n vDir:=oDbf:DIRECCION\n\n SELECT LOCALIDA\n oDbfLoc:Seek(oDbf:LOCALIDA)\n IF !oDbfLoc:Eof()\n vLoc:=TRAN(oDbfLoc:CODIGO,\"######\")+\" \"+ oDbfLoc:DESCRIP\n ELSE\n vLoc:=SPACE(30)\n ENDIF\n \n SELECT PROVINC\n oDbfProv:Seek(oDbf:PROVINCIA)\n IF !oDbfProv:Eof()\n vPro:=TRAN(oDbfProv:CODIGO,\"######\")+\" \"+ oDbfLoc:DESCRIP\n ELSE\n vPro:=SPACE(30)\n ENDIF\n\n SELECT BANCOS\n vPos:=oDbf:CODPOSTAL\n vTel:=oDbf:TELEFONO\n vCui:=oDbf:CUIT\n \n ENDIF\n\n REDEFINE BTNBMP Btn1 ID 200 OF oDlg1 RESOURCE \"FLOPPY\" LEFT;\n ACTION GraboBanco(nKey,vCod,oDbf,vRaz,vDir,vLoc,vPro,vPos,vTel,vCui),;\n oDlg1:End();\n PROMPT \"Grabar\"\n REDEFINE BTNBMP Btn2 ID 201 OF oDlg1 RESOURCE \"SALIR\" LEFT;\n ACTION oDlg1:End();\n PROMPT \"Salir\"\n\n IF nKey=1\n Btn1:Disable()\n ENDIF\n\n REDEFINE GET oCod VAR vCod ID 100 OF oDlg1 PICTURE \"######\" WHEN(nKey=45);\n VALID{||VerCodigo(vCod,oDbf)}\n REDEFINE GET oRaz VAR vRaz ID 101 OF oDlg1 PICTURE \"@!\"\n REDEFINE GET oDir VAR vDir ID 102 OF oDlg1 PICTURE \"@!\"\n\n REDEFINE COMBOBOX oLoc VAR vLoc ITEMS VecLoc ID 103 OF oDlg1;\n WHEN{||IniVectores(oLoc,VecLoc,oDbf:LOCALIDA)}\n\n REDEFINE COMBOBOX oPro VAR vPro ITEMS VecProv ID 104 OF oDlg1;\n WHEN{||IniVectores(oPro,VecProv,oDbf:PROVINCIA)}\n\n REDEFINE GET oPos VAR vPos ID 105 OF oDlg1 PICTURE \"######\" VALID(oDbf:CODPOSTAL>=0)\n REDEFINE GET oTel VAR vTel ID 106 OF oDlg1 PICTURE \"@!\"\n REDEFINE GET oCui VAR vCui ID 107 OF oDlg1 PICTURE \"##-########-#\"\n REDEFINE GET oDbf:OBSERVA MEMO ID 108 OF oDlg1\n ACTIVATE DIALOG oDlg1 CENTERED\nENDIF\n\nIF nKey=46\n SiNo:=MsgNoYes(\"Esta seguro que desea eliminar el registro?\",;\n \"Por favor, seleccione\")\n IF SiNo\n oDbf:RecLock()\n oDbf:Delete()\n oDbf:Unlock()\n ENDIF\nENDIF\n\noDbf:SetOrder(OldOrd)\noDbf:GoTo(Reg)\noLbx:Refresh()\noLbx:SetFocus()\nReturn nil\n//\n\n\n// GRABO EN LA BASE\nFunction GraboBanco(nKey,vCod,oDbf,vRaz,vDir,vLoc,vPro,vPos,vTel,vCui)\nIF nKey=45\n oDbf:Append()\nELSE\n oDbf:RecLock()\nENDIF\n\noDbf:CODIGO :=vCod\noDbf:RAZONSOC :=vRaz\noDbf:DIRECCION :=vDir\noDbf:LOCALIDA :=VAL(SUBSTR(vLoc,1,6))\noDbf:PROVINCIA :=VAL(SUBSTR(vPro,1,6))\noDbf:CODPOSTAL :=vPos\noDbf:TELEFONO :=vTel\noDbf:CUIT :=vCui\noDbf:Save()\noDbf:Unlock()\n\nReturn nil\n//[/code:9ehjv7qy]\n\nTe envío esta porcion de código donde hay un campo memo, \"El de observación\" no se si esto es lo que me estás pidiendo.\n\nSaludos, Esteban",
"time": "14:24",
"topic": "Campos memo",
"username": "jrestojeda"
}
] |
Campos memo
|
[
{
"date": "2008-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm very impress with TXBrowse but I've used TWbrowse from Resource? \nHow can I replace TWbrowse from resource with TXBrowse? \nIf it's possible, could I have an example pls.\n\nRegards,\nDutch",
"time": "19:15",
"topic": "Can I use TXBrowse class from Resource?",
"username": "dutch"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch:\n\nTry using\n\noBrw:CreateFromResource( 10 ) // 10 is your browse ID\n\nInstead \n\noBrw:CreateFromCode()\n\nRegards",
"time": "19:43",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Armando"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Dutch,\n\nI see, you are changing from TW / TC-Browse\nto xBrowse.\nYou can have a look at the topic DB-Tools.\nIt is a nice sample, what you can do.\nIn the moment, it is a little bit to early,\nto put the source in the forum, because\nit is still a lot to do.\nIt might give you a overview of the handling.\n\nGreetings from germany\nUwe",
"time": "02:41",
"topic": "Can I use TXBrowse class from Resource?",
"username": "ukoenig"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You should also change wbrowse to xbrowse in the resource file.",
"time": "10:09",
"topic": "Can I use TXBrowse class from Resource?",
"username": "nageswaragunupudi"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello NageswaraRao,\n\nwould you be so kind to post a little rc- and prg-file with a demo for \nfwcodesnips.com.\n\nThanks in advance\nOtto",
"time": "10:35",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Otto"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Otto,\n\nhere is a small rc and prg sample\n\n[code:x7f8hudx]Test DIALOG DISCARDABLE 39, 40, 429, 272\nSTYLE WS_POPUP|WS_CAPTION|WS_SYSMENU\nCAPTION \"Test\"\nFONT 8, \"Verdana\"\nBEGIN\n CONTROL \"\", 110, \"TOutLook2003\", 0x00800000, 3, 4, 111, 250\n CONTROL \"Exit\", 1001, \"Button\", WS_TABSTOP, 381, 234, 45, 20\n CONTROL \"\", 1000, \"msctls_progress32\", 0x00000000, 120, 238, 255, 16\n CONTROL \"\", 5000, \"TXBrowse\", WS_TABSTOP, 120, 6, 306, 224\nEND\n [/code:x7f8hudx]\n\n[code:x7f8hudx]DEFINE DIALOG oDlg RESOURCE \"Test\"\n....\n::oBrw := TXBrowse():New( oDlg )\n....\n::oBrw:CreateFromResource( 5000 )\n\n[/code:x7f8hudx]",
"time": "10:57",
"topic": "Can I use TXBrowse class from Resource?",
"username": "StefanHaupt"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Stefan,\n\nThank you.\nBTW, do you know how I could extend the VSX resource editor that I can select \"TXBrowse\"?\nAt the moment I can use copy and paste from a other project.\nBut it is not elegant.\nRegards,\nOtto",
"time": "11:34",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Otto"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear StefanHaupt,\n\nThanks, I've got it. \n\nDear Antonio,\n\nIn xbrowse.ch is not including REDEFINE command. \nHave you done the transalator command for REDEFINE? or I have to do by ourselve.\n\nThanks&Regards,\nDutch",
"time": "11:40",
"topic": "Can I use TXBrowse class from Resource?",
"username": "dutch"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\n[url=http://imageshack.us:3hrtpfyr][img:3hrtpfyr]http://img512.imageshack.us/img512/3840/ottooe3.png[/img:3hrtpfyr][/url:3hrtpfyr]",
"time": "12:35",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Antonio Linares"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\n> In xbrowse.ch is not including REDEFINE command. \n\nWe are going to implement it asap,",
"time": "12:36",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Antonio Linares"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you, Antonio,\n\nI am surprised you can do this without adding a own control to the TOOLBOX.\nGreat. Are you using VSX much?\nRegards,\nOtto",
"time": "13:55",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Otto"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Otto,\n\n>\nI am surprised you can do this without adding a own control to the TOOLBOX. \n>\n\nYou can do the same using Borland resources workshop <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n> Are you using VSX much ? \n\nSometimes, to learn how to use it.",
"time": "14:10",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Antonio Linares"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"dutch\":54l3n8ts]Dear StefanHaupt,\nIn xbrowse.ch is not including REDEFINE command. \nHave you done the transalator command for REDEFINE? or I have to do by ourselve.\nDutch[/quote:54l3n8ts]\nActually you can use the same command for resources also like this:\n[code:54l3n8ts]\n@ 0,0 XBROWSE FIELDS <fileds> HEADERS <headers,...> PIXEL OF oDllg ALIAS <alias>\n\n< your other code for other xbrowse set up if any >\n\noBrw:CreateFromResource( <ID> ) // instead of oBrw:CreateFromCode()\n// do not use oDlg:oClient := oBrw\n\nACTIVATE DIALOG oDlg CETNERED\n[/code:54l3n8ts]\nWhen you use oBrw:CreateFromResource( <ID> ) the @ <row>,<col> are ignored. You have to use CreateFromResource( <ID> ) after all your other code speicifications for your xbrowse.",
"time": "14:12",
"topic": "Can I use TXBrowse class from Resource?",
"username": "nageswaragunupudi"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NageswaraRao,\n\nWe should better have a REDEFINE XBROWSE ... to avoid confusions",
"time": "14:13",
"topic": "Can I use TXBrowse class from Resource?",
"username": "Antonio Linares"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio & nageswaragunupudi & Stefan\n\nThanks for your valuable help.\n\nRegards,\nDutch",
"time": "15:15",
"topic": "Can I use TXBrowse class from Resource?",
"username": "dutch"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear nageswaragunupudi,\n[quote:2g8xxvww]Actually you can use the same command for resources also like this: \nCode: \n\n@ 0,0 XBROWSE FIELDS <fileds> HEADERS <headers,...> PIXEL OF oDllg ALIAS <alias> \n\n< your other code for other xbrowse set up if any > \n\noBrw:CreateFromResource( <ID> ) // instead of oBrw:CreateFromCode() \n// do not use oDlg:oClient := oBrw \n\nACTIVATE DIALOG oDlg CETNERED \n \n\nWhen you use oBrw:CreateFromResource( <ID> ) the @ <row>,<col> are ignored. You have to use CreateFromResource( <ID> ) after all your other code speicifications for your xbrowse.[/quote:2g8xxvww]\n\nIt has strange behavier as \n- GoDown() after bottom line will show the data from the line before bottom line but it's ok when put bChange := {|| oBrw:Refresh() }\n- ON DBLCLIK is not working but it's ok when use oBrw:bLDblClick := {||..}\n\nRegards,\nDutch",
"time": "05:03",
"topic": "Can I use TXBrowse class from Resource?",
"username": "dutch"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Dutch\n\n>\nGoDown() after bottom line will show the data from the line before bottom line but it's ok when put bChange := {|| oBrw:Refresh() } \n>\n\nI too have noticed some painting problems when we press down arrow key continuously when we reach the end of the table. Seems this is an issue to be resolved. I would like to look into the behavior in greater detail and report here seeking a solution. I am not sure but I noticed this problem only when I use txbrowse from resource but not when I create from code. May I know your experience? As I said already, I am not very sure. I have to narrow down the problem which happens to me occasionally.\n\n>\nON DBLCLIK is not working\n>\n\nThis is not implemented in the command translate as of now.\n\nHope these two issues will be resolved soon by FWH",
"time": "05:28",
"topic": "Can I use TXBrowse class from Resource?",
"username": "nageswaragunupudi"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2008-02-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks nageswaragunupudi\nRegards,\nDutch",
"time": "11:19",
"topic": "Can I use TXBrowse class from Resource?",
"username": "dutch"
}
] |
Can I use TXBrowse class from Resource?
|
[
{
"date": "2012-11-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi.\n\nI'm looking to execute a code block when rightclicking on a specific column, as in:\n\n[code=fw:b3ppqyok]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> WITH OBJECT ::<span style=\"color: #000000;\">oGrid</span><br /> :<span style=\"color: #000000;\">MedRec</span>:<span style=\"color: #000000;\">bRClickData</span> := <span style=\"color: #000000;\">{</span> || ::<span style=\"color: #000000;\">ChngMRec</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, ::<span style=\"color: #000000;\">oGrid</span>:<span style=\"color: #0000ff;\">Refresh</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, ::<span style=\"color: #000000;\">oGrid</span>:<span style=\"color: #000000;\">SetFocus</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /> </div>[/code:b3ppqyok]\n\nBut for the rest of the columns I'd like to have a popup menu, as in:\n[code=fw:b3ppqyok]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> WITH OBJECT ::<span style=\"color: #000000;\">oGrid</span><br /> :<span style=\"color: #000000;\">bPopUp</span> := <span style=\"color: #000000;\">{</span> || ::<span style=\"color: #000000;\">ContextMenu</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /> :<span style=\"color: #000000;\">MedRec</span>:<span style=\"color: #000000;\">bRClickData</span> := <span style=\"color: #000000;\">{</span> || ::<span style=\"color: #000000;\">ChngMRec</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, ::<span style=\"color: #000000;\">oGrid</span>:<span style=\"color: #0000ff;\">Refresh</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>, ::<span style=\"color: #000000;\">oGrid</span>:<span style=\"color: #000000;\">SetFocus</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /> </div>[/code:b3ppqyok]\n\nthe problem is that :bPopUp takes precedence. Is it possible to have :bPopUp execute only when :bRclickData is NIL?\n\n\nReinaldo.",
"time": "22:19",
"topic": "Can :bRClickData coexist with :bPopUp on xBrowse?",
"username": "reinaldocrespo"
}
] |
Can :bRClickData coexist with :bPopUp on xBrowse?
|
[
{
"date": "2012-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "bPopup takes precedence over bRClickData. So for the same column, bRClickData does not work if bPopUp is defined.\n\nFor your requirement, you may assign the context menu block to all individual columns except the one for which you want bRClickData instead of to the browse object.\n\n[code=fw:1wmszlwe]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> WITH OBJECT ::<span style=\"color: #000000;\">oGrid</span><br /> :<span style=\"color: #000000;\">bPopUps</span> := <span style=\"color: #000000;\">{</span> || ::<span style=\"color: #000000;\">ContextMenu</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #B900B9;\">// NOTE: bPopups NOT :bPopup</span><br /> <br /> WITH OBJECT :<span style=\"color: #000000;\">MedRec</span><br /> :<span style=\"color: #000000;\">bPopUp</span> := <span style=\"color: #00C800;\">nil</span><br /> :<span style=\"color: #000000;\">bRClickData</span> := <span style=\"color: #000000;\">{</span> || ::<span style=\"color: #000000;\">ChngMRec</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> END<br />END<br /> </div>[/code:1wmszlwe]",
"time": "06:58",
"topic": "Can :bRClickData coexist with :bPopUp on xBrowse?",
"username": "nageswaragunupudi"
}
] |
Can :bRClickData coexist with :bPopUp on xBrowse?
|
[
{
"date": "2012-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Rao;\n\nExcellent suggestion. \n\nThank you,\n\n\nReinaldo.",
"time": "15:35",
"topic": "Can :bRClickData coexist with :bPopUp on xBrowse?",
"username": "reinaldocrespo"
}
] |
Can :bRClickData coexist with :bPopUp on xBrowse?
|
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "could i program the color of this border?\n\n[img:ohpdrhkf]https://i.postimg.cc/QNJKdhC1/bb.jpg[/img:ohpdrhkf]",
"time": "08:33",
"topic": "Can Colorized this border ?",
"username": "Silvio.Falconi"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Show how you made this edge. on this forum, there are programmers, not soothsayers.\n\nMuestre cómo hizo este borde. en este foro, hay programadores, no adivinos.\n\nTe he pedido varias veces que siempre publiques el código.\n\nI have asked you several times to always post the code.",
"time": "13:27",
"topic": "Can Colorized this border ?",
"username": "karinha"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"karinha\":1eza9pc7]Show how you made this edge. on this forum, there are programmers, not soothsayers.\n\nMuestre cómo hizo este borde. en este foro, hay programadores, no adivinos.\n\nTe he pedido varias veces que siempre publiques el código.\n\nI have asked you several times to always post the code.[/quote:1eza9pc7]\n\nYou said right they are not fortune tellers but programmers\nDijiste bien que no son adivinos sino programadores\n\nthis is a simple buttonbar\nesta es una barra de botones simple\n\nwhich code should i display?\n¿Qué código debo mostrar?\n\n\n\n[code=fw:1eza9pc7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBarCat <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">80</span>, <span style=\"color: #000000;\">60</span> <span style=\"color: #000000;\">2015</span> BOTTOM BORDER</div>[/code:1eza9pc7]",
"time": "13:32",
"topic": "Can Colorized this border ?",
"username": "Silvio.Falconi"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok. sirve para otro usuário.",
"time": "20:03",
"topic": "Can Colorized this border ?",
"username": "karinha"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cuando alguien pide un ejemplo, debería publicarse, más o menos como si lo estuviera publicando ahora. Si el ejemplo no funciona para usted, funcionará para otro usuario del foro. Vea si este código le ayuda.\n\nWhen someone asks for an example, it should get posted, more or less like I'm posting it now. If the example doesn't work for you, it will work for another forum user. See if this code helps you.\n\n\n[code=fw:1dgzhl7o]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// \\SAMPLES\\COLORBAR.PRG - <!-- e --><a href=\"mailto:kapiabafwh@gmail.com\">kapiabafwh@gmail.com</a><!-- e --></span><br /><br /><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00D7D7;\">#Define</span> CLR_LGREEN nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">215</span>, <span style=\"color: #000000;\">190</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00D7D7;\">#Define</span> aPubGrad <span style=\"color: #000000;\">{</span>| lInvert | <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> lInvert, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span> / <span style=\"color: #000000;\">3</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">253</span>, <span style=\"color: #000000;\">222</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">231</span>, <span style=\"color: #000000;\">151</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">2</span> / <span style=\"color: #000000;\">3</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">215</span>, <span style=\"color: #000000;\">84</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">233</span>, <span style=\"color: #000000;\">162</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> ;<br /> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span> / <span style=\"color: #000000;\">2</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">219</span>, <span style=\"color: #000000;\">230</span>, <span style=\"color: #000000;\">244</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">207</span> - <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">221</span> - <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span> / <span style=\"color: #000000;\">2</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">201</span> - <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">217</span> - <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">231</span>, <span style=\"color: #000000;\">242</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> ;<br /> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #00C800;\">STATIC</span> oWnd<br /><span style=\"color: #00C800;\">STATIC</span> oDlg<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> oBar, cTitle, nRet<br /><br /> cTitle := <span style=\"color: #ff0000;\">\"Color in ButtonBar in Dialog\"</span><br /><br /> SkinButtons<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">TITLE</span> cTitle<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar _3D <span style=\"color: #0000ff;\">OF</span> oWnd<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span><span style=\"color: #000000;\">(</span> ColorBar1<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oWnd <span style=\"color: #0000ff;\">TO</span> cTitle NOINSET CLOCK DATE KEYBOARD<br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">MAXIMIZED</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> ColorBar1<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> oFont, oBold, oBar, cTitle, oImp, oExit<br /><br /> cTitle := <span style=\"color: #ff0000;\">\"Color in ButtonBar\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">'Tahoma'</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-16</span> BOLD<br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oBold <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">'Tahoma'</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-14</span> BOLD<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">400</span>, <span style=\"color: #000000;\">400</span> <span style=\"color: #0000ff;\">PIXEL</span> TRUEPIXEL ;<br /> <span style=\"color: #0000ff;\">TITLE</span> cTitle<br /><br /> oDlg:<span style=\"color: #000000;\">lHelpIcon</span> := .F.<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar _3D <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">64</span>, <span style=\"color: #000000;\">70</span> <span style=\"color: #000000;\">2007</span><br /><br /> WITH OBJECT oBar<br /><br /> oBar:<span style=\"color: #000000;\">bClrGrad</span> := aPubGrad<br /><br /> oBar:<span style=\"color: #000000;\">bRClicked</span> := <span style=\"color: #000000;\">{</span> || <span style=\"color: #00C800;\">NIL</span> <span style=\"color: #000000;\">}</span><br /> oBar:<span style=\"color: #000000;\">bLClicked</span> := <span style=\"color: #000000;\">{</span> || <span style=\"color: #00C800;\">NIL</span> <span style=\"color: #000000;\">}</span><br /><br /> oBar:<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">(</span> oFont <span style=\"color: #000000;\">)</span><br /><br /> oBar:<span style=\"color: #000000;\">nClrText</span> := CLR_CYAN<br /> oBar:<span style=\"color: #0000ff;\">Adjust</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> END<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oImp <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Print\"</span> ;<br /> FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\p</span>rinter.bmp\"</span> FLAT ;<br /> <span style=\"color: #0000ff;\">ACTION</span><span style=\"color: #000000;\">(</span> Imprimir<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> oImp:<span style=\"color: #000000;\">cToolTip</span> := <span style=\"color: #ff0000;\">\"Impresion\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oExit <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Exit\"</span> ;<br /> FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\E</span>xit.bmp\"</span> FLAT ;<br /> <span style=\"color: #0000ff;\">ACTION</span><span style=\"color: #000000;\">(</span> oDlg:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> oExit:<span style=\"color: #000000;\">cToolTip</span> := <span style=\"color: #ff0000;\">\"Exit\"</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br /><br /> oFont:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oBold:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> Imprimir<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> ? <span style=\"color: #000000;\">[</span>Impresion<span style=\"color: #000000;\">]</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #B900B9;\">// FIN / END</span><br /> </div>[/code:1dgzhl7o]\n\nRegards, saludos.",
"time": "16:05",
"topic": "Can Colorized this border ?",
"username": "karinha"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-12-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"karinha\":1xp9xy4j]Cuando alguien pide un ejemplo, debería publicarse, más o menos como si lo estuviera publicando ahora. Si el ejemplo no funciona para usted, funcionará para otro usuario del foro. Vea si este código le ayuda.\n\nWhen someone asks for an example, it should get posted, more or less like I'm posting it now. If the example doesn't work for you, it will work for another forum user. See if this code helps you.\n\n\n[code=fw:1xp9xy4j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// \\SAMPLES\\COLORBAR.PRG - <!-- e --><a href=\"mailto:kapiabafwh@gmail.com\">kapiabafwh@gmail.com</a><!-- e --></span><br /><br /><span style=\"color: #00D7D7;\">#Include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00D7D7;\">#Define</span> CLR_LGREEN nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">190</span>, <span style=\"color: #000000;\">215</span>, <span style=\"color: #000000;\">190</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00D7D7;\">#Define</span> aPubGrad <span style=\"color: #000000;\">{</span>| lInvert | <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> lInvert, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span> / <span style=\"color: #000000;\">3</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">253</span>, <span style=\"color: #000000;\">222</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">231</span>, <span style=\"color: #000000;\">151</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">2</span> / <span style=\"color: #000000;\">3</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">215</span>, <span style=\"color: #000000;\">84</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">233</span>, <span style=\"color: #000000;\">162</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> ;<br /> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span> / <span style=\"color: #000000;\">2</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">219</span>, <span style=\"color: #000000;\">230</span>, <span style=\"color: #000000;\">244</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">207</span> - <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">221</span> - <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">1</span> / <span style=\"color: #000000;\">2</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">201</span> - <span style=\"color: #000000;\">50</span>, <span style=\"color: #000000;\">217</span> - <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">231</span>, <span style=\"color: #000000;\">242</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> ;<br /> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #00C800;\">STATIC</span> oWnd<br /><span style=\"color: #00C800;\">STATIC</span> oDlg<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> oBar, cTitle, nRet<br /><br /> cTitle := <span style=\"color: #ff0000;\">\"Color in ButtonBar in Dialog\"</span><br /><br /> SkinButtons<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">TITLE</span> cTitle<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar _3D <span style=\"color: #0000ff;\">OF</span> oWnd<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span><span style=\"color: #000000;\">(</span> ColorBar1<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> oWnd <span style=\"color: #0000ff;\">TO</span> cTitle NOINSET CLOCK DATE KEYBOARD<br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">MAXIMIZED</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> ColorBar1<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> oFont, oBold, oBar, cTitle, oImp, oExit<br /><br /> cTitle := <span style=\"color: #ff0000;\">\"Color in ButtonBar\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">'Tahoma'</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-16</span> BOLD<br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oBold <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">'Tahoma'</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-14</span> BOLD<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">400</span>, <span style=\"color: #000000;\">400</span> <span style=\"color: #0000ff;\">PIXEL</span> TRUEPIXEL ;<br /> <span style=\"color: #0000ff;\">TITLE</span> cTitle<br /><br /> oDlg:<span style=\"color: #000000;\">lHelpIcon</span> := .F.<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar _3D <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">64</span>, <span style=\"color: #000000;\">70</span> <span style=\"color: #000000;\">2007</span><br /><br /> WITH OBJECT oBar<br /><br /> oBar:<span style=\"color: #000000;\">bClrGrad</span> := aPubGrad<br /><br /> oBar:<span style=\"color: #000000;\">bRClicked</span> := <span style=\"color: #000000;\">{</span> || <span style=\"color: #00C800;\">NIL</span> <span style=\"color: #000000;\">}</span><br /> oBar:<span style=\"color: #000000;\">bLClicked</span> := <span style=\"color: #000000;\">{</span> || <span style=\"color: #00C800;\">NIL</span> <span style=\"color: #000000;\">}</span><br /><br /> oBar:<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">(</span> oFont <span style=\"color: #000000;\">)</span><br /><br /> oBar:<span style=\"color: #000000;\">nClrText</span> := CLR_CYAN<br /> oBar:<span style=\"color: #0000ff;\">Adjust</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> END<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oImp <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Print\"</span> ;<br /> FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\p</span>rinter.bmp\"</span> FLAT ;<br /> <span style=\"color: #0000ff;\">ACTION</span><span style=\"color: #000000;\">(</span> Imprimir<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> oImp:<span style=\"color: #000000;\">cToolTip</span> := <span style=\"color: #ff0000;\">\"Impresion\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oExit <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Exit\"</span> ;<br /> FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\E</span>xit.bmp\"</span> FLAT ;<br /> <span style=\"color: #0000ff;\">ACTION</span><span style=\"color: #000000;\">(</span> oDlg:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> oExit:<span style=\"color: #000000;\">cToolTip</span> := <span style=\"color: #ff0000;\">\"Exit\"</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br /><br /> oFont:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oBold:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> Imprimir<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> ? <span style=\"color: #000000;\">[</span>Impresion<span style=\"color: #000000;\">]</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><span style=\"color: #B900B9;\">// FIN / END</span><br /> </div>[/code:1xp9xy4j]\n\nRegards, saludos.[/quote:1xp9xy4j]\n\n\n\ndear sir i didn't ask to move an example to color the buttonbar. my request was quite different. \nOnce again I ask you to be punctual on the answers (if you want to help) and not to answer with other arguments or other things that I have never asked you. \n I only asked if it was possible to color the border of the buttonbar, I didn't ask what you answered",
"time": "16:59",
"topic": "Can Colorized this border ?",
"username": "Silvio.Falconi"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nmy solution is tested on all 4 positions\n\npossible to define : pensize, color and the pen transparentlevel\n\n[img:5gr3pt56]http://www.service-fivewin.de/images/Silvio1.png[/img:5gr3pt56]\n\n[img:5gr3pt56]http://www.service-fivewin.de/images/Btnbar1.png[/img:5gr3pt56]\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "11:34",
"topic": "Can Colorized this border ?",
"username": "ukoenig"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I resolved thanks",
"time": "13:17",
"topic": "Can Colorized this border ?",
"username": "Silvio.Falconi"
}
] |
Can Colorized this border ?
|
[
{
"date": "2021-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Today I was totaly surpriced that a colluege of mine presented me a exel file with the content of my online webshop !!\n\nAll catagories and all product info is inside the exel file. So, he was able with a Exel Macro to read my webshop. How great is this\n\nCan this be done also with FW ? shop = www(dot)maveco-webshop(dot)be\n\nNote : I just did some googleling and it seems to be called : website scraping... interesting",
"time": "09:42",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, interesting.\nBy the way, can you provide us the link to your webshop?",
"time": "17:16",
"topic": "Can FW also read a intire online webshop ?",
"username": "nageswaragunupudi"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"https://www.maveco-webshop.be\">https://www.maveco-webshop.be</a><!-- m -->\n\nMaybe the code of mr. Rao's and Uwe for retrieving the topics from this forum are the base of this new setup ?",
"time": "17:31",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here is the basic code from Mr. Rao for reading the forum\n\nThis code is used inside a loop to get all forum topics...\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=\">viewtopic.php?f=3&t=</a><!-- l -->\" + cValToChar( nTopic )\n\nHow do we find the code from a webshop that is needed for the loop in order to get all the product data ? \n\n<!-- m --><a class=\"postlink\" href=\"https://www.maveco-webshop.be/\">https://www.maveco-webshop.be/</a><!-- m --> (here is extra code needed) + a counter like nTopic\n\nAny idea to get me started ?\n\n[code=fw:2s43j20t]<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 />REQUEST DBFCDX<br /><br /><span style=\"color: #00C800;\">static</span> nLastTopic := <span style=\"color: #000000;\">33420</span> <span style=\"color: #B900B9;\">// rage of topics</span><br /><span style=\"color: #00C800;\">static</span> nFirstopic := <span style=\"color: #000000;\">33400</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> SET DATE BRITISH<br /> SET CENTURY <span style=\"color: #0000ff;\">ON</span><br /> SET DELETED <span style=\"color: #0000ff;\">ON</span><br /> RDDSETDEFAULT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"DBFCDX\"</span> <span style=\"color: #000000;\">)</span><br /><br /> DBCREATE<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"SAMPLES.DBF\"</span>, <span style=\"color: #000000;\">{</span> ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TOPICNO\"</span>, <span style=\"color: #ff0000;\">'N'</span>, <span style=\"color: #000000;\">6</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"TOPIC\"</span>, <span style=\"color: #ff0000;\">'C'</span>, <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"AUTHOR\"</span>, <span style=\"color: #ff0000;\">'C'</span>, <span style=\"color: #000000;\">40</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"DATE\"</span>, <span style=\"color: #ff0000;\">'D'</span>, <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">\"CODE\"</span>, <span style=\"color: #ff0000;\">'M'</span>, <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #ff0000;\">\"DBFCDX\"</span>, .T., <span style=\"color: #ff0000;\">\"DB\"</span> <span style=\"color: #000000;\">)</span><br /> FW_CdxCreate<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> CLOSE DB<br /><br /> USE SAMPLES EXCLUSIVE VIA <span style=\"color: #ff0000;\">\"DBFCDX\"</span><br /><br /> ForumSamples<span style=\"color: #000000;\">(</span> nLastTopic, nFirsTopic <span style=\"color: #000000;\">)</span><br /><br /> BrowseSamples<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> BrowseSamples<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> oDlg, oFont, oBold, oMono, oGet, oBrw<br /><br /> SET ORDER <span style=\"color: #0000ff;\">TO</span> TAG TOPICNO<br /> GO TOP<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"Segoe UI\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">-14</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oBold <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"TAHOMA\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">-18</span> BOLD<br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oMono <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"Lucida Console\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">-12</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">900</span>,<span style=\"color: #000000;\">700</span> <span style=\"color: #0000ff;\">PIXEL</span> TRUEPIXEL <span style=\"color: #0000ff;\">FONT</span> oFont ;<br /> <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"SAMPLES IN FWH FORUMS\"</span><br /><br /> @ <span style=\"color: #000000;\">90</span>,<span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">400</span>,<span style=\"color: #000000;\">-20</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br /> DATASOURCE <span style=\"color: #ff0000;\">\"SAMPLES\"</span> ;<br /> COLUMNS <span style=\"color: #ff0000;\">\"TOPICNO\"</span>, <span style=\"color: #ff0000;\">\"DATE\"</span>, <span style=\"color: #ff0000;\">\"AUTHOR\"</span> ;<br /> AUTOSORT ;<br /> LINES NOBORDER<br /><br /> WITH OBJECT oBrw<br /> :<span style=\"color: #000000;\">nMarqueeStyle</span> := MARQSTYLE_HIGHLROWRC<br /> :<span style=\"color: #000000;\">bChange</span> := <span style=\"color: #000000;\">{</span> || oDlg:<span style=\"color: #0000ff;\">Update</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /> :<span style=\"color: #000000;\">lIncrFilter</span> := .t.<br /> :<span style=\"color: #000000;\">bSeek</span> := <span style=\"color: #000000;\">{</span> |c| <span style=\"color: #000000;\">(</span> oBrw:<span style=\"color: #000000;\">cAlias</span> <span style=\"color: #000000;\">)</span>-><span style=\"color: #000000;\">(</span> BrwFilter<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /> :<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> END<br /><br /> @ <span style=\"color: #000000;\">20</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">SAY</span> TRIM<span style=\"color: #000000;\">(</span> SAMPLES->TOPIC <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">860</span>,<span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">CENTER</span> ;<br /> <span style=\"color: #0000ff;\">FONT</span> oBold <span style=\"color: #0000ff;\">UPDATE</span><br /><br /> @ <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"Filter containing all words any where\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">300</span>,<span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg<br /><br /> @ <span style=\"color: #000000;\">60</span>,<span style=\"color: #000000;\">340</span> <span style=\"color: #0000ff;\">SAY</span> oBrw:<span style=\"color: #000000;\">oSeek</span> <span style=\"color: #0000ff;\">PROMPT</span> oBrw:<span style=\"color: #000000;\">cSeek</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">540</span>,<span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br /> <span style=\"color: #0000ff;\">COLOR</span> CLR_HRED,CLR_YELLOW<br /><br /> @ <span style=\"color: #000000;\">90</span>,<span style=\"color: #000000;\">420</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"CODE\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">460</span>,<span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg <span style=\"color: #0000ff;\">CENTER</span> ;<br /> <span style=\"color: #0000ff;\">COLOR</span> CLR_BLACK, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">231</span>, <span style=\"color: #000000;\">242</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span><br /><br /> @ <span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">420</span> <span style=\"color: #0000ff;\">GET</span> oGet <span style=\"color: #0000ff;\">VAR</span> SAMPLES->CODE <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">460</span>,<span style=\"color: #000000;\">540</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br /> MEMO READONLY <span style=\"color: #0000ff;\">FONT</span> oMono <span style=\"color: #0000ff;\">UPDATE</span><br /><br /> oDlg:<span style=\"color: #000000;\">bPainted</span> := <span style=\"color: #000000;\">{</span> || oDlg:<span style=\"color: #000000;\">Box</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">59</span>,<span style=\"color: #000000;\">339</span>,<span style=\"color: #000000;\">81</span>,<span style=\"color: #000000;\">881</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br /> <span style=\"color: #0000ff;\">RELEASE</span> <span style=\"color: #0000ff;\">FONT</span> oFont, oMono, oBold<br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> BrwFilter<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> lFound := .t.<br /> <span style=\"color: #00C800;\">local</span> aTokens<br /> <span style=\"color: #00C800;\">local</span> cSaveFilter := DBFILTER<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> nSaveRec := RECNO<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> cFilter := <span style=\"color: #000000;\">{</span><span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #00C800;\">if</span> Empty<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> .t.<br /> <span style=\"color: #00C800;\">endif</span><br /><br /> c := UPPER<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /> aTokens := HB_ATokens<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">for</span> each c in aTokens<br /> AAdd<span style=\"color: #000000;\">(</span> cFilter, <span style=\"color: #ff0000;\">\"'\"</span> + c + <span style=\"color: #ff0000;\">\"' $ UPPER( DBRECORDINFO( 9 ) )\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span><br /><br /> cFilter := FW_ArrayAsList<span style=\"color: #000000;\">(</span> cFilter, <span style=\"color: #ff0000;\">\" .AND. \"</span> <span style=\"color: #000000;\">)</span><br /><br /> SET FILTER <span style=\"color: #0000ff;\">TO</span> &cFilter<br /> GO TOP<br /> lFound := <span style=\"color: #000000;\">(</span> OrdKeyCount<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> > <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">return</span> lFound<br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> ForumSamples<span style=\"color: #000000;\">(</span> nTopic, nLast <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> cTopic, cUrl, cPageURL, cUser, cText, cCode, nPage, nPages, n, cLeft, dDate<br /><br /> <span style=\"color: #00C800;\">DEFAULT</span> nTopic := <span style=\"color: #000000;\">33507</span>, nLast := nTopic - <span style=\"color: #000000;\">50</span><br /><br /> <span style=\"color: #00C800;\">for</span> nTopic := nTopic <span style=\"color: #0000ff;\">to</span> nLast step <span style=\"color: #000000;\">-1</span><br /><br /> nPage := <span style=\"color: #000000;\">1</span><br /> cUrl := TopicNoToURL<span style=\"color: #000000;\">(</span> nTopic <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">do</span> <span style=\"color: #00C800;\">while</span> .t.<br /> cPageURL := cUrl + <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> nPage > <span style=\"color: #000000;\">1</span>, <span style=\"color: #ff0000;\">\"&start=\"</span> + LTrim<span style=\"color: #000000;\">(</span> Str<span style=\"color: #000000;\">(</span> nPage * <span style=\"color: #000000;\">15</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>, <span style=\"color: #ff0000;\">\"\"</span> <span style=\"color: #000000;\">)</span><br /> MsgRun<span style=\"color: #000000;\">(</span> cPageURL, <span style=\"color: #ff0000;\">\"READING FORUM PAGE\"</span>, <span style=\"color: #000000;\">{</span> || ;<br /> cText := WebPageContents<span style=\"color: #000000;\">(</span> cPageUrl, .t. <span style=\"color: #000000;\">)</span> ;<br /> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">if</span> nPage == <span style=\"color: #000000;\">1</span><br /> nPages := PageCount<span style=\"color: #000000;\">(</span> cText <span style=\"color: #000000;\">)</span><br /> cTopic := textbetween<span style=\"color: #000000;\">(</span> ctext, <span style=\"color: #ff0000;\">\"<h2>\"</span>, <span style=\"color: #ff0000;\">\"</h2>\"</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> cTopic := textbetween<span style=\"color: #000000;\">(</span> cTopic, <span style=\"color: #ff0000;\">\">\"</span>, <span style=\"color: #ff0000;\">\"</a>\"</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> n := <span style=\"color: #000000;\">1</span><br /> <span style=\"color: #00C800;\">do</span> <span style=\"color: #00C800;\">while</span> !Empty<span style=\"color: #000000;\">(</span> cCode := TextBetween<span style=\"color: #000000;\">(</span> cText, <span style=\"color: #ff0000;\">\"<code>\"</span>, <span style=\"color: #ff0000;\">\"</code>\"</span>, n, @cLeft <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> cUser := GetUserName<span style=\"color: #000000;\">(</span> cLeft, @dDate <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> Empty<span style=\"color: #000000;\">(</span> dDate <span style=\"color: #000000;\">)</span><br /> dDate := CTOD<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> cCode := ExtractPrgCode<span style=\"color: #000000;\">(</span> cCode <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #B900B9;\">//</span><br /> DBAPPEND<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> FIELD->TOPICNO := nTopic<br /> FIELD->TOPIC := cTopic<br /> FIELD->AUTHOR := cUser<br /> FIELD->DATE := dDate<br /> FIELD->CODE := cCode<br /> n++<br /> <span style=\"color: #00C800;\">enddo</span><br /> nPage++<br /> <span style=\"color: #00C800;\">if</span> nPage > nPages<br /> EXIT<br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">enddo</span><br /> <span style=\"color: #00C800;\">next</span> nTopic<br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> TopicNoToURL<span style=\"color: #000000;\">(</span> nTopic <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #ff0000;\">\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=\"</span> + cValToChar<span style=\"color: #000000;\">(</span> nTopic <span style=\"color: #000000;\">)</span><br /><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> TextBetween<span style=\"color: #000000;\">(</span> cText, cStartTag, cCloseTag, nPos, cLeft, cRight <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> cRet := <span style=\"color: #ff0000;\">\"\"</span><br /><br /> <span style=\"color: #00C800;\">if</span> !<span style=\"color: #000000;\">(</span> cStartTag $ cText <span style=\"color: #000000;\">)</span><br /> cLeft := cText<br /> cRight := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">return</span> <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> cRight := AfterAtNum<span style=\"color: #000000;\">(</span> cStartTag, cText, nPos <span style=\"color: #000000;\">)</span><br /> cRet := BeforAtNum<span style=\"color: #000000;\">(</span> cCloseTag, cRight, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">if</span> PCount<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> > <span style=\"color: #000000;\">4</span><br /> cLeft := BeforAtNum<span style=\"color: #000000;\">(</span> cStartTag, cText, nPos <span style=\"color: #000000;\">)</span><br /> cRight := AfterAtNum<span style=\"color: #000000;\">(</span> cCloseTag, cRight, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">return</span> cRet<br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> ExtractPrgCode<span style=\"color: #000000;\">(</span> cCode <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> nFrom, nUpto, cLeft, cRight, cToken<br /> <span style=\"color: #00C800;\">local</span> nFor<br /> <span style=\"color: #00C800;\">local</span> aSubs := <span style=\"color: #000000;\">{</span> ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">'<br />'</span>,CRLF <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">' '</span>,<span style=\"color: #ff0000;\">\" \"</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">'ÿ'</span>,<span style=\"color: #ff0000;\">\" \"</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">'"'</span>,<span style=\"color: #ff0000;\">'\"'</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #00C800;\">for</span> nFor := <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> Len<span style=\"color: #000000;\">(</span> aSubs <span style=\"color: #000000;\">)</span><br /> cCode := StrTran<span style=\"color: #000000;\">(</span> cCode, aSubs<span style=\"color: #000000;\">[</span> nFor, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span>, aSubs<span style=\"color: #000000;\">[</span> nFor, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span><br /><br /> <span style=\"color: #00C800;\">do</span> <span style=\"color: #00C800;\">while</span> !Empty<span style=\"color: #000000;\">(</span> cToken := TextBetween<span style=\"color: #000000;\">(</span> cCode, <span style=\"color: #ff0000;\">\"<\"</span>, <span style=\"color: #ff0000;\">\">\"</span>, <span style=\"color: #000000;\">1</span>, @cLeft, @cRight <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> cCode := cLeft + cRight<br /> <span style=\"color: #00C800;\">enddo</span><br /><br /> aSubs := <span style=\"color: #000000;\">{</span> ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">'>'</span>, <span style=\"color: #ff0000;\">\">\"</span> <span style=\"color: #000000;\">}</span>, ;<br /> <span style=\"color: #000000;\">{</span> <span style=\"color: #ff0000;\">'<'</span>, <span style=\"color: #ff0000;\">\"<\"</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #00C800;\">for</span> nFor := <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> Len<span style=\"color: #000000;\">(</span> aSubs <span style=\"color: #000000;\">)</span><br /> cCode := StrTran<span style=\"color: #000000;\">(</span> cCode, aSubs<span style=\"color: #000000;\">[</span> nFor, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">]</span>, aSubs<span style=\"color: #000000;\">[</span> nFor, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">]</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span><br /> <span style=\"color: #00C800;\">do</span> <span style=\"color: #00C800;\">while</span> !Empty<span style=\"color: #000000;\">(</span> cToken := TextBetween<span style=\"color: #000000;\">(</span> cCode, <span style=\"color: #ff0000;\">\"&#\"</span>, <span style=\"color: #ff0000;\">\";\"</span>, <span style=\"color: #000000;\">1</span>, @cLeft, @cRight <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> cToken := Chr<span style=\"color: #000000;\">(</span> Val<span style=\"color: #000000;\">(</span> cToken <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> cCode := cLeft + cToken + cRight<br /><br /> <span style=\"color: #00C800;\">enddo</span><br /><br /><span style=\"color: #00C800;\">return</span> cCode<br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> PageCount<span style=\"color: #000000;\">(</span> cText <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> nAt<br /> <span style=\"color: #00C800;\">local</span> nPages := <span style=\"color: #000000;\">1</span><br /><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">(</span> nAt := <span style=\"color: #00C800;\">AT</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"Page <strong>\"</span>, cText <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> > <span style=\"color: #000000;\">0</span><br /> cText := <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cText, nAt + <span style=\"color: #000000;\">14</span>, <span style=\"color: #000000;\">50</span> <span style=\"color: #000000;\">)</span><br /> nPages := Val<span style=\"color: #000000;\">(</span> AfterAtNum<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"<strong>\"</span>, cText, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">return</span> nPages<br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> GetUserName<span style=\"color: #000000;\">(</span> cText, dDate <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> c1 := <span style=\"color: #ff0000;\">\"/memberlist.php?mode=viewprofile&u=\"</span> <span style=\"color: #B900B9;\">//2342\">cnavarro</a></strong> » Tue Jan 17</span><br /> <span style=\"color: #00C800;\">local</span> c2 := <span style=\"color: #000000;\">[</span><span style=\"color: #ff0000;\">\"username]<br /> local nAt := RAT( c1, cText )<br /> local n2 := RAT( c2, cText )<br /> local cUser := \"</span><span style=\"color: #ff0000;\">\"<br /> local cDate<br /><br /> nAt := Max( nAt, n2 )<br /> if nAt > 0<br /> cText := SubStr( cText, nAt, 200 )<br /> cUser := TextBetween( cText, \"</span>><span style=\"color: #ff0000;\">\", \"</span><<span style=\"color: #ff0000;\">\", 1 )<br /> cDate := AllTrim( TextBetween( cText, \"</span>»<span style=\"color: #ff0000;\">\", \"</span></p><span style=\"color: #ff0000;\">\" ) )<br /> cDate := Upper( AfterAtNum( \"</span> <span style=\"color: #ff0000;\">\", cDate, 1 ) )<br /> dDate := uCharToVal( cDate, 'D' )<br /> endif<br /><br />return cUser<br /><br />//----------------------------------------------------------------------------//<br /><br /></span></div>[/code:2s43j20t]",
"time": "21:38",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This seems to be the part of code that would be needed in order to read the webshop, but it is giving no data.\n\n<!-- m --><a class=\"postlink\" href=\"https://www.maveco-webshop.be/bedrijfskleding/broek/?page=2\">https://www.maveco-webshop.be/bedrijfsk ... ek/?page=2</a><!-- m -->\n\nIf I copy this code into Chrome, then it shows data, but into the program I see zero",
"time": "22:02",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I did some more testing, but i get no data in the cText.\n\nIs it possible that the function Webpagecontents is not able to retrive the data when it is a https (notice the s)\nsite? with http seems to give data ...\n\n\n //cData = \"https://www.maveco-webshop.be/\"\n cData = \"http://forums.fivetechsupport.com/\"\n //cData = \"http://www.kaboutersopglabbeek.be/\"\n\n MsgRun( cPageURL, \"READING FORUM PAGE\", { || ;\n cText := WebPageContents( cData, .t. ) ;\n } )\n\n msginfo(cText)",
"time": "00:04",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The function reads the contents of \"https\" also.\n\n[code=fw:4czhpv5d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">FW_MEMOEDIT<span style=\"color: #000000;\">(</span> WebPageContents<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"https://www.maveco-webshop.be/\"</span>, .t. <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> </div>[/code:4czhpv5d]\n\n[url=https://imageshack.com/i/poiKJhcXp:4czhpv5d][img:4czhpv5d]https://imagizer.imageshack.com/v2/xq90/924/iKJhcX.png[/img:4czhpv5d][/url:4czhpv5d]\n\nThis page has 11 tables.\n[code=fw:4czhpv5d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> cText := WebPageContents<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"https://www.maveco-webshop.be/\"</span>, .t. <span style=\"color: #000000;\">)</span><br /> ? OCCURS<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"</table>\"</span>, cText <span style=\"color: #000000;\">)</span><br /> </div>[/code:4czhpv5d]\nResult : 11\n\nNext read all the 11 tables one by one and parse each table to find what we want.",
"time": "05:44",
"topic": "Can FW also read a intire online webshop ?",
"username": "nageswaragunupudi"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How could i do the folowing ?\n\nassume is have a start description field like\n\n\"Safety shoes S3 with composit upper and kevlar sole type 1254\"\n\nThen I have a huge dbf with several field like 'description' and 'memo' and 'reference' ....\n\nHow can I put in a array or dbf ALL the records that meet one of the words from the start desc. field ?\n\nSo all records containing \"Safety\" or \"shoes\" or \"composit\" or \"kevlar\", .... should go in 1 array/browse in order to link one of them to the start description.\n\nIn this function I will also put a array of words that are not seeked for like (S3, and, in, ..) words that are to commen in many descriptions will be skipped.\n\nAny Idea how to start ?",
"time": "20:56",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm trying to analyse the function below and see that this is the string that is build up when typing words in Xbrowse\n \ncFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDINFO( 9 ) )\n\nWhat is DBRECORDINFO(9) doing ? Looking into all field <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \n\nWhat I finaly would like todo is :\n\ncLookup = \"Dassy, S3, 1523, Shoe, Safety\"\n\ncLookupfield = \"Description\"\n\nand all records with words into cLookup should be added to the result xbrowse filter (maybe looking only in the cLookupfield)\n\n\n\n\n[code=fw:3a5vceio]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> BrwFilter<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> lFound := .t.<br /> <span style=\"color: #00C800;\">local</span> aTokens<br /> <span style=\"color: #00C800;\">local</span> cSaveFilter := DBFILTER<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> nSaveRec := RECNO<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> cFilter := <span style=\"color: #000000;\">{</span><span style=\"color: #000000;\">}</span><br /><br /> <span style=\"color: #00C800;\">if</span> Empty<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> .t.<br /> <span style=\"color: #00C800;\">endif</span><br /><br /> c := UPPER<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /> aTokens := HB_ATokens<span style=\"color: #000000;\">(</span> c <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">for</span> each c in aTokens<br /> AAdd<span style=\"color: #000000;\">(</span> cFilter, <span style=\"color: #ff0000;\">\"'\"</span> + c + <span style=\"color: #ff0000;\">\"' $ UPPER( DBRECORDINFO( 9 ) )\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span><br /><br /> cFilter := FW_ArrayAsList<span style=\"color: #000000;\">(</span> cFilter, <span style=\"color: #ff0000;\">\" .AND. \"</span> <span style=\"color: #000000;\">)</span><br /><br /> SET FILTER <span style=\"color: #0000ff;\">TO</span> &cFilter<br /> GO TOP<br /> lFound := <span style=\"color: #000000;\">(</span> OrdKeyCount<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> > <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">return</span> lFound</div>[/code:3a5vceio]",
"time": "10:53",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:polo7eyv]cFilter will look like this --->> 'DASSY' $ UPPER( DBRECORDINFO( 9 ) ) .AND. 'BARI' $ UPPER( DBRECORDINFO( 9 ) )\n\nWhat is DBRECORDINFO(9) doing ? Looking into all field <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->\n[/quote:polo7eyv]\nThis is the full record as a string.\nYou are in the right direction.\n\nYou will need to case-insensitive comparision.\nUse FW_AtX()\nYou can search for an array of words in a string",
"time": "12:52",
"topic": "Can FW also read a intire online webshop ?",
"username": "nageswaragunupudi"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Alternatively [code=fw:z3pok9an]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">hb_wildMatchI<span style=\"color: #000000;\">(</span> cPattern, cString <span style=\"color: #000000;\">)</span></div>[/code:z3pok9an]\n\n <!-- m --><a class=\"postlink\" href=\"http://kresin.ru/en/hrbfaq_3.html#Doc13_9\">http://kresin.ru/en/hrbfaq_3.html#Doc13_9</a><!-- m -->",
"time": "19:33",
"topic": "Can FW also read a intire online webshop ?",
"username": "hmpaquito"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"hmpaquito\":2gnte96h]Alternatively [code=fw:2gnte96h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">hb_wildMatchI<span style=\"color: #000000;\">(</span> cPattern, cString <span style=\"color: #000000;\">)</span></div>[/code:2gnte96h]\n\n <!-- m --><a class=\"postlink\" href=\"http://kresin.ru/en/hrbfaq_3.html#Doc13_9\">http://kresin.ru/en/hrbfaq_3.html#Doc13_9</a><!-- m -->[/quote:2gnte96h]\n\nInteresting site... Can all hb functions be used in FW",
"time": "20:59",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is there also a HTML class ? I found this :\n\n<!-- m --><a class=\"postlink\" href=\"https://github.com/harbour/core/blob/master/tests/html.prg\">https://github.com/harbour/core/blob/ma ... s/html.prg</a><!-- m -->\n\nIs there a more complete version ?\n\nNot for writing, but read a html page and extract all stuff from it.\n\n<title>test</title>\netc...\n\nI can do it with the sample code here, but who knows... maybe a better class exsist to work/expand .",
"time": "16:31",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Today I found this code in java.\n\nIt should show the tags in a html page.\n\nI can read the tags in FW when i know te name of them en take the text between the corresponding text. \n\nDo we have a corresponding function like getelementbytagname ?\n\n\n[code=fw:tjyt8q3f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />let tags = <span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">]</span><br /><span style=\"color: #00C800;\">for</span><span style=\"color: #000000;\">(</span>tag <span style=\"color: #0000ff;\">of</span> document.body.getElementsByTagName<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'*'</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">{</span><br /> <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">(</span>!tags.includes<span style=\"color: #000000;\">(</span>tag.tagName<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> tags.push<span style=\"color: #000000;\">(</span>tag.tagName<span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span><br />console.log<span style=\"color: #000000;\">(</span>tags<span style=\"color: #000000;\">)</span><br /> </div>[/code:tjyt8q3f]\n<!-- m --><a class=\"postlink\" href=\"https://stackoverflow.com/questions/60235906/how-to-get-a-list-of-unique-tags-used-on-a-html-file\">https://stackoverflow.com/questions/602 ... -html-file</a><!-- m -->",
"time": "09:43",
"topic": "Can FW also read a intire online webshop ?",
"username": "Marc Venken"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2021-03-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:1zpicl8u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> GetTag<span style=\"color: #000000;\">(</span> cTag, cHtml, nPos <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> cText := BeforAtNum<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"</\"</span> + cTag + <span style=\"color: #ff0000;\">\">\"</span>, cHtml, IfNil<span style=\"color: #000000;\">(</span> nPos, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> nAt<br /><br /> <span style=\"color: #00C800;\">if</span> !Empty<span style=\"color: #000000;\">(</span> cText <span style=\"color: #000000;\">)</span><br /> nAt := <span style=\"color: #0000ff;\">Max</span><span style=\"color: #000000;\">(</span> RAT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"<\"</span> + cTag + <span style=\"color: #ff0000;\">\" \"</span>, cText <span style=\"color: #000000;\">)</span>, RAT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"<\"</span> + cTag + <span style=\"color: #ff0000;\">\">\"</span>, cText <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> cText := AfterAtNum<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\">\"</span>, <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cText, nAt + Len<span style=\"color: #000000;\">(</span> cTag <span style=\"color: #000000;\">)</span> + <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">return</span> cText</div>[/code:1zpicl8u]",
"time": "14:03",
"topic": "Can FW also read a intire online webshop ?",
"username": "nageswaragunupudi"
}
] |
Can FW also read a intire online webshop ?
|
[
{
"date": "2018-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Just wonder if Fivewin can be used as platform (graphics layout) for processing utilities ?\n\nI'v done some very small testing with Arduino I/O board, but FW is more fun in visuals and keeping data.\n\nAt this point I would like to know if I can get FW to know if a beam (ex. laser) is broken by trespassing the laser. The laser can give a electric signal (by a IO port)\n\nMaybe there is some hardware out there that can communicate with FW. I didn't find mutch in the topic.\n\nJust wonder ...\n\nMarc",
"time": "23:34",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Marc Venken"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nThis seems to be the way to go:\n[url:32d7vmze]http://xanthium.in/Serial-Port-Programming-using-Win32-API[/url:32d7vmze]\n\nSeen here:\n[url:32d7vmze]https://forum.arduino.cc/index.php?topic=438190.0[/url:32d7vmze]",
"time": "07:45",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Antonio Linares"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, this is a point for information about IO and so on.\n\n<!-- m --><a class=\"postlink\" href=\"https://xanthium.in/cross-platform-attiny-2313a-rs485-communication-with-pc-led-control-csharp-dot-net\">https://xanthium.in/cross-platform-atti ... rp-dot-net</a><!-- m -->\n\nFrom the Site :\n\nThe Control Software that runs on Windows PC is written in C# and runs on the .Net Framework.\nMy Q : In the forum I have seens that FW needs activeX and no .net. This is still so anno 2018 ?\n\nControl software is written in C# using Visual Studio community edition IDE.\nMy Q : Visual studio is also used by people on the forum. So FW can maybe being used to interface ?\n\nThis is how the software looks like : \n\n//| Compiler : AVR GCC (WinAVR) |\n//| Microcontroller : ATtiny2313A \n\n[code=fw:1gil98ks]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <stdint.h><br /><span style=\"color: #00D7D7;\">#include</span> <avr/io.h><br /><span style=\"color: #00D7D7;\">#include</span> <util/delay.h><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"RS485.h\"</span><br />int main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">{</span><br /> char <span style=\"color: #00C800;\">data</span> = <span style=\"color: #ff0000;\">' '</span>;<br /> uint16_t Baud = <span style=\"color: #000000;\">12</span>; <span style=\"color: #B900B9;\">// from datasheet for Clock = 1Mhz,4800bps</span><br /> <br /> DDRB |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB2<span style=\"color: #000000;\">)</span> | <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB3<span style=\"color: #000000;\">)</span> |<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB4<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// PB2,PB3,PB4 all output</span><br /> DDRD |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PD5<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// PD5 all output</span><br /> <br /> PORTB = 0x00;<br /> PORTD = 0x00;<br /> <br /> RS485_init<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">12</span><span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// intialize RS485 Port @4800bps</span><br /> <span style=\"color: #00C800;\">while</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #000000;\">{</span><br /> <span style=\"color: #00C800;\">data</span> = RS485_Receive_Byte<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Wait for PC to send data via RS485 port </span><br /> <br /> <span style=\"color: #B900B9;\">// use a switch to select appropriate action receiving commands from PC </span><br /> <span style=\"color: #00C800;\">switch</span> <span style=\"color: #000000;\">(</span><span style=\"color: #00C800;\">data</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #000000;\">{</span><br /> <span style=\"color: #00C800;\">case</span> <span style=\"color: #ff0000;\">'A'</span>: PORTB |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB3<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch ON LED D4</span><br /> <span style=\"color: #00C800;\">break</span>;<br /> <br /> <span style=\"color: #00C800;\">case</span> <span style=\"color: #ff0000;\">'B'</span>: PORTB |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB4<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch ON LED D5</span><br /> <span style=\"color: #00C800;\">break</span>;<br /> <br /> <span style=\"color: #00C800;\">case</span> <span style=\"color: #ff0000;\">'C'</span>: PORTB |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB2<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch ON LED D2</span><br /> <span style=\"color: #00C800;\">break</span>;<br /> <br /> <span style=\"color: #00C800;\">case</span> <span style=\"color: #ff0000;\">'D'</span>: PORTD |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PD5<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch ON LED D3</span><br /> <span style=\"color: #00C800;\">break</span>;<br /> <br /> <span style=\"color: #00C800;\">default</span>: PORTB &= ~<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB3<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch OFF LED D4</span><br /> PORTB &= ~<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB4<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch OFF LED D5</span><br /> PORTB &= ~<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB2<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch OFF LED D2</span><br /> PORTD &= ~<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PD5<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// Switch OFF LED D3</span><br /> <span style=\"color: #00C800;\">break</span>;<br /> <span style=\"color: #000000;\">}</span><span style=\"color: #B900B9;\">//end of switch</span><br /> <span style=\"color: #000000;\">}</span><br /> <span style=\"color: #00C800;\">return</span> <span style=\"color: #000000;\">0</span>;<br /> <br /> <br /><span style=\"color: #000000;\">}</span><br /><br /><br /><br /><br /><br /><br /><span style=\"color: #B900B9;\">//used for indicating where the code is at a given time ,Debugging purpose only</span><br />void LED_Debug_Blink<span style=\"color: #000000;\">(</span>void<span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">{</span><br /> char i = <span style=\"color: #000000;\">0</span>;<br /> <br /> DDRB |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB3<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// PB3 Output</span><br /> <br /> <span style=\"color: #00C800;\">for</span><span style=\"color: #000000;\">(</span>i=<span style=\"color: #000000;\">0</span>;i<<span style=\"color: #000000;\">2</span>;i++<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #000000;\">{</span><br /> PORTB |= <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB3<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">// PB3 = High,Lights up D4</span><br /> _delay_ms<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">500</span><span style=\"color: #000000;\">)</span>;<br /> PORTB &= ~<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">1</span><<PB3<span style=\"color: #000000;\">)</span>; <span style=\"color: #B900B9;\">//PB3 = Low,Switch OFF D4</span><br /> _delay_ms<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">500</span><span style=\"color: #000000;\">)</span>;<br /> <span style=\"color: #000000;\">}</span><br /> <br /><span style=\"color: #000000;\">}</span><br /><br /> </div>[/code:1gil98ks]\n\nNow before I proceed : I have seen FWH connect to different stuff with calls do DLL's and more stuff.\n\nIs it so that if a connection can be make, maybe like above, we could use a Tbtnbmp or other controle and execute it.",
"time": "08:36",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Marc Venken"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nYou don't need C# at all for this to work:\n[url:2w25s51q]http://xanthium.in/Serial-Port-Programming-using-Win32-API[/url:2w25s51q]\n\nC# is based on .NET virtual machine and it is not compatible with Harbour",
"time": "06:29",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Antonio Linares"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nCould Fivewin for Linux be used for this?",
"time": "15:01",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "George"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "George,\n\nLinux C serial communication with arduino\n[url:369g5895]http://forum.arduino.cc/index.php?topic=45115.0[/url:369g5895]",
"time": "06:57",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Antonio Linares"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe there is a easy way of doing what I want.\n\nI want to count how many times a laserbeam is interupted. With that count, I need to present data on screen with FW.\n\nFw can open a cashdrawer and also read data from a scanner (barcode)\nThis is done by COM port.\n\nThere is surely hardware on the internet that can give a signal (laser beam) that FW can read from comport.\n\nThis idea is correct not ? Than I can look this way. The previous is much more complex.\n\nMarc",
"time": "11:36",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Marc Venken"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is a sample from Enrico that read/write to COM\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=4378&hilit=read+comport\">viewtopic.php?f=3&t=4378&hilit=read+comport</a><!-- l -->\n\nA com port is reading text data, but can also read a power signal ? It has to open a cashdrawer with a power signal)\n\nBTW : I have no background on technics...\n\nMENUITEM \"DrawerOpen\" ACTION Drawer('Open Drawer','COM1',4800,chr(27)+chr(112)+chr(0)+chr(7)+chr(35),'','')\n\n[code=fw:1xbxpv0v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">function</span> Drawer<span style=\"color: #000000;\">(</span>x0,x1,x2,x3,x4,x5<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> cDcb, nBytes<br /> <span style=\"color: #00C800;\">local</span> nComm := OpenComm<span style=\"color: #000000;\">(</span> alltrim<span style=\"color: #000000;\">(</span>x1<span style=\"color: #000000;\">)</span>,x2, <span style=\"color: #000000;\">128</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> nError<br /><br /> <span style=\"color: #00C800;\">if</span> empty<span style=\"color: #000000;\">(</span>x1<span style=\"color: #000000;\">)</span> .or. alltrim<span style=\"color: #000000;\">(</span>x1<span style=\"color: #000000;\">)</span>=<span style=\"color: #ff0000;\">'-'</span> .or. alltrim<span style=\"color: #000000;\">(</span>x1<span style=\"color: #000000;\">)</span>=<span style=\"color: #ff0000;\">'SCREEN'</span><br /> <span style=\"color: #00C800;\">return</span> .t.<br /> <span style=\"color: #00C800;\">endif</span><br /><br /> <span style=\"color: #00C800;\">if</span> upper<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">left</span><span style=\"color: #000000;\">(</span>x1,<span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span>=<span style=\"color: #ff0000;\">'LPT'</span><br /> BuildCommDcb<span style=\"color: #000000;\">(</span> alltrim<span style=\"color: #000000;\">(</span>x1<span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\":\"</span>+str<span style=\"color: #000000;\">(</span>x2,<span style=\"color: #000000;\">4</span><span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\",n,8,1\"</span>, @cDcb <span style=\"color: #000000;\">)</span><br /> SetCommState<span style=\"color: #000000;\">(</span> cDcb <span style=\"color: #000000;\">)</span><br /> cNxLine=CRLF<br /> <span style=\"color: #00C800;\">else</span><br /> <span style=\"color: #00C800;\">if</span> alltrim<span style=\"color: #000000;\">(</span>x1<span style=\"color: #000000;\">)</span><><span style=\"color: #ff0000;\">'SCREEN'</span><br /> x3=padl<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">left</span><span style=\"color: #000000;\">(</span>x3,<span style=\"color: #000000;\">20</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #ff0000;\">' '</span><span style=\"color: #000000;\">)</span><br /> x4=padl<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">left</span><span style=\"color: #000000;\">(</span>x4,<span style=\"color: #000000;\">20</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #ff0000;\">' '</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> cNxLine=CHR<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">13</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> ! BuildCommDcb<span style=\"color: #000000;\">(</span> alltrim<span style=\"color: #000000;\">(</span>x1<span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\":\"</span>+str<span style=\"color: #000000;\">(</span>x2,<span style=\"color: #000000;\">4</span><span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\",n,8,1\"</span>, @cDcb <span style=\"color: #000000;\">)</span><br /> nError = GetCommError<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> Msgwait<span style=\"color: #000000;\">(</span> x0+<span style=\"color: #ff0000;\">\" : BuildCommDcb Error: \"</span> + Str<span style=\"color: #000000;\">(</span> nError <span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> <span style=\"color: #00C800;\">if</span> ! SetCommState<span style=\"color: #000000;\">(</span> cDcb <span style=\"color: #000000;\">)</span><br /> nError = GetCommError<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> Msgwait<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"SetCommState Error: \"</span> + Str<span style=\"color: #000000;\">(</span> nError <span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> .t.<br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> <span style=\"color: #00C800;\">if</span> !empty<span style=\"color: #000000;\">(</span>x5<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">for</span> iii=<span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> len<span style=\"color: #000000;\">(</span>x5<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">(</span> nBytes := WriteComm<span style=\"color: #000000;\">(</span> nComm, x5<span style=\"color: #000000;\">[</span>iii<span style=\"color: #000000;\">]</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> < <span style=\"color: #000000;\">0</span><br /> nError = GetCommError<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> Msgwait<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"WriteComm Error: \"</span> + Str<span style=\"color: #000000;\">(</span> nError <span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">else</span><br /> Msgwait<span style=\"color: #000000;\">(</span> x0+<span style=\"color: #ff0000;\">' : Ok'</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">next</span><br /> <span style=\"color: #00C800;\">else</span><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">(</span> nBytes := WriteComm<span style=\"color: #000000;\">(</span> nComm, x3+cNxLine <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> < <span style=\"color: #000000;\">0</span><br /> nError = GetCommError<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> Msgwait<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"WriteComm Error: \"</span> + Str<span style=\"color: #000000;\">(</span> nError <span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">else</span><br /> Msgwait<span style=\"color: #000000;\">(</span> x0+<span style=\"color: #ff0000;\">' : Ok'</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// important, do not change the delay</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">if</span> !empty<span style=\"color: #000000;\">(</span>x4<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">(</span> nBytes := WriteComm<span style=\"color: #000000;\">(</span> nComm, x4+cNxLine <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> < <span style=\"color: #000000;\">0</span><br /> nError = GetCommError<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> Msgwait<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"WriteComm Error: \"</span> + Str<span style=\"color: #000000;\">(</span> nError <span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">else</span><br /> Msgwait<span style=\"color: #000000;\">(</span> x0+<span style=\"color: #ff0000;\">' : Ok'</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> <span style=\"color: #00C800;\">if</span> FlushComm<span style=\"color: #000000;\">(</span> nComm, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span> != <span style=\"color: #000000;\">0</span><br /> nError = GetCommError<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> Msgwait<span style=\"color: #000000;\">(</span> x0+<span style=\"color: #ff0000;\">\" : FlushComm Error: \"</span> + Str<span style=\"color: #000000;\">(</span> nError <span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">01</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> <span style=\"color: #00C800;\">if</span> ! CloseComm<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> nError = GetCommError<span style=\"color: #000000;\">(</span> nComm <span style=\"color: #000000;\">)</span><br /> Msgwait<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"CloseComm Error: \"</span> + Str<span style=\"color: #000000;\">(</span> nError <span style=\"color: #000000;\">)</span>,<span style=\"color: #ff0000;\">''</span>,.<span style=\"color: #000000;\">01</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /> </div>[/code:1xbxpv0v]\n\nSo in this code there is the power signal to open the drawer. \n\nThis kind of sensor could give a powersignal to the COM port\n[img:1xbxpv0v]https://www.maveco.be/fivewin/deur.jpg[/img:1xbxpv0v]\n\nIt is that signal that I want to track and use in a FW app.",
"time": "11:46",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Marc Venken"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reading about COM port is telling me that I need to look for the right PIN's from the Com-connector. that is used for power signal in/out\n\nHas anyone done this for a application ?",
"time": "12:03",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Marc Venken"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2018-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I believe that I have seen gauges and meters somewhere on the forum ?\nAnybody now where ?\n\nMeters like this ?\n\nI would like to look into them.\n\n[img:1lysiepq]https://www.maveco.be/fivewin/arduino.jpg[/img:1lysiepq]",
"time": "11:57",
"topic": "Can Fivewin be used for process IO hardware ?",
"username": "Marc Venken"
}
] |
Can Fivewin be used for process IO hardware ?
|
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All,\n\nCan I control gotfocus event of TwBrwse (standard). Typically I wish to set filter when listbox receives focus. I am trying to use Listbox in Tab of Folder.\n\nCan somebody help ?\n\nTIA\nMilan.",
"time": "11:28",
"topic": "Can I Manage gotfocus event of TwBrowse (Std.)",
"username": "Milan Mehta"
}
] |
Can I Manage gotfocus event of TwBrowse (Std.)
|
[
{
"date": "2006-03-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oBrw:bGotFocus\n\nEMG",
"time": "11:40",
"topic": "Can I Manage gotfocus event of TwBrowse (Std.)",
"username": "Enrico Maria Giordano"
}
] |
Can I Manage gotfocus event of TwBrowse (Std.)
|
[
{
"date": "2006-03-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"EnricoMaria\":2rizgdrg]oBrw:bGotFocus\n\nEMG[/quote:2rizgdrg]\n\nDear Enrico,\n\nNo it does not work. I am using Nov-2005 build.\n\nWith best regards,\n\nMilan.",
"time": "06:24",
"topic": "Can I Manage gotfocus event of TwBrowse (Std.)",
"username": "Milan Mehta"
}
] |
Can I Manage gotfocus event of TwBrowse (Std.)
|
[
{
"date": "2015-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nCan I modify the message or information of contact to my info?\n[url=http://image.ohozaa.com/view2/y6kUC2HRV98mlIMd:1qxw2oe3][img:1qxw2oe3]http://image.ohozaa.com/i/d78/irRGOn.jpg[/img:1qxw2oe3][/url:1qxw2oe3]",
"time": "06:18",
"topic": "Can I Modify Error Log info?",
"username": "dutch"
}
] |
Can I Modify Error Log info?
|
[
{
"date": "2015-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nIt seems as you are not using FWH's standard errorsys.\n\nFWH errorsys full source code is available at: FWH\\source\\function\\errsysw.prg",
"time": "10:07",
"topic": "Can I Modify Error Log info?",
"username": "Antonio Linares"
}
] |
Can I Modify Error Log info?
|
[
{
"date": "2015-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nI've got it now, it is the replacement errsysw.prg from Uwe source code function (PickDate).\n[quote=\"Antonio Linares\":kqmr61cn]Dutch,\n\nIt seems as you are not using FWH's standard errorsys.\n\nFWH errorsys full source code is available at: FWH\\source\\function\\errsysw.prg[/quote:kqmr61cn]",
"time": "03:15",
"topic": "Can I Modify Error Log info?",
"username": "dutch"
}
] |
Can I Modify Error Log info?
|
[
{
"date": "2015-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "this is the current dialog of error of fivewin, this is create in source\\function\\errsysw.prg\n[img:2drfld09]http://i.imgur.com/QJoV5hc.png[/img:2drfld09]\n\nyours is diferent.",
"time": "03:27",
"topic": "Can I Modify Error Log info?",
"username": "carlos vargas"
}
] |
Can I Modify Error Log info?
|
[
{
"date": "2015-01-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Carlos,\n\nThank you so much, I've got it now.\n[quote=\"carlos vargas\":1cgb8orn]this is the current dialog of error of fivewin, this is create in source\\function\\errsysw.prg\n[img:1cgb8orn]http://i.imgur.com/QJoV5hc.png[/img:1cgb8orn]\n\nyours is diferent.[/quote:1cgb8orn]",
"time": "03:43",
"topic": "Can I Modify Error Log info?",
"username": "dutch"
}
] |
Can I Modify Error Log info?
|
[
{
"date": "2006-03-20",
"forum": "Off Topic / Otros temas",
"text": "Is there any possibility to attach files to messages on the forum?\nVladimir Grigoriev",
"time": "13:29",
"topic": "Can I attach files?",
"username": "Vladimir Grigoriev"
}
] |
Can I attach files?
|
[
{
"date": "2006-03-20",
"forum": "Off Topic / Otros temas",
"text": "Vladimir,\n\nYou have to host your file in a place like <!-- w --><a class=\"postlink\" href=\"http://www.hyperupload.com\">www.hyperupload.com</a><!-- w --> and then copy here the link they provide you.",
"time": "13:51",
"topic": "Can I attach files?",
"username": "Antonio Linares"
}
] |
Can I attach files?
|
[
{
"date": "2006-03-20",
"forum": "Off Topic / Otros temas",
"text": "Thanks Antonio.\nYou are just in time as usual.\nVladimir Grigoriev",
"time": "14:17",
"topic": "Can I attach files?",
"username": "Vladimir Grigoriev"
}
] |
Can I attach files?
|
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All,\n\nWhen I run an FWH application, a console window also pop up along with main window. Can I avoid it ? I am using May 2006 build.\n\nTIA\nMilan.",
"time": "06:46",
"topic": "Can I avoid console window when I run FWH application ?",
"username": "Milan Mehta"
}
] |
Can I avoid console window when I run FWH application ?
|
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nPlease use GTGUI.lib instead of GTWIN.lib.",
"time": "07:45",
"topic": "Can I avoid console window when I run FWH application ?",
"username": "Antonio Linares"
}
] |
Can I avoid console window when I run FWH application ?
|
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nI am still getting two windows open after linking GtGui.Lib instead of GtWin.Lib. Do I need to do anything else ?\n\nTIA\nMilan.",
"time": "09:59",
"topic": "Can I avoid console window when I run FWH application ?",
"username": "Milan Mehta"
}
] |
Can I avoid console window when I run FWH application ?
|
[
{
"date": "2006-10-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nPlease check that you are using these flags when calling ilink32:\n\nilink32 -Gn -aa -Tpe -s -v ...\n\nWhat Windows version are you using ? Can you reproduce it using a FWH sample ?",
"time": "20:15",
"topic": "Can I avoid console window when I run FWH application ?",
"username": "Antonio Linares"
}
] |
Can I avoid console window when I run FWH application ?
|
[
{
"date": "2006-10-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nYes it did solve the problem. Thanks a lot.\n\nWith best regards,\n\nMilan.",
"time": "06:42",
"topic": "Can I avoid console window when I run FWH application ?",
"username": "Milan Mehta"
}
] |
Can I avoid console window when I run FWH application ?
|
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nHow can I set the menu height? Because I set oMenu:oMnuHeight, it doesn't effect.\n\nIt still cannot set now.\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31117\">viewtopic.php?f=3&t=31117</a><!-- l -->\n\n\nThanks.",
"time": "23:00",
"topic": "Can I change DATA ::oMnuHeight ?",
"username": "dutch"
}
] |
Can I change DATA ::oMnuHeight ?
|
[
{
"date": "2015-08-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Currently the menu height is calculated by the Height of the selected font for the menu.\nThe property (oMnuHeight) has been added to establish in the near future the top of the menuitems regardless of the height of the font\nCurrently oMnuHeight nonfunctional\nregards\n\n[code=fw:29v0rcbh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />#xcommand <span style=\"color: #0000ff;\">MENU</span> <span style=\"color: #000000;\">[</span> <oObjMenu> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <of: <span style=\"color: #0000ff;\">OF</span>, <span style=\"color: #0000ff;\">WINDOW</span>, <span style=\"color: #0000ff;\">DIALOG</span>, CONTROL> <oCtrl> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <popup: <span style=\"color: #000000;\">POPUP</span>> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <l2007: <span style=\"color: #000000;\">2007</span>, _2007> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <l2010: <span style=\"color: #000000;\">2010</span>, _2010> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> COLORMENU <nClrMenu> ,<nClrMenutxt> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> COLORSELECT <nClrHiLi> ,<nClrHiLf> ,<nClrHitx> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> COLORBMP <nClrToBa> ,<nClrBkBa> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> COLORSEPARATOR <nClrHiBr> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <lMenuBar: <span style=\"color: #000000;\">MENUBAR</span>> <span style=\"color: #000000;\">]</span> ;<br /><br /> <span style=\"color: #000000;\">[</span> <span style=\"color: #0000ff;\">FONT</span> <oFont> <span style=\"color: #000000;\">]</span> ;<br /><br /> <span style=\"color: #000000;\">[</span> <lColors: <span style=\"color: #000000;\">COLORS</span>> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <lVert: <span style=\"color: #000000;\">LINESVERT</span>> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <l2013: <span style=\"color: #000000;\">2013</span>, _2013> <span style=\"color: #000000;\">]</span> ;<br /> <span style=\"color: #000000;\">[</span> <l2015: <span style=\"color: #000000;\">2015</span>, _2015> <span style=\"color: #000000;\">]</span> ;<br /> </div>[/code:29v0rcbh]",
"time": "23:19",
"topic": "Can I change DATA ::oMnuHeight ?",
"username": "cnavarro"
}
] |
Can I change DATA ::oMnuHeight ?
|
[
{
"date": "2015-08-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Canavarro,\n\nThanks FYI.",
"time": "05:07",
"topic": "Can I change DATA ::oMnuHeight ?",
"username": "dutch"
}
] |
Can I change DATA ::oMnuHeight ?
|
[
{
"date": "2017-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nI use Crystal Report with MySql. Can I change MySql/ODBC Data source configuration such as below by our program?\n- Data Source Name\n- TCP/IP Address\n- User\n- Password\n\nThanks in advance.",
"time": "04:07",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "dutch"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2017-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I found page to update MySql ODBC by programming.\n[url:brgt3d71]https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-rdo.html[/url:brgt3d71]\nHow to do with FWH?\n\nThanks in advance.",
"time": "04:43",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "dutch"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I Use \n\n oDSN := TDSN():Create( cODBC, \"mastroODBC\",cDbName ,cServer, cUser,1, 'C:\\Program Files (x86)\\MySQL\\Connector ODBC 3.51\\myodbc3.dll', val(nPort), cPassword )\n\nMaurizio \n<!-- w --><a class=\"postlink\" href=\"http://www.nipeservice.com\">www.nipeservice.com</a><!-- w -->",
"time": "08:03",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "Maurizio"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Maurizio\":2njgw69s]I Use \n\n oDSN := TDSN():Create( cODBC, \"mastroODBC\",cDbName ,cServer, cUser,1, 'C:\\Program Files (x86)\\MySQL\\Connector ODBC 3.51\\myodbc3.dll', val(nPort), cPassword )\n\nMaurizio \n<!-- m --><a class=\"postlink\" href=\"http://www.nipeservice.com\">http://www.nipeservice.com</a><!-- m -->[/quote:2njgw69s]\nThank you so much, Maurizio. It's the one that I need. Where is TDSN Class?",
"time": "10:39",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "dutch"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "look at \n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18619&p=97790&hilit=create+odbc#p97790\">viewtopic.php?f=6&t=18619&p=97790&hilit=create+odbc#p97790</a><!-- l -->\n\nMaurizio",
"time": "13:49",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "Maurizio"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks once again, Maurizio",
"time": "14:16",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "dutch"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2017-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Dutch ,\nwhat version of crystal report do you use ?\nI use 8.5 and I have no problem creating the setup for customers .\nI would like to use s 10 but I can't create the setup <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> \n\nMaurizio",
"time": "15:45",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "Maurizio"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2017-09-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Maurizio,\n\nI use CR XI R6 SP6 (11.5). Please check this site for runtime setup.\n[url:3jbc7mfu]http://www.vdf-guidance.com/ContribPage.asp?Page=HOWTOPRNTCRXIRTI&ContribRecId=109[/url:3jbc7mfu]\n[quote=\"Maurizio\":3jbc7mfu]Hello Dutch ,\nwhat version of crystal report do you use ?\nI use 8.5 and I have no problem creating the setup for customers .\nI would like to use s 10 but I can't create the setup <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> \n\nMaurizio[/quote:3jbc7mfu]",
"time": "01:50",
"topic": "Can I change ODBC Data Source Configon the fly? *Got it*",
"username": "dutch"
}
] |
Can I change ODBC Data Source Configon the fly? *Got it*
|
[
{
"date": "2016-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Members,\n\n Can I change my IP address with FiveWin/Harbours?\n \n I am using Internet by ISP company.\n\n If possible, please let me have some sample or link on IP Change.\n\nThanks.",
"time": "04:07",
"topic": "Can I change my IP address with Fivewin/Harbour?",
"username": "kim yong woo"
}
] |
Can I change my IP address with Fivewin/Harbour?
|
[
{
"date": "2016-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:2rn6m9c1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cAdapterType:=<span style=\"color: #ff0000;\">\"Local Area Connection\"</span><br />cIP:=<span style=\"color: #ff0000;\">\"192.168.0.200\"</span><br />cSubNet:=<span style=\"color: #ff0000;\">\"255.255.255.0\"</span><br />cGateWay:=<span style=\"color: #ff0000;\">\"192.168.0.1\"</span><br /><br />oShell = CreateObject<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Wscript.Shell\"</span><span style=\"color: #000000;\">)</span><br />oShell:<span style=\"color: #000000;\">Run</span> <span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'netsh interface ipv4 set address name=\"'</span>+cAdapterType+<span style=\"color: #ff0000;\">'\" source=static address='</span>+cIP+<span style=\"color: #ff0000;\">' mask='</span>+cSubNet+<span style=\"color: #ff0000;\">' gateway='</span>+cGateWay,<span style=\"color: #000000;\">0</span>,.T. <span style=\"color: #000000;\">)</span><br />oShell:<span style=\"color: #000000;\">Run</span> <span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'netsh interface ipv4 set dns name = \"'</span>+cAdapterType+<span style=\"color: #ff0000;\">'\" source = static addr ='</span>+cDns1,<span style=\"color: #000000;\">0</span>,.T. <span style=\"color: #000000;\">)</span></div>[/code:2rn6m9c1]\n\nRegards\n\n[b:2rn6m9c1]Anser[/b:2rn6m9c1]",
"time": "05:07",
"topic": "Can I change my IP address with Fivewin/Harbour?",
"username": "anserkk"
}
] |
Can I change my IP address with Fivewin/Harbour?
|
[
{
"date": "2016-07-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks so much Mr.anserkk!\n\nI was in business travel, and found your answer today...",
"time": "03:06",
"topic": "Can I change my IP address with Fivewin/Harbour?",
"username": "kim yong woo"
}
] |
Can I change my IP address with Fivewin/Harbour?
|
[
{
"date": "2018-10-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I would like to change standard hourglass to another modern animation?\n\nThanks in advance,",
"time": "11:39",
"topic": "Can I change standard CursorWait() to another animation?",
"username": "dutch"
}
] |
Can I change standard CursorWait() to another animation?
|
[
{
"date": "2018-10-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nPlease review FWH\\samples\\win32.prg\n\nAlso check the free tool AniTuner from this URL:\n[url:3cs4ksbf]https://torry.net/pages.php?id=1520[/url:3cs4ksbf]",
"time": "18:00",
"topic": "Can I change standard CursorWait() to another animation?",
"username": "Antonio Linares"
}
] |
Can I change standard CursorWait() to another animation?
|
[
{
"date": "2018-10-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nThanks for an idea.",
"time": "05:05",
"topic": "Can I change standard CursorWait() to another animation?",
"username": "dutch"
}
] |
Can I change standard CursorWait() to another animation?
|
[
{
"date": "2015-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nCan I change (define) DIALOG TITLE BAR to another style? I try to put this after DEFINE DIALOG but not successful.\n\n[code=fw:21zzz3mk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">Function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"MYDIALOG\"</span> <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"My New Style Dialog\"</span><br /><br />NewDlg<span style=\"color: #000000;\">(</span> oDlg <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> <br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #00C800;\">Function</span> NewDlg<span style=\"color: #000000;\">(</span> oDlg <span style=\"color: #000000;\">)</span><br />oDlg:<span style=\"color: #000000;\">nStyle</span> := nOr<span style=\"color: #000000;\">(</span> WS_CHILD, WS_POPUP <span style=\"color: #000000;\">)</span> <br />oDlg:<span style=\"color: #0000ff;\">Say</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, rtrim<span style=\"color: #000000;\">(</span>oDlg:<span style=\"color: #000000;\">cCaption</span><span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">153</span>,<span style=\"color: #000000;\">217</span>, <span style=\"color: #000000;\">234</span><span style=\"color: #000000;\">)</span>,nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">162</span>, <span style=\"color: #000000;\">232</span><span style=\"color: #000000;\">)</span>,,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// nAlign 2 = CENTER (I think)</span><br />oDlg:<span style=\"color: #000000;\">SayBitmap</span><span style=\"color: #000000;\">(</span> oDlg:<span style=\"color: #000000;\">nTop</span><span style=\"color: #000000;\">+5</span>, oDlg:<span style=\"color: #000000;\">nWidth</span><span style=\"color: #000000;\">-15</span>, <span style=\"color: #ff0000;\">'EXIT'</span>, <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">20</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00C800;\">return</span></div>[/code:21zzz3mk]\nThanks for any help and idea.",
"time": "11:17",
"topic": "Can I change the DIALOG TITLE to Non-Standard Windows?",
"username": "dutch"
}
] |
Can I change the DIALOG TITLE to Non-Standard Windows?
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.