messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2012-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok,\n\nthanks for your explanation.\nAnother question regarding units: \nWhat units uses a resource editor (ex. pelles) ?\nWhen design a resource, must we keep in mind if it will be placed on a Dialog or Window ?\n\nThanks\n\nJosep",
"time": "10:35",
"topic": "Behaviour of GET on TMDIChild differs from TDialog",
"username": "Josep"
}
] |
Behaviour of GET on TMDIChild differs from TDialog
|
[
{
"date": "2012-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Josep,\n\nResources editors, as the one provided in PellesC or the Borland Resources Workshop, always use dialog units. Those editors only allow to design dialogboxes, not windows.\n\nTo place a control on a window we usually use:\n\n@ nRow, nCol <CONTROL_NAME> ... OF <Container_Window> SIZE nWidth, nHeight [ PIXEL ]\n\nnRow and nCol are the position coordinates. If you use the PIXEL clause then FiveWin will use pixels, instead of a simulation of text characters locations.\n\nnWidth and nHeight are the dimensions of the controls, always in PIXELs.",
"time": "10:53",
"topic": "Behaviour of GET on TMDIChild differs from TDialog",
"username": "Antonio Linares"
}
] |
Behaviour of GET on TMDIChild differs from TDialog
|
[
{
"date": "2012-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok,\n\nthen wich is the recomended procedure to work in a MDI environment ?\nAll seems that I must use dialogs to build my interface, but in a MDI I have TMDIChild windows.\nIf I build a form in a resorce editor and then (via REDEFINE) placed the objects in a window, they will look half size, GETs don't have 3D look, etc\nI tried to put a TDialog object as oClient of TMDIChild and the dialog inherits the behaviour of window.\n\nThe difference between dialog and window is a new concept for me and need some time to learn.\n\nThanks\n\nJosep",
"time": "16:09",
"topic": "Behaviour of GET on TMDIChild differs from TDialog",
"username": "Josep"
}
] |
Behaviour of GET on TMDIChild differs from TDialog
|
[
{
"date": "2007-08-08",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "It seems that if a GET has text in it and you want to edit it the text always gets added to the end or the beginning regardless of whether or not you have double clicked the mouse to a desired insertion point or blocked part or all of the test to overwrite / replace.\n\nThis can be seen with testdlg.prg if you initialise cAddress to some value, for example:\n\nlocal cAddress := \"My Address \"\n\nrather than set it to SPACE(20).\n\nI note also that I have received the following warning which may or may not be related to the above problem:\n\n(<unknown>:26188): Gtk-WARNING **: GtkEntry - did not receive focus-out-event. If you\nconnect a handler to this signal, it must return\nFALSE so the entry gets the event as well\n\nDidn't notice that from my code but did from testdlg.prg with initialised cAddress,",
"time": "12:22",
"topic": "Behaviour of GETs when editing text",
"username": "xProgrammer"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2007-08-09",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\n\nHere it works fine though sometimes you have to click twice in between the GET. In this sample I have inserted \"xbase\" in between \"Hello world!\":\n[url=http://imageshack.us:3mkr880u][img:3mkr880u]http://img471.imageshack.us/img471/699/screenshot1ya3.png[/img:3mkr880u][/url:3mkr880u]\n>\n(<unknown>:26188): Gtk-WARNING **: GtkEntry - did not receive focus-out-event. If you connect a handler to this signal, it must return FALSE so the entry gets the event as well \n>\nYes, I have seen it, though it does not happens always. The function is returning FALSE as required. It may be a GTK issue (?)",
"time": "11:31",
"topic": "Behaviour of GETs when editing text",
"username": "Antonio Linares"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2007-08-17",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Antonio\n\nI can get characters to insert into a GET but ONLY if I use the arrow keys to navigate through the GET text. Clicking the mouse moves the mouse pointer to the desired position in the GET text but that's not where the text gets put. It looks as if the the get object isn't getting or isn't handling the mouse click correctly.\n\nWould you please look into this? Are you getting the same result? I really need a fix as it makes data entry too time consuming.\n\nAs you know I am running on Ubuntu Workstation 7.04 with the latest FiveLinux libraries you sent me and I have updated Ubuntu with all the latest patches.\n\nThanks\n\nDoug",
"time": "10:12",
"topic": "Behaviour of GETs when editing text",
"username": "xProgrammer"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2007-08-17",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\n\nHave you tried clicking twice ? Here it works ok if clicked twice",
"time": "10:59",
"topic": "Behaviour of GETs when editing text",
"username": "Antonio Linares"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2007-08-17",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "I have tried double clicking but that marks the word as a block - but you don't get the normal behaviour that you would expect from having marked a block - ie any characters written are additional characters, they don't replace the blocked text. The current cursor position remains the current keyboard position and not the mouse cursor position.\n\nAlso I note that if I have the app on part of the screen and the terminal session it started from also on the screen the cursor position in the terminal screen is being updated by the cursor control keys and by keyboard input but not by moving the mouse cursor position. Maybe that's some clue as to part of what is going on.\n\nThanks \n\nDoug",
"time": "11:33",
"topic": "Behaviour of GETs when editing text",
"username": "xProgrammer"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2007-08-17",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\n\nIt may be related to the GT library that it is used. We should use -lgtnul but we can't find that file. We have asked it at the harbour mailing list and we are waiting for an answer, thanks",
"time": "12:07",
"topic": "Behaviour of GETs when editing text",
"username": "Antonio Linares"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2007-08-17",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\n\nFixed. We send you new libs\n\nthanks for your feedback,",
"time": "12:30",
"topic": "Behaviour of GETs when editing text",
"username": "Antonio Linares"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2007-08-17",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Thanks for this fix. Both the level and speed of your support are wonderful.\n\nThanks from a very happy xProgrammer",
"time": "13:37",
"topic": "Behaviour of GETs when editing text",
"username": "xProgrammer"
}
] |
Behaviour of GETs when editing text
|
[
{
"date": "2009-10-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\nWhile upgrading from FWH 06.02 to 09.01 I've noticed that behaviour of GoNextCtrl (TWindows) had changed. In previous version I could use it to go to the next GET or BUTTON control, but now it jumps to the next SAY control so I loose focus. Is there another method to use that jumps to the next \"focusable\" control (ignoring text controls, for example)?\n\nThanks, Roman",
"time": "12:10",
"topic": "Behaviour of GoNextCtrl",
"username": "modicr"
}
] |
Behaviour of GoNextCtrl
|
[
{
"date": "2009-10-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Roman,\n\nAre you sure you have all the focusable controls numbered lower than the says? Perhaps all you need to do is renumber the sequence of the controls.\n\nRegards,\nJames",
"time": "12:49",
"topic": "Behaviour of GoNextCtrl",
"username": "James Bott"
}
] |
Behaviour of GoNextCtrl
|
[
{
"date": "2009-10-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":uya6x2dx]Roman,\nAre you sure you have all the focusable controls numbered lower than the says? Perhaps all you need to do is renumber the sequence of the controls.\n[/quote:uya6x2dx]\n\nNo, SAY-s and GET-s are mixed. This was not a problem in FWH 6.2. But thanks for an idea ...\n\nRoman",
"time": "12:57",
"topic": "Behaviour of GoNextCtrl",
"username": "modicr"
}
] |
Behaviour of GoNextCtrl
|
[
{
"date": "2009-10-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can you show a reduced and self-contained sample of the problem?\n\nEMG",
"time": "16:35",
"topic": "Behaviour of GoNextCtrl",
"username": "Enrico Maria Giordano"
}
] |
Behaviour of GoNextCtrl
|
[
{
"date": "2009-10-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"modicr\":3vu2pwuv][quote=\"James Bott\":3vu2pwuv]Roman,\nAre you sure you have all the focusable controls numbered lower than the says? Perhaps all you need to do is renumber the sequence of the controls.\n[/quote:3vu2pwuv]\n\nNo, SAY-s and GET-s are mixed. This was not a problem in FWH 6.2. But thanks for an idea ...\n\nRoman[/quote:3vu2pwuv]\n\nIn a MDICHILD or GROUPS? When?\n\nChange and try this in WINDOW.PRG:\n[code=/F]\nMETHOD GoNextCtrl( hCtrl ) CLASS TWindow\n\n local hCtlNext := NextDlgTab( ::hWnd, hCtrl ), nAt\n\n //if Upper( ::ClassName() ) != \"TDIALOG\"\n\n\n if Upper( ::ClassName() ) != \"TDIALOG\" .and. ;\n Upper( ::ClassName() ) != \"TMDICHILD\" .and. ;\n Upper( ::ClassName() ) != \"TGROUP\" // C.Gelabert 13/03/2008\n\n nAt = AScan( ::aControls, { | o | o:hWnd == hCtrl } )\n...\n[code]\n\nRegards\nCarlos G.",
"time": "22:22",
"topic": "Behaviour of GoNextCtrl",
"username": "FiveWiDi"
}
] |
Behaviour of GoNextCtrl
|
[
{
"date": "2009-10-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\n[quote:1tnj3kv0]In a MDICHILD or GROUPS? When?[/quote:1tnj3kv0]\n\nYes, I have a Window (not Dialog) in MdiChild.\n\n[code=fw:1tnj3kv0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">if</span> Upper<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">ClassName</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> != <span style=\"color: #ff0000;\">\"TDIALOG\"</span> .and. ;<br /> Upper<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">ClassName</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> != <span style=\"color: #ff0000;\">\"TMDICHILD\"</span> .and. ;<br /> Upper<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">ClassName</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> != <span style=\"color: #ff0000;\">\"TGROUP\"</span> <span style=\"color: #B900B9;\">// C.Gelabert 13/03/2008</span></div>[/code:1tnj3kv0]\n\nYippee, it works now! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> \n\nThanks, Roman",
"time": "00:09",
"topic": "Behaviour of GoNextCtrl",
"username": "modicr"
}
] |
Behaviour of GoNextCtrl
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nSince I use FWH 11.12, I experienced another behaviour in the button class.\n\nI often use \"&\" in a button to make it easier for a user to activate a button by using the ALT-key.\n\nIt always used to work fine. For instance, if I put \"&Add\" in a button, the user presses ALT-A on his keyboard to activate the button after which the action is performed.\n\nBut since 11.12, pressing ALT-A is only setting the focus on the button, but the action behind the button is not executed.\n\nWhy is that? Can we have the old behaviour back?\n\nThanks a lot in advance.",
"time": "11:54",
"topic": "Behaviour of button class in FWH 11.12",
"username": "driessen"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Good day!\n\nThe reported problem that also happened with me!\n\nthank you",
"time": "14:15",
"topic": "Behaviour of button class in FWH 11.12",
"username": "tiaofw"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "this is the only change in tbutton class in version 11.12\ncan you try revert the change and test.\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?p=124275#p124275\">viewtopic.php?p=124275#p124275</a><!-- l -->\n\nsalu2\ncarlos vargas",
"time": "16:23",
"topic": "Behaviour of button class in FWH 11.12",
"username": "carlos vargas"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\n\nIt is a FWH 11.12 bug, we are searching for it, thanks\n\nWe apologize for it",
"time": "17:13",
"topic": "Behaviour of button class in FWH 11.12",
"username": "Antonio Linares"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\n\nThis example is also failing with FWH 11.11 so it seems as the bug was introduced before 11.11:\n\n[code=fw:1caxmfvl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> oDlg, cTest := <span style=\"color: #ff0000;\">\"Hello\"</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg<br /> <br /> @ <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">GET</span> cTest<br /> <br /> @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #ff0000;\">\"&Ok\"</span> <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"test\"</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 /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:1caxmfvl]",
"time": "22:32",
"topic": "Behaviour of button class in FWH 11.12",
"username": "Antonio Linares"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In FWH 11.10 is working fine...",
"time": "22:47",
"topic": "Behaviour of button class in FWH 11.12",
"username": "Antonio Linares"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is the required fix in Class TButton:\n\n[code=fw:1avy2kkx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">METHOD</span> GetDlgCode<span style=\"color: #000000;\">(</span> nLastKey <span style=\"color: #000000;\">)</span> <span style=\"color: #00C800;\">INLINE</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">nLastKey</span> := nLastKey, <span style=\"color: #00C800;\">nil</span> <span style=\"color: #B900B9;\">// DLGC_WANTALLKEYS</span><br /> </div>[/code:1avy2kkx]\n\nThanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "23:01",
"topic": "Behaviour of button class in FWH 11.12",
"username": "Antonio Linares"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2tg5wsrm]This example is also failing with FWH 11.11[/quote:2tg5wsrm]\n\nI'm using FWH 11.11 and your sample works fine here. Why?\n\nEMG",
"time": "23:50",
"topic": "Behaviour of button class in FWH 11.12",
"username": "Enrico Maria Giordano"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, este metodo en tget, todas las posibilidaes retornan WANTALLKEYS, no tiene sentido\nque opinas?\n\no no le capto. <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: --> \n[code=fw:3qbpxdmi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">METHOD</span> GetDlgCode<span style=\"color: #000000;\">(</span> nLastKey <span style=\"color: #000000;\">)</span> <span style=\"color: #00C800;\">CLASS</span> TGet<br /><br /> <span style=\"color: #00C800;\">if</span> Len<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">aControls</span> <span style=\"color: #000000;\">)</span> == <span style=\"color: #000000;\">1</span><br /> <span style=\"color: #00C800;\">return</span> DLGC_WANTALLKEYS<br /> <span style=\"color: #00C800;\">endif</span><br /><br /> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">nLastKey</span> = nLastKey<br /><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">IsKindOf</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"TXBROWSE\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> DLGC_WANTALLKEYS<br /> <span style=\"color: #00C800;\">else</span><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oWnd</span> != <span style=\"color: #00C800;\">nil</span> .and. ;<br /> ::<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">ClassName</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> $ <span style=\"color: #ff0000;\">\"TFOLDER,TFOLDEREX,TMDICHILD,TWINDOW,TDIALOG\"</span><br /> <span style=\"color: #00C800;\">return</span> DLGC_WANTALLKEYS<br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">return</span> DLGC_WANTALLKEYS<br /> </div>[/code:3qbpxdmi]",
"time": "00:01",
"topic": "Behaviour of button class in FWH 11.12",
"username": "carlos vargas"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":1j5snpz8][quote=\"Antonio Linares\":1j5snpz8]This example is also failing with FWH 11.11[/quote:1j5snpz8]\n\nI'm using FWH 11.11 and your sample works fine here. Why?\n\nEMG[/quote:1j5snpz8]\n\nEnrico,\n\nSurely you were using an early 11.11 that got modified little later",
"time": "00:04",
"topic": "Behaviour of button class in FWH 11.12",
"username": "Antonio Linares"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2012-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok, now it's clear, thank you.\n\nEMG",
"time": "00:38",
"topic": "Behaviour of button class in FWH 11.12",
"username": "Enrico Maria Giordano"
}
] |
Behaviour of button class in FWH 11.12
|
[
{
"date": "2008-01-05",
"forum": "All products support",
"text": "Die Beispiele für die Excel-Formulare wurden\nerweitert.\nIm xBrowser ist es nun möglich, mit einem\nClick auf den Column-Header den Index zu wechseln.\nDie Schrift im Header der entsprechenden Spalte \nfärbt sich rot und der aktive Index wird dadurch\ngekennzeichnet.\nDas Bild des Browsers ( Bitmaps und Farben )\nändert sich nicht. Die Kennzeichnung der Spalte \nmit Bitmaps kommt nicht in Frage, da bei einem\nIndexwechsel der alte Zustand der Spalte wieder\nhergestellt werden muß.\n\nDownload von <!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/fivewin\">http://www.pflegeplus.com/fivewin</a><!-- m -->\n( Excel-Beispiele )\n\nGrüße aus Essen <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \n\nU. König",
"time": "01:12",
"topic": "Beispiele für TAutoOle2 u xBrowse ( Update 4 / 07.01.2008 )",
"username": "ukoenig"
}
] |
Beispiele für TAutoOle2 u xBrowse ( Update 4 / 07.01.2008 )
|
[
{
"date": "2019-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nAll Belgian citizens are obliged to have an eID (looks like a creditcard) to be able to identify themselves at any time.\n\nI need to read the information which is available on that eID by using a cardreader.\n\nDoes anyone have a solution for reading an eID?\n\nThank you very much in advance for any help.",
"time": "16:11",
"topic": "Belgian eID",
"username": "driessen"
}
] |
Belgian eID
|
[
{
"date": "2019-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You ask it regularilly every 2-3 year <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25205&p=191328\">viewtopic.php?f=3&t=25205&p=191328</a><!-- l -->\n\nMy suggest is to take a C/C++ example and put it inside an Harbour function.",
"time": "16:37",
"topic": "Belgian eID",
"username": "AntoninoP"
}
] |
Belgian eID
|
[
{
"date": "2019-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonino,\n\nI know that topic, but the links that were provided, are not valid anymore.\n\nAnd until now, I haven't seen any solution.\n\nWhere can I find a C/C++ example?\n\nThanks.",
"time": "23:45",
"topic": "Belgian eID",
"username": "driessen"
}
] |
Belgian eID
|
[
{
"date": "2019-10-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I quickly searched with google the information for you.\n\nThe SDK looks <!-- m --><a class=\"postlink\" href=\"https://github.com/Fedict/eid-mw/tree/master/doc/sdk\">https://github.com/Fedict/eid-mw/tree/master/doc/sdk</a><!-- m -->\nhere some documentation <!-- m --><a class=\"postlink\" href=\"http://www.uvcw.be/no_index/e-communes/dossier_eid/Belgian_eid_run-time_developers_kit%2025.pdf\">http://www.uvcw.be/no_index/e-communes/ ... t%2025.pdf</a><!-- m -->",
"time": "07:57",
"topic": "Belgian eID",
"username": "AntoninoP"
}
] |
Belgian eID
|
[
{
"date": "2019-10-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi ,\nCould somenone help us to translate in Harbour fivewin syntax ?\n\nThanks",
"time": "14:28",
"topic": "Belgian eID",
"username": "Jack"
}
] |
Belgian eID
|
[
{
"date": "2019-10-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "can you write to me at antonino.perricone _at_ yahoo.it",
"time": "16:33",
"topic": "Belgian eID",
"username": "AntoninoP"
}
] |
Belgian eID
|
[
{
"date": "2012-11-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nHere in Belgium we all have a electronic ID-card which is used in many applications.\n\nDoes anyone know how we can read this eID in a cardreader?\n\nThanks a lot in advance.",
"time": "14:27",
"topic": "Belgian eID-card",
"username": "driessen"
}
] |
Belgian eID-card
|
[
{
"date": "2015-07-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Michel,\nhave you found a solution.\nThanks in advance\nOtto",
"time": "07:42",
"topic": "Belgian eID-card",
"username": "Otto"
}
] |
Belgian eID-card
|
[
{
"date": "2015-07-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Unfortunately not, Otto.",
"time": "14:00",
"topic": "Belgian eID-card",
"username": "driessen"
}
] |
Belgian eID-card
|
[
{
"date": "2015-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Does this help at all?\n\n<!-- m --><a class=\"postlink\" href=\"http://eid.belgium.be/en/using_your_eid/what_do_you_need/kaartlezer/\">http://eid.belgium.be/en/using_your_eid ... aartlezer/</a><!-- m -->\n\nRobb",
"time": "01:34",
"topic": "Belgian eID-card",
"username": "rhlawek"
}
] |
Belgian eID-card
|
[
{
"date": "2015-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In my infinity curiosity, I saw the API for Belgian eID-card. <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: --> \nI arrived at [url:1wjw4qp3]http://eid.belgium.be/en/developing_eid_applications/eid_software_development_kit/[/url:1wjw4qp3]\nthen at [url:1wjw4qp3]https://code.google.com/p/eid-mw/wiki/SDK40[/url:1wjw4qp3]\nso, It is enough download the software from [url:1wjw4qp3]http://eid.belgium.be/nl/je_eid_gebruiken/de_eid-middleware_installeren/[/url:1wjw4qp3] and the SDK from [url:1wjw4qp3]http://eid-mw.googlecode.com/files/sdk40_1306.zip[/url:1wjw4qp3].\n\nstarting from them, I created this test: [url:1wjw4qp3]http://aperricone.altervista.org/temp/beid.zip[/url:1wjw4qp3]\n\nall file except: [b:1wjw4qp3]be_api.c[/b:1wjw4qp3], [b:1wjw4qp3]test.prg[/b:1wjw4qp3], [b:1wjw4qp3]build.bat[/b:1wjw4qp3] and [b:1wjw4qp3]test.exe[/b:1wjw4qp3] are copied from the SDK.\nThe interesting one is [b:1wjw4qp3]be_api.c[/b:1wjw4qp3], it is only started, finish its is a easy but boring work.\nI don't have way to test it, but I think it is a good starting point.\n\nHoping that I helped,\nAntnino Perricone",
"time": "10:15",
"topic": "Belgian eID-card",
"username": "AntoninoP"
}
] |
Belgian eID-card
|
[
{
"date": "2016-01-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nWhat is the right instruction in other to read the contents of EID Card : Name, Adress,Bitrth Date ?\n\nThanks",
"time": "21:26",
"topic": "Belgian eID-card",
"username": "Jack"
}
] |
Belgian eID-card
|
[
{
"date": "2016-06-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nIs there something new about this ?\nHow to extract FirstName,LastName,BirthDate etc\nThanks for your help .",
"time": "17:57",
"topic": "Belgian eID-card",
"username": "Jack"
}
] |
Belgian eID-card
|
[
{
"date": "2016-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nThere is an SDK for reading the information on the eID.\n[url:1qk7fnvd]http://eid.belgium.be/nl/eid-toepassingen_ontwikkelen/eid_software_development_kit[/url:1qk7fnvd]\n[url:1qk7fnvd]https://github.com/Fedict/eid-mw/wiki/SDK40#Introduction[/url:1qk7fnvd]\nHere is a VBA wrapper:\n[url:1qk7fnvd]https://github.com/jdt/EID.Wrapper[/url:1qk7fnvd]\nI did't try it yet.",
"time": "11:46",
"topic": "Belgian eID-card",
"username": "Marc Vanzegbroeck"
}
] |
Belgian eID-card
|
[
{
"date": "2016-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How to translate this in Fivewin/Harbour language ?\nThanks for your help .",
"time": "15:04",
"topic": "Belgian eID-card",
"username": "Jack"
}
] |
Belgian eID-card
|
[
{
"date": "2016-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "no one tried my code?",
"time": "16:46",
"topic": "Belgian eID-card",
"username": "AntoninoP"
}
] |
Belgian eID-card
|
[
{
"date": "2016-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"AntoninoP\":1mj6z5z4]no one tried my code?[/quote:1mj6z5z4]\n\nAntonino,\n\n\nWhen I run it with a cardreader, I get this error:\n[code=fw:1mj6z5z4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">Init</span>: <span style=\"color: #000000;\">0</span><br />Error BASE/<span style=\"color: #000000;\">1111</span> Argument error: <span style=\"color: #000000;\">LEN</span><br />Called <span style=\"color: #0000ff;\">from</span> LEN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span><br />Called <span style=\"color: #0000ff;\">from</span> MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">6</span><span style=\"color: #000000;\">)</span></div>[/code:1mj6z5z4]\n\nI will try to debug it if I have some time...",
"time": "18:20",
"topic": "Belgian eID-card",
"username": "Marc Vanzegbroeck"
}
] |
Belgian eID-card
|
[
{
"date": "2016-06-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It does not found the file beidpkcs11.dll or beid35pkcs11D.dll (depends if is compiled in C debug or not), maybe is better to change the line 11 of be_api.c from\n[code=fw:jnanvj7f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CK_RV retVal = CKR_OK;</div>[/code:jnanvj7f]\nto\n[code=fw:jnanvj7f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">CK_RV retVal = CKR_GENERAL_ERROR;</div>[/code:jnanvj7f]\nso it does not return 0 (OK) in case of fail.",
"time": "08:19",
"topic": "Belgian eID-card",
"username": "AntoninoP"
}
] |
Belgian eID-card
|
[
{
"date": "2017-05-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Has anyone been able to read the ID card yet ?\n\nMaybe even with a other software executed from FW ?",
"time": "10:15",
"topic": "Belgian eID-card",
"username": "Marc Venken"
}
] |
Belgian eID-card
|
[
{
"date": "2017-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nDid someone found samples of FW code for this ?\nThanks",
"time": "14:46",
"topic": "Belgian eID-card",
"username": "Jack"
}
] |
Belgian eID-card
|
[
{
"date": "2017-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Not from my side.",
"time": "21:13",
"topic": "Belgian eID-card",
"username": "Marc Venken"
}
] |
Belgian eID-card
|
[
{
"date": "2017-09-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI found this information, with examples in different program-languages.\n[url:uxt3afzv]https://downloads.services.belgium.be/eid/UPD_Developers_Guide.pdf[/url:uxt3afzv]\nBut I don't know how to call it from FWH",
"time": "22:28",
"topic": "Belgian eID-card",
"username": "Marc Vanzegbroeck"
}
] |
Belgian eID-card
|
[
{
"date": "2020-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Michel, Marc\n\nHave any of you have a working Vat-controle for Belgium vat numbers ? I want to check if new customers are having a correct vat number and maybe the option of filling in the customer data from online data.",
"time": "22:18",
"topic": "Belgium VAT-Controle function",
"username": "Marc Venken"
}
] |
Belgium VAT-Controle function
|
[
{
"date": "2020-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You could always use our Italian control if the customer VAT number is created in the same way also in Belgium\nI fiund this \n<!-- m --><a class=\"postlink\" href=\"https://vatcalculator.eu/belgium-vat-calculator/\">https://vatcalculator.eu/belgium-vat-calculator/</a><!-- m -->\nbut you perhaps mean another vat number\n\nI found VAT number format: BE 0999.999.999 (10 digits)\n\n<!-- m --><a class=\"postlink\" href=\"https://github.com/DragonBe/vies/issues/76\">https://github.com/DragonBe/vies/issues/76</a><!-- m -->\nthere is a php source code \n<!-- m --><a class=\"postlink\" href=\"https://github.com/DragonBe/vies/blob/master/src/Vies/CheckVatResponse.php\">https://github.com/DragonBe/vies/blob/m ... sponse.php</a><!-- m -->",
"time": "22:30",
"topic": "Belgium VAT-Controle function",
"username": "Silvio.Falconi"
}
] |
Belgium VAT-Controle function
|
[
{
"date": "2020-03-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Marc,\n\nThis is the function I have made to check a Belgian VAT-number.\nThe picture of the VAT-number = \"BE0999.999.999\"\n\nThe code is : [code=fw:36ijsyfa]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> Contr_BTW<span style=\"color: #000000;\">(</span>nBTWNUM,nLAND,nDlg,nONDNUM,nBTWLIST<span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// Controle Belgisch BTW-nummer</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> OldPar := <span style=\"color: #0000ff;\">ALIAS</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> TN1 := <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">LOCAL</span> TN2 := <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cTel := <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cRet := .T.<br /><br /> <span style=\"color: #00C800;\">IF</span> ALLTRIM<span style=\"color: #000000;\">(</span>nLAND<span style=\"color: #000000;\">)</span> = <span style=\"color: #ff0000;\">\"B\"</span> .AND. !EMPTY<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span> .AND. ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span> <> <span style=\"color: #ff0000;\">\". .\"</span> .AND. <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>UPPER<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span> = <span style=\"color: #ff0000;\">\"BE\"</span><br /><br /> &nBTWNUM := <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">14</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">FOR</span> x = <span style=\"color: #000000;\">4</span> <span style=\"color: #0000ff;\">TO</span> LEN<span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>&nBTWNUM,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">11</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><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,x,<span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">)</span> < <span style=\"color: #ff0000;\">\"0\"</span> .OR. <span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,x,<span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">)</span> > <span style=\"color: #ff0000;\">\"9\"</span><span style=\"color: #000000;\">)</span> .AND. <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">(</span>x <> <span style=\"color: #000000;\">7</span> .AND. x <> <span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">)</span> .OR. <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">(</span>x = <span style=\"color: #000000;\">7</span> .OR. x = <span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">)</span> .AND. <span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,x,<span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">)</span> <> <span style=\"color: #ff0000;\">\".\"</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> cTel++<br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">NEXT</span><br /> <span style=\"color: #00C800;\">IF</span> cTel = <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">IF</span> LEN<span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> = <span style=\"color: #000000;\">12</span><br /> &nBTWNUM := <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">6</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">\".\"</span> + <span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">7</span>,<span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">\".\"</span> + <span style=\"color: #0000ff;\">RIGHT</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">10</span>,<span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">)</span> + SPACE<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">20</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">20</span><span style=\"color: #000000;\">)</span><br /> nDlg:<span style=\"color: #0000ff;\">Update</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> TN1 := VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">4</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">8</span>,<span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> TN2 := <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">(</span> TN1 / <span style=\"color: #000000;\">97</span><span style=\"color: #000000;\">)</span> - INT<span style=\"color: #000000;\">(</span>TN1 / <span style=\"color: #000000;\">97</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> * <span style=\"color: #000000;\">97</span><br /> <span style=\"color: #00C800;\">IF</span> !<span style=\"color: #000000;\">(</span>cTel = <span style=\"color: #000000;\">0</span> .AND. INT<span style=\"color: #000000;\">(</span>VAL<span style=\"color: #000000;\">(</span><span style=\"color: #0000ff;\">SUBSTR</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">13</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> = <span style=\"color: #000000;\">97</span> - INT<span style=\"color: #000000;\">(</span>TN2 + <span style=\"color: #000000;\">0.5</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> cRet := .F.<br /> <span style=\"color: #00C800;\">ENDIF</span><br /> ELSEIF <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>UPPER<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span> = <span style=\"color: #ff0000;\">\"BE\"</span><br /> cRet := .F.<br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">IF</span> cRet<br /> <span style=\"color: #00C800;\">IF</span> <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>UPPER<span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span> = <span style=\"color: #ff0000;\">\"BE\"</span><br /> <span style=\"color: #00C800;\">IF</span> !EMPTY<span style=\"color: #000000;\">(</span>nONDNUM<span style=\"color: #000000;\">)</span> .AND. <span style=\"color: #000000;\">(</span>EMPTY<span style=\"color: #000000;\">(</span>&nONDNUM<span style=\"color: #000000;\">)</span> .OR. ALLTRIM<span style=\"color: #000000;\">(</span>&nONDNUM<span style=\"color: #000000;\">)</span> = <span style=\"color: #ff0000;\">\". .\"</span><span style=\"color: #000000;\">)</span><br /> &nONDNUM := <span style=\"color: #0000ff;\">RIGHT</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">12</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> !EMPTY<span style=\"color: #000000;\">(</span>nBTWLIST<span style=\"color: #000000;\">)</span> .AND. !EMPTY<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span><br /> &nBTWLIST := .T.<br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> nDlg:<span style=\"color: #0000ff;\">Update</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">IF</span> LEN<span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> < <span style=\"color: #000000;\">14</span><br /> &nBTWNUM := <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">(</span>ALLTRIM<span style=\"color: #000000;\">(</span>&nBTWNUM<span style=\"color: #000000;\">)</span> + SPACE<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">14</span><span style=\"color: #000000;\">)</span>,<span style=\"color: #000000;\">14</span><span style=\"color: #000000;\">)</span><br /> cRet := .F.<br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">IF</span> !cRet<br /> MsgAlert<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Dit Belgisch BTW-nummer is niet correct !!!\"</span>,<span style=\"color: #ff0000;\">\"Opgelet\"</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /><span style=\"color: #00C800;\">RETURN</span><span style=\"color: #000000;\">(</span>cRet<span style=\"color: #000000;\">)</span></div>[/code:36ijsyfa]Good luck.",
"time": "23:50",
"topic": "Belgium VAT-Controle function",
"username": "driessen"
}
] |
Belgium VAT-Controle function
|
[
{
"date": "2020-03-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have seen this code working I believe (don't know where I got it)\nNow it's not ok anymore\n\n[code=fw:1ma2j67f]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br />#if ! defined<span style=\"color: #000000;\">(</span> DEFAULT_MAX_RECORDS <span style=\"color: #000000;\">)</span><br /><span style=\"color: #00D7D7;\">#define</span> DEFAULT_MAX_RECORDS <span style=\"color: #000000;\">20000</span><br />#endif<br /><br /><span style=\"color: #00C800;\">Static</span> cDoc , cHttp<br /><br /><span style=\"color: #00C800;\">Function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><br /> <span style=\"color: #00C800;\">TRY</span><br /> cDoc := CreateObject<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"MSXML2.DOMDocument\"</span> <span style=\"color: #000000;\">)</span><br /> CATCH<br /> Alert<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Error object MSXML2.DOMDocument : \"</span> + Ole2TxtError<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">NIL</span><br /> END<br /><br /> <span style=\"color: #00C800;\">TRY</span><br /> cHttp := CreateObject<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"MSXML2.XMLHTTP\"</span> <span style=\"color: #000000;\">)</span><br /> CATCH<br /> Alert<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"Error object MSXML2.XMLHTTP : \"</span> + Ole2TxtError<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> END<br /><br /> checkVies<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"BE\"</span>, <span style=\"color: #ff0000;\">\"0452109872\"</span> <span style=\"color: #000000;\">)</span><br /><br /><br /><span style=\"color: #00C800;\">Return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><br /><span style=\"color: #B900B9;\">//=========================================================================================</span><br /><span style=\"color: #00C800;\">Function</span> checkVies<span style=\"color: #000000;\">(</span>cCountry, cVatNumber <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">Local</span> cResponse := <span style=\"color: #ff0000;\">\" \"</span> ,hVar<br /><span style=\"color: #00C800;\">Local</span> cRequestXML := <span style=\"color: #ff0000;\">\"\"</span><br /><span style=\"color: #00C800;\">local</span> aData:=<span style=\"color: #000000;\">{</span><span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #00C800;\">DEFAULT</span> cCountry := <span style=\"color: #ff0000;\">\"BE\"</span><br /><span style=\"color: #00C800;\">DEFAULT</span> cVatNumber := <span style=\"color: #ff0000;\">\"0452109872\"</span><br />editvars cVatnumber<br /><br /><br /> cRequestXML := <span style=\"color: #000000;\">[</span><soap:<span style=\"color: #000000;\">Envelope</span> xmlns:<span style=\"color: #000000;\">soap</span>=<span style=\"color: #ff0000;\">\"http://schemas.xmlsoap.org/soap/envelope/\"</span> <span style=\"color: #000000;\">]</span> +;<br /> <span style=\"color: #000000;\">[</span>xmlns:<span style=\"color: #000000;\">tns1</span>=<span style=\"color: #ff0000;\">\"urn:ec.europa.eu:taxud:vies:services:checkVat:types\"</span> <span style=\"color: #000000;\">]</span> +;<br /> <span style=\"color: #000000;\">[</span>xmlns:<span style=\"color: #000000;\">impl</span>=<span style=\"color: #ff0000;\">\"urn:ec.europa.eu:taxud:vies:services:checkVat\"</span>> <span style=\"color: #000000;\">]</span> +;<br /> <span style=\"color: #000000;\">[</span><soap:<span style=\"color: #000000;\">Header</span>> <span style=\"color: #000000;\">]</span>+;<br /> <span style=\"color: #000000;\">[</span></soap:<span style=\"color: #000000;\">Header</span>> <span style=\"color: #000000;\">]</span>+;<br /> <span style=\"color: #000000;\">[</span><soap:<span style=\"color: #000000;\">Body</span>> <span style=\"color: #000000;\">]</span>+;<br /> <span style=\"color: #000000;\">[</span><tns1:<span style=\"color: #000000;\">checkVat</span> xmlns:<span style=\"color: #000000;\">tns1</span>=<span style=\"color: #ff0000;\">\"urn:ec.europa.eu:taxud:vies:services:checkVat:types\"</span> <span style=\"color: #000000;\">]</span>+;<br /> <span style=\"color: #000000;\">[</span>xmlns=<span style=\"color: #ff0000;\">\"urn:ec.europa.eu:taxud:vies:services:checkVat:types\"</span>> <span style=\"color: #000000;\">]</span>+;<br /> <span style=\"color: #000000;\">[</span><tns1:<span style=\"color: #000000;\">countryCode</span>><span style=\"color: #000000;\">]</span> + cCountry + <span style=\"color: #000000;\">[</span></tns1:<span style=\"color: #000000;\">countryCode</span>> <span style=\"color: #000000;\">]</span> +;<br /> <span style=\"color: #000000;\">[</span><tns1:<span style=\"color: #000000;\">vatNumber</span>><span style=\"color: #000000;\">]</span> + cVatNumber + <span style=\"color: #000000;\">[</span></tns1:<span style=\"color: #000000;\">vatNumber</span>> <span style=\"color: #000000;\">]</span> +;<br /> <span style=\"color: #000000;\">[</span></tns1:<span style=\"color: #000000;\">checkVat</span>> <span style=\"color: #000000;\">]</span>+;<br /> <span style=\"color: #000000;\">[</span></soap:<span style=\"color: #000000;\">Body</span>> <span style=\"color: #000000;\">]</span>+;<br /> <span style=\"color: #000000;\">[</span></soap:<span style=\"color: #000000;\">Envelope</span>> <span style=\"color: #000000;\">]</span><br /><br /><br /> <span style=\"color: #B900B9;\">//</span><br /> <span style=\"color: #B900B9;\">//cHttp:Open( \"POST\",\"http://ec.europa.eu/taxation_customs/vies/services/checkVatService\", .t.)</span><br /> <span style=\"color: #B900B9;\">// Wait...</span><br /> cHttp:<span style=\"color: #000000;\">Open</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"POST\"</span>,<span style=\"color: #ff0000;\">\"http://ec.europa.eu/taxation_customs/vies/services/checkVatService\"</span>, .F.<span style=\"color: #000000;\">)</span><br /><br /> cHttp:<span style=\"color: #000000;\">SetRequestHeader</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"Content-Type\"</span> , <span style=\"color: #ff0000;\">\"application/x-www-form-urlencoded\"</span> <span style=\"color: #000000;\">)</span><br /> cHttp:<span style=\"color: #000000;\">setRequestHeader</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'User-Agent'</span>, <span style=\"color: #ff0000;\">'node-soap'</span><span style=\"color: #000000;\">)</span><br /> cHttp:<span style=\"color: #000000;\">setRequestHeader</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'Accept'</span> , <span style=\"color: #ff0000;\">'text/html,application/xhtml+xml,application/xml,text/xml;q=0.9,*/*;q=0.8'</span><span style=\"color: #000000;\">)</span><br /> cHttp:<span style=\"color: #000000;\">setRequestHeader</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'Accept-Encoding'</span>, <span style=\"color: #ff0000;\">'none'</span><span style=\"color: #000000;\">)</span><br /> cHttp:<span style=\"color: #000000;\">setRequestHeader</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'Accept-Charset'</span>, <span style=\"color: #ff0000;\">'utf-8'</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #B900B9;\">//cHttp:setRequestHeader('Connection', 'close')</span><br /> <span style=\"color: #B900B9;\">//cHttp:setRequestHeader('Host', 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService')</span><br /> cHttp:<span style=\"color: #000000;\">setRequestHeader</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'SOAPAction'</span>, <span style=\"color: #ff0000;\">'urn:ec.europa.eu:taxud:vies:services:checkVat/checkVat'</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #B900B9;\">//MsgGet( 'Wait',,@cRequestXML)</span><br /> <span style=\"color: #B900B9;\">//cDoc:LoadXML( cRequestXML )</span><br /> <span style=\"color: #B900B9;\">//lXmlHttp.send(lXmlDoc);</span><br /> cHttp:<span style=\"color: #000000;\">send</span><span style=\"color: #000000;\">(</span>cRequestXML<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #B900B9;\">//cHttp:send(cDOc:xml )</span><br /> <span style=\"color: #B900B9;\">//If cHttp:status == 200</span><br /> <span style=\"color: #B900B9;\">// ? cResponse</span><br /> cResponse := cHttp:<span style=\"color: #000000;\">responseText</span><br /> ? cResponse<br /> aadd<span style=\"color: #000000;\">(</span>aData,BETWEENTAGSARRAY<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"name\"</span>,<span style=\"color: #ff0000;\">\"/name\"</span>,cResponse<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aData,BETWEENTAGSARRAY<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"address\"</span>,<span style=\"color: #ff0000;\">\"/address\"</span>,cResponse<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #B900B9;\">//xbrowser( BETWEENTAGSARRAY(\"faultstring\",\"/faultstring\",cResponse) )</span><br /> xbrowser<span style=\"color: #000000;\">(</span> aData <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #B900B9;\">//endif</span><br /><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /> <span style=\"color: #00C800;\">FUNCTION</span> BETWEENTAGSARRAY<span style=\"color: #000000;\">(</span> cStartTag, cEndTag, cInputString, lIncludeTags <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">LOCAL</span> nStartPoint, nEndPoint<br /> <span style=\"color: #00C800;\">LOCAL</span> nRecords := <span style=\"color: #000000;\">00</span>, nFetchLength := <span style=\"color: #000000;\">00</span>, aFoundText := Array<span style=\"color: #000000;\">(</span> DEFAULT_MAX_RECORDS <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cMDML<br /> <span style=\"color: #00C800;\">LOCAL</span> cInputStringUpper := Upper<span style=\"color: #000000;\">(</span> cInputString <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cStartTagUpper := Upper<span style=\"color: #000000;\">(</span> cStartTag <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">LOCAL</span> cEndTagUpper := Upper<span style=\"color: #000000;\">(</span> cEndTag <span style=\"color: #000000;\">)</span><br /><br /> hb_Default<span style=\"color: #000000;\">(</span> @lIncludeTags, .F. <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">DO</span> <span style=\"color: #00C800;\">WHILE</span> .T.<br /><br /> <span style=\"color: #B900B9;\">// Find the starting point of the starting tag.</span><br /> nStartPoint := <span style=\"color: #00C800;\">At</span><span style=\"color: #000000;\">(</span> cStartTagUpper, <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cInputStringUpper, <span style=\"color: #000000;\">01</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> nStartPoint > <span style=\"color: #000000;\">00</span><br /><br /> <span style=\"color: #B900B9;\">// Adjust starting point to end of starting tag</span><br /> nStartPoint += Len<span style=\"color: #000000;\">(</span> cStartTagUpper <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #B900B9;\">// If the first tag is found strip off string up to and including the starting tag itself</span><br /> cInputStringUpper := <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cInputStringUpper, nStartPoint <span style=\"color: #000000;\">)</span><br /> cInputString := <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cInputString, nStartPoint <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #B900B9;\">// Find the starting point of the second tag, beginning from end of first tag.</span><br /> nEndPoint := <span style=\"color: #00C800;\">At</span><span style=\"color: #000000;\">(</span> cEndTagUpper, cInputStringUpper <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> nEndPoint > <span style=\"color: #000000;\">00</span><br /><br /> <span style=\"color: #B900B9;\">// If the second tag is found calculate its position from start of string.</span><br /> nFetchLength := nEndPoint - <span style=\"color: #000000;\">1</span><br /><br /> <span style=\"color: #00C800;\">IF</span> lIncludeTags<br /> cMDML := cStartTag + LTrim<span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cInputString, <span style=\"color: #000000;\">01</span>, nFetchLength <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> + cEndTag<br /> <span style=\"color: #00C800;\">ELSE</span><br /> cMDML := LTrim<span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cInputString, <span style=\"color: #000000;\">01</span>, nFetchLength <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">IF</span> ++nRecords <= DEFAULT_MAX_RECORDS<br /> aFoundText<span style=\"color: #000000;\">[</span> nRecords <span style=\"color: #000000;\">]</span> := cMDML<br /> <span style=\"color: #00C800;\">ELSE</span><br /> <span style=\"color: #B900B9;\">// IF we get here it is gonna be oh so slow.</span><br /> AAdd<span style=\"color: #000000;\">(</span> aFoundText, cMDML <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #B900B9;\">// clip off the front of the string then loop to find the next</span><br /> cInputStringUpper := <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cInputStringUpper, nFetchLength + <span style=\"color: #000000;\">01</span> <span style=\"color: #000000;\">)</span><br /> cInputString := <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cInputString, nFetchLength + <span style=\"color: #000000;\">01</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">ELSE</span><br /> EXIT<br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">ELSE</span><br /> EXIT<br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">ENDDO</span><br /> <span style=\"color: #00C800;\">IF</span> nRecords < DEFAULT_MAX_RECORDS<br /> aFoundText := ASize<span style=\"color: #000000;\">(</span> aFoundText, nRecords <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #000000;\">(</span> aFoundText <span style=\"color: #000000;\">)</span><br /><br /> </div>[/code:1ma2j67f]",
"time": "00:27",
"topic": "Belgium VAT-Controle function",
"username": "Marc Venken"
}
] |
Belgium VAT-Controle function
|
[
{
"date": "2020-03-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc,\n\nDo you know the principle of checking a Belgian VAT-number?\n\nA Belgian VAT-number looks like BE0574.774.488.\n\nTake \"BE0\" at the start away. You keep 574.774.488.\nGet rid of the points. You keep 574774488.\nTake the first 7 digits. You keep 5747744.\nDivide this result by 97. The result is 59255.0927835.\nYou keep the decimals : 0.0927835.\nMultiply this by 97 and round it with 0 decimals.\nThe result is 9.\nSubstract 9 from 97 and this results into 88.\nIF 88 is equal to the last 2 figures of you VAT-number, the Belgian VAT-number is correct.\n\nThis is what my function does.",
"time": "00:41",
"topic": "Belgium VAT-Controle function",
"username": "driessen"
}
] |
Belgium VAT-Controle function
|
[
{
"date": "2020-03-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"driessen\":2sb534gn]Marc,\n\nDo you know the principle of checking a Belgian VAT-number?\n\nA Belgian VAT-number looks like BE0574.774.488.\n\nTake \"BE0\" at the start away. You keep 574.774.488.\nGet rid of the points. You keep 574774488.\nTake the first 7 digits. You keep 5747744.\nDivide this result by 97. The result is 59255.0927835.\nYou keep the decimals : 0.0927835.\nMultiply this by 97 and round it with 0 decimals.\nThe result is 9.\nSubstract 9 from 97 and this results into 88.\nIF 88 is equal to the last 2 figures of you VAT-number, the Belgian VAT-number is correct.\n\nThis is what my function does.[/quote:2sb534gn]\n\nI tried to implement the above logic in this function:\n[code=fw:2sb534gn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> BelgiumVat<span style=\"color: #000000;\">(</span> cVat <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> lValid := .f.<br /><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #0000ff;\">Left</span><span style=\"color: #000000;\">(</span> cVat, <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">)</span> == <span style=\"color: #ff0000;\">\"BE0\"</span> .and. Len<span style=\"color: #000000;\">(</span> cVat <span style=\"color: #000000;\">)</span> == <span style=\"color: #000000;\">14</span><br /> cVat := <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cVat, <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cVat, <span style=\"color: #000000;\">4</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> == <span style=\"color: #ff0000;\">\".\"</span> .and. <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cVat, <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> == <span style=\"color: #ff0000;\">\".\"</span><br /> cVat := StrTran<span style=\"color: #000000;\">(</span> cVat, <span style=\"color: #ff0000;\">\".\"</span>, <span style=\"color: #ff0000;\">\"\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> cVat == Str<span style=\"color: #000000;\">(</span> Val<span style=\"color: #000000;\">(</span> cVat <span style=\"color: #000000;\">)</span>, <span style=\"color: #000000;\">9</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">97</span> - Val<span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">Left</span><span style=\"color: #000000;\">(</span> cVat, <span style=\"color: #000000;\">7</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> % <span style=\"color: #000000;\">97</span> == Val<span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">Right</span><span style=\"color: #000000;\">(</span> cVat, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> lValid := .t.<br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /><span style=\"color: #00C800;\">return</span> lValid<br /> </div>[/code:2sb534gn]\nIf you have time can this be checked with different vat numbers?\n\nEven this check is valid, there is no guarantee that the number does exist. Checking with the Government's website is the final check.",
"time": "04:46",
"topic": "Belgium VAT-Controle function",
"username": "nageswaragunupudi"
}
] |
Belgium VAT-Controle function
|
[
{
"date": "2009-03-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI have a question to all the Belgium FWH-users. Does anyone already create a function to generate the yearly VAT-list, or have an example-file.\nFrom this year on the list must be created as an XML-file. Before it was an easy-file with on each line one customer with his data.\nOn the site of the Belgium-VAT-site there is a s XSD-file. This is not an example-file but a XML-scheme-file. It would be easyer if there was an-example XML-file\n\nThanks,\nMarc",
"time": "18:59",
"topic": "Belgium VAT-list",
"username": "Marc Vanzegbroeck"
}
] |
Belgium VAT-list
|
[
{
"date": "2009-03-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Marc,\n\nI have the same problem. So I will follow this topic too.\n\n----------------------------------------------------------------------\n\nBeste Marc,\n\nIk heb hetzelfde probleem. \n\nIk moet in mijn applicatie fiscale fiches aanmaken (281.50 en 325.25) en hiervoor stelt zich hetzelfde probleem. Hetzelfde zal in de toekomst ook gelden voor BTW-aangiftes.\n\nMaar mag ik nog een vraagje stellen ?\n\nKen jij de formule om van de Belgische banknummers IBAN-nummers te maken, en dit op een automatische wijze ? En dit met de daaraan gekoppelde BIC-code ?\n\nBedankt.",
"time": "00:40",
"topic": "Belgium VAT-list",
"username": "driessen"
}
] |
Belgium VAT-list
|
[
{
"date": "2009-03-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\n\nIk heb voor de IBAN-nummers nog geen functie geschreven voor de omvorming.\nBlijkbaar heeft dat ook te maken met de bank baar je bij bent.\nIk zal eens aan mijn bank vragen of ze geen tabel of zo hebben met de codes per bank.\nVan zodra ik iets meer weet zal ik het U laten weten.\n\nGroeten,\nMarc",
"time": "10:08",
"topic": "Belgium VAT-list",
"username": "Marc Vanzegbroeck"
}
] |
Belgium VAT-list
|
[
{
"date": "2009-03-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\n\nHet is inderdaad net zoals ik dacht dat de IBAN-nummers afhankelijk zijn van de bank.\nZe hebben me al deze link doorgestuurd om zelf de IBAN te berekenen vanuit een bankrekeningnummer.\n[url:jkqroz83]http://nl.iban-bic.com/calculate.html?&L=3[/url:jkqroz83]\n\nMarc",
"time": "13:54",
"topic": "Belgium VAT-list",
"username": "Marc Vanzegbroeck"
}
] |
Belgium VAT-list
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Olá, pessoal!\n\nEste é o recém inaugurado forum em português para os produtos FiveTech.\nVamos fazer deste nosso espaço para a comunidade FiveWin que fala português.\n\n[ ]'s\nMaurilio",
"time": "13:02",
"topic": "Bem vindos ao forum em português",
"username": "Maurilio Viana"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Olá, Estou aqui também :þ)\nNão esqueçam do III Encontro de programadores que será realizado em São Paulo dia 19 de Novembro de 2.005, incrição e mais informações\n<!-- m --><a class=\"postlink\" href=\"http://www.installsis.com.br/encontro\">http://www.installsis.com.br/encontro</a><!-- m -->\n\nAbraços\nVagner Wirts",
"time": "13:35",
"topic": "Bem vindos ao forum em português",
"username": "Anonymous"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Eu tambem estou por aqui...\n\nqq coisa que eu puder ajudar não se acanhem... rsss\n\nfala ai Vagnão... <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P -->",
"time": "15:10",
"topic": "Bem vindos ao forum em português",
"username": "siscat"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Cheguei.....",
"time": "15:42",
"topic": "Bem vindos ao forum em português",
"username": "ctoas"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Tô na área também... <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \nAh, e não esqueçam de colocar a foto de vocês... hehehe\n\nKleyber Derick",
"time": "17:28",
"topic": "Bem vindos ao forum em português",
"username": "Kleyber"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2005-12-03",
"forum": "All products support",
"text": "teste <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "01:25",
"topic": "Bem vindos ao forum em português",
"username": "Johnson"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2006-06-23",
"forum": "All products support",
"text": "to na area",
"time": "18:11",
"topic": "Bem vindos ao forum em português",
"username": "kbelo"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2009-11-07",
"forum": "All products support",
"text": "<!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "15:15",
"topic": "Bem vindos ao forum em português",
"username": "lailton.webmaster"
}
] |
Bem vindos ao forum em português
|
[
{
"date": "2008-02-20",
"forum": "All products support",
"text": "Hallo aus Essen,\n\nhabe gerade das Update in's Englische Forum\ngestellt. Brushtools => Version 8.2 b\n\n[img:3u3x5ac5]http://www.pflegeplus.com/pictures/brushtool.jpg[/img:3u3x5ac5]\n\nSource und Rmake ist enthalten\n\nVerbesserungs-Vorschläge werden gerne bearbeitet. !!!\n\nGrüße <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \nUwe",
"time": "13:31",
"topic": "Benutzer kann Farben, Brushes .... selber ändern",
"username": "ukoenig"
}
] |
Benutzer kann Farben, Brushes .... selber ändern
|
[
{
"date": "2006-08-28",
"forum": "All products support",
"text": "Hallo\n\nhat jemand noch Euch schonmal benutzerdefinierte Formulare bei email versand benutzt ?\nwie kann ich so ein formular über ole vorgeben ?\n\nViele Grüße\n Norbert",
"time": "14:00",
"topic": "Benutzerdefinierte Formulare in Outlook verwenden",
"username": "NK"
}
] |
Benutzerdefinierte Formulare in Outlook verwenden
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Questo forum è dedicato al supporto tecnico relativo a tutti i prodotti della Fivetech Software.\n\nSi prega di iscriversi utilizzando l'apposita opzione e, possibilmente, anche di allegare una propria foto in modo tale da conoscerci anche di viso.\n\nBuon lavoro a tutti.\n\nEMG",
"time": "13:08",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "Enrico Maria Giordano"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Ciao Enrico,\n\n[quote:2qji8uvz]\nBuon lavoro a tutti.\n[/quote:2qji8uvz]\n\nAnche a te. Ciao",
"time": "23:00",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "fsgiudice"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-10-26",
"forum": "All products support",
"text": "Grazie. A proposito: hai ricevuto la mia email nella quale ti chiedevo consiglio su dove mettere quelle istruzioni sul MinGW che mi avevi segnalato?\n\nEMG",
"time": "23:45",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "Enrico Maria Giordano"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-10-27",
"forum": "All products support",
"text": "Si, anzi scusami se non ti ho risposto prima.\n\nNon ti ho risposto perchè stavo facendo qualche prova con la configurazione e la compilazione con MinGW con i parametri postati da Lorenzo, ma ho avuto qualche problema.\nLa compilazione la fa, ma non mi installa i programmi compilati.\nDevo fare qualche prova per vedere qual'è la sequenza corretta e in cosa sbaglio.\nSpero di riuscire entro la fine della settimana, il lavoro in questi giorni mi impegna più del previsto, così ti do la sequenza completa.\n\nPensavo che la potresti pubblicare sotto:\n[url:174ow6zb]http://www.xharbour.org/index.asp?page=download/windows/required_win[/url:174ow6zb]\nnella sezione di MinGW\n\ned inoltre lo vorrei aggiungere nel file howtomak.txt nei doc nel CVS\n\nSpero di riuscire a completare i test (mi piacerebbe abbandonare BCC ed avere la compatibilità di ambiente fra Windows e Linux) questo fine settimana.\n\nTi faccio sapere\n\nCiao\n\nPS: Hai modo, tempo e voglia di farti un giro con GD che ho messo in contrib? mi piacerebbe avere un parere, ma pare che per il momento non se lo sia filato nessuno <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->",
"time": "00:19",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "fsgiudice"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-10-27",
"forum": "All products support",
"text": "[quote=\"fsgiudice\":1obyp3di]Si, anzi scusami se non ti ho risposto prima.[/quote:1obyp3di]\n\nE di che?\n\n[quote=\"fsgiudice\":1obyp3di]Non ti ho risposto perchè stavo facendo qualche prova con la configurazione e la compilazione con MinGW con i parametri postati da Lorenzo, ma ho avuto qualche problema.\nLa compilazione la fa, ma non mi installa i programmi compilati.\nDevo fare qualche prova per vedere qual'è la sequenza corretta e in cosa sbaglio.\nSpero di riuscire entro la fine della settimana, il lavoro in questi giorni mi impegna più del previsto, così ti do la sequenza completa.[/quote:1obyp3di]\n\nHai fatto benissimo.\n\n[quote=\"fsgiudice\":1obyp3di]Pensavo che la potresti pubblicare sotto:\n[url:1obyp3di]http://www.xharbour.org/index.asp?page=download/windows/required_win[/url:1obyp3di]\nnella sezione di MinGW[/quote:1obyp3di]\n\nGiusto! Grazie. Allora aspetto la versione definitiva.\n\n[quote=\"fsgiudice\":1obyp3di]PS: Hai modo, tempo e voglia di farti un giro con GD che ho messo in contrib? mi piacerebbe avere un parere, ma pare che per il momento non se lo sia filato nessuno <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->[/quote:1obyp3di]\n\nLo farò. Se fosse una valida sostituta della FreeImage non sarebbe male.\n\nEMG",
"time": "08:07",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "Enrico Maria Giordano"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-10-27",
"forum": "All products support",
"text": "[quote=\"EnricoMaria\":3my9ubpt]Questo forum è dedicato al supporto tecnico relativo a tutti i prodotti della Fivetech Software.\n\nSi prega di iscriversi utilizzando l'apposita opzione e, possibilmente, anche di allegare una propria foto in modo tale da conoscerci anche di viso.\n\nBuon lavoro a tutti.\n\nEMG[/quote:3my9ubpt]\n\nCiao a tutti,\nfinalmente possiamo ricontattarci! Auguri a tutti di buon lavoro.",
"time": "16:25",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "Maverich"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-10-27",
"forum": "All products support",
"text": "Saluti a tutti anche da parte mia, sinceramente il forum in lingua italiana mi mancava tanto <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "22:33",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "roberto"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-11-01",
"forum": "All products support",
"text": "E così finalmente rieccoci qua <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\nSono contento che esista questo nuovo spazio anche se condivido la nostalgia di alcuni per il ng che consentiva una archiviazione e una gestione dei messaggi anche in locale. E' un patrimonio di informazioni che va conservato con cura.\n\nSono sempre stato un lurker e dubito di avere molta voce in capitolo in un forum, visto che (come Enrico sa già bene) mi diletto di programmazione a fasi mooolto alterne ed è un bel po' che sono fermo.\n\nPerò eccomi qua e per giunta con la mia foto <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> ... è la prima volta che la metto su un forum <!-- s:roll: --><img src=\"{SMILIES_PATH}/icon_rolleyes.gif\" alt=\":roll:\" title=\"Rolling Eyes\" /><!-- s:roll: -->\n\nAntonio",
"time": "13:19",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "Jumbo"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2005-11-07",
"forum": "All products support",
"text": "Eccomi quà!!!........ Bentrovati a tutti.",
"time": "13:06",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "juanito"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2006-06-30",
"forum": "All products support",
"text": "Eccomi. \nDa oggi anch'io sono iscritto, anche se + o - sono nelle condizioni di Jumbo: poco tempo da dedicare allo sviluppo software perché preso anche dalla vendita/assistenza hardware e in genere da tutto quel che ruota attorno all'IT (questo è quello che passa il convento, e di questi tempi è dura rinunciarci anche se + volte si è tentati di farlo).\nIl pur pochissimo tempo che ho avuto modo di trascorrere su FiveWin mi è bastato comunque per capire (finalmente!) che FWH è il mio giusto sbocco definitivo dopo molti tentativi andati male per passare ad altro abbandonando il mio buon vecchio ed amatissimo CA-Clipper.\nE per capire questo l'aiuto iniziale di EMG di qualche tempo fa (e che senz'altro chiederò ancora, sempre a lui piacendo) è stato per me preziosissimo.\n\nE quindi... eccomi qua ben volentieri!\nsaluti a tutti.\nMT",
"time": "15:38",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "max"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2006-07-23",
"forum": "All products support",
"text": "Ciao a tutti,\nil mio tempo per lo sviluppo è come la corrente alternata!\nspero di riprendere con un po' più di disponibilità dopo le vacanze,\ninoltre anche questo caldo non aiuta...\n\nComunque grazie a EMG e a tutti per il supporto.",
"time": "14:31",
"topic": "Benvenuti nel nuovo forum in lingua italiana!",
"username": "Ugo"
}
] |
Benvenuti nel nuovo forum in lingua italiana!
|
[
{
"date": "2007-07-29",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Wondering what the best editor to use to create / edit .prg files. gedit looks OK but isn't xBase aware (not that I can see). Any plugin for it? Any other editor recommendations?\n\nAlso how do you associate .prg files with your text editor so that you don't have to go Open with other application| Text Editor\n\nThanks to anyone who can help",
"time": "04:52",
"topic": "Best Editor to use? Any xBase aware ones? File Associations",
"username": "xProgrammer"
}
] |
Best Editor to use? Any xBase aware ones? File Associations
|
[
{
"date": "2007-07-29",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Doug,\n\nFirst recommendation is to install gnome-commander which it is very usefull files manager based on Norton Commander (Total commander on Windows). \n\nFrom a console window do:\nsudo apt-get install gnome-commander\n\nThen invoke it:\ngnome-commander\n\nsimply double click on a PRG file and gedit will be automatically invoked",
"time": "11:41",
"topic": "Best Editor to use? Any xBase aware ones? File Associations",
"username": "Antonio Linares"
}
] |
Best Editor to use? Any xBase aware ones? File Associations
|
[
{
"date": "2007-07-29",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "[url=http://imageshack.us:348xo9fg][img:348xo9fg]http://img520.imageshack.us/img520/1832/screenshotmh8.png[/img:348xo9fg][/url:348xo9fg]",
"time": "11:42",
"topic": "Best Editor to use? Any xBase aware ones? File Associations",
"username": "Antonio Linares"
}
] |
Best Editor to use? Any xBase aware ones? File Associations
|
[
{
"date": "2007-07-29",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "gnome-commander looks good and it solved my problem - but somewhat indirectly. I double clicked on the .prg file and got a similar set of options. However I noticed that the .prg file had permissions of rwx. I removed the x permission and double clicking on the file brings up gedit in both gnome commander and the file browser now.\n\nI tried double clicking on my program to run it but in gnome-commander and got the following error message:\n\nNo default application found for the mime-type application/x-executable.\nOpen the \"File types and programs\" page in the Control Center to add one.\n\nSound simple enough but I don't know where the Control Centre is as yet.\n\nAlso the terminal session that I launched gnome-commander from gets the following message:\n\n(gnome-commander: 25300) Gtk WARNING **: Ignoring the separator setting\n\nThe 2 are presumably related. Anything to do with not having an extension to the filename of the executable? I also cannot launch from the file Browser but launches fine from a terminal (although slight exit problem as reported earlier)\n\nxProgrammer",
"time": "12:32",
"topic": "Best Editor to use? Any xBase aware ones? File Associations",
"username": "xProgrammer"
}
] |
Best Editor to use? Any xBase aware ones? File Associations
|
[
{
"date": "2007-07-29",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Yes, we see what you mean. We can't launch the application from gnome-commander too neither from \"Nautilus\" (the standard file browser). Lets see if we can find a solutiion.\n\nIts seems its not name related as we use the default extension \".a\", the result is the same\n\n>\nAlso the terminal session that I launched gnome-commander from gets the following message:\n\n(gnome-commander: 25300) Gtk WARNING **: Ignoring the separator setting\n>\n\nThats seems as a gnome-commander specific issue. I don't think its related",
"time": "13:44",
"topic": "Best Editor to use? Any xBase aware ones? File Associations",
"username": "Antonio Linares"
}
] |
Best Editor to use? Any xBase aware ones? File Associations
|
[
{
"date": "2021-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I was able to connect and change my shopdata with a API instruction.\n\nThe data string looks like this :\n\ncData := '{\"images\":[\"5101000.jpg\"],\"sku\":\"skuData\",\"ean\":\"98745123456\",\"name\":\"Noyca\",\"description\":\"Memo<b>Data</b>\"}'\n\nthe API docs gives this a example data :\n\n{\n \"model\": \"string\",\n \"sku\": \"string\",\n \"ean\": \"string\",\n \"name\": \"string\",\n \"description\": \"string\",\n \"introDescription\": \"string\",\n \"extraDescription\": \"string\",\n \"metaTitle\": \"string\",\n \"metaKeyword\": \"string\",\n \"metaDescription\": \"string\",\n \"quantity\": 0,\n \"categoryId\": 0,\n \"price\": 0,\n \"purchasePrice\": 0,\n \"status\": true,\n \"taxRate\": 0,\n \"manufacturerId\": 0,\n \"width\": 0,\n \"height\": 0,\n \"weight\": 0,\n \"images\": [\n \"ImageOne\"\n ],\n \"imagesAlt\": [\n \"ImageOneAlt\"\n ],\n \"resources\": [\n {\n \"resourceKey\": \"key\",\n \"resourceValue\": \"value\",\n \"resourceType\": \"type\"\n }\n ]\n}\n\nMy question : Look at the last data : resources. It has several subdata's like Key, Value, Type....\n\nI suspect that FWH has functions already build for generating this kind of strings, thinking that the data origin in my case sits in a dbf.\nI know that i have to make a matching function for the dbf data to the online data.\n\nDo these functions exist ? of do I have to make a function myself to generate this kind of string (cData as example)",
"time": "18:42",
"topic": "Best FWH functions for API, Hash, Curl",
"username": "Marc Venken"
}
] |
Best FWH functions for API, Hash, Curl
|
[
{
"date": "2021-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Creo que es lo que necesitas\n\n[code=fw:1jmx58un]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cData := hb_jsonEncode<span style=\"color: #000000;\">(</span> hData <span style=\"color: #000000;\">)</span><br />.....<br /><span style=\"color: #00C800;\">Local</span> := hData := <span style=\"color: #000000;\">{</span>=><span style=\"color: #000000;\">}</span><br />hb_jsondecode<span style=\"color: #000000;\">(</span>cData,@hData <span style=\"color: #000000;\">)</span> <br /> </div>[/code:1jmx58un]",
"time": "19:03",
"topic": "Best FWH functions for API, Hash, Curl",
"username": "leandro"
}
] |
Best FWH functions for API, Hash, Curl
|
[
{
"date": "2021-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"leandro\":36p7uc26]Creo que es lo que necesitas\n\n[code=fw:36p7uc26]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />cData := hb_jsonEncode<span style=\"color: #000000;\">(</span> hData <span style=\"color: #000000;\">)</span><br />.....<br /><span style=\"color: #00C800;\">Local</span> := hData := <span style=\"color: #000000;\">{</span>=><span style=\"color: #000000;\">}</span><br />hb_jsondecode<span style=\"color: #000000;\">(</span>cData,@hData <span style=\"color: #000000;\">)</span> <br /> </div>[/code:36p7uc26][/quote:36p7uc26]\n\nHey,\nI can read the data and see it in xbrowse, but I want to put ALL fields into a dbf, because dbf I can handle/workwith.\nHashes I can work when they are simple like :\n\n h2 := FW_RecToHash(), ;\n oBrwT:LButtonUp(), ;\n h1[\"positie\"] = \"100\" ,;\n FW_HashToRec( h1 ), ;\n DBGOTO( nPos1 ), ;\n FW_HashToRec( h2 ), ;\n\nIn the large datafile that comes from my site the hashes are more complex. I think like multidimensional or so and that is difficult for now",
"time": "19:11",
"topic": "Best FWH functions for API, Hash, Curl",
"username": "Marc Venken"
}
] |
Best FWH functions for API, Hash, Curl
|
[
{
"date": "2009-03-12",
"forum": "Off Topic / Otros temas",
"text": "Lets collect a good list of blogs to review / Reunamos una buena lista de blogs para leer:\n\n[b:2gccorgp]General news / Noticias en general:[/b:2gccorgp]\n<!-- m --><a class=\"postlink\" href=\"http://www.digg.com\">http://www.digg.com</a><!-- m --> (english)\n\n<!-- m --><a class=\"postlink\" href=\"http://www.meneame.net\">http://www.meneame.net</a><!-- m --> (spanish)\n\n[b:2gccorgp]Technology[/b:2gccorgp] \n<!-- m --><a class=\"postlink\" href=\"http://www.mydigitallife.info\">http://www.mydigitallife.info</a><!-- m --> (english)\n<!-- m --><a class=\"postlink\" href=\"http://www.techmeme.com\">http://www.techmeme.com</a><!-- m --> (english)\n<!-- m --><a class=\"postlink\" href=\"http://www.techcrunch.com\">http://www.techcrunch.com</a><!-- m --> (english) \n\n<!-- m --><a class=\"postlink\" href=\"http://www.eliax.com\">http://www.eliax.com</a><!-- m --> (spanish)\n<!-- m --><a class=\"postlink\" href=\"http://www.uberbin.net\">http://www.uberbin.net</a><!-- m --> (spanish)\n\n[b:2gccorgp]Programming questions (any language!)[/b:2gccorgp]\n<!-- m --><a class=\"postlink\" href=\"http://www.stackoverflow.com\">http://www.stackoverflow.com</a><!-- m -->",
"time": "07:42",
"topic": "Best blogs to read / Mejores blogs a leer",
"username": "Antonio Linares"
}
] |
Best blogs to read / Mejores blogs a leer
|
[
{
"date": "2009-11-25",
"forum": "Off Topic / Otros temas",
"text": "[b:2nve1e2y]Technology - Linux[/b:2nve1e2y]\n[url:2nve1e2y]http://www.espaciolinux.com[/url:2nve1e2y] (spanish)\n[url:2nve1e2y]http://www.vivalinux.com.ar/[/url:2nve1e2y] (spanish)\n\nSaludos.\nCarlos Sincuir\n\n(editado por Antonio)",
"time": "13:43",
"topic": "Best blogs to read / Mejores blogs a leer",
"username": "csincuir"
}
] |
Best blogs to read / Mejores blogs a leer
|
[
{
"date": "2010-02-18",
"forum": "Off Topic / Otros temas",
"text": "[b:3v1kqx41]Tecnología [/b:3v1kqx41]\n<!-- m --><a class=\"postlink\" href=\"http://tlife.guru/\">http://tlife.guru/</a><!-- m --> (español)\n<!-- m --><a class=\"postlink\" href=\"http://www.neoteo.com\">http://www.neoteo.com</a><!-- m --> (español)\n\n[b:3v1kqx41]Electrónica de consumo [/b:3v1kqx41] \n<!-- m --><a class=\"postlink\" href=\"http://www.xataka.com\">http://www.xataka.com</a><!-- m --> (español)\n\n[b:3v1kqx41]web y software[/b:3v1kqx41]\n<!-- m --><a class=\"postlink\" href=\"http://www.genbeta.com\">http://www.genbeta.com</a><!-- m --> (español)",
"time": "22:17",
"topic": "Best blogs to read / Mejores blogs a leer",
"username": "Manuel Aranda"
}
] |
Best blogs to read / Mejores blogs a leer
|
[
{
"date": "2008-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio and friends!\r\n\r\nHow is the best choice when I have to create my objects into a dialog window?\r\n\r\nSay:redefine() or Say:new()? The redefine method via resource or the new method via oDlg:bPainted?",
"time": "15:51",
"topic": "Best choice: Say:redefine() or Say:new()",
"username": "JC"
}
] |
Best choice: Say:redefine() or Say:new()
|
[
{
"date": "2008-09-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Júlio,\r\n\r\nUsing REDEFINE SAY ... you reuse the resource defined control including its coordinates and you can design your entire dialog from the resources editor.",
"time": "18:20",
"topic": "Best choice: Say:redefine() or Say:new()",
"username": "Antonio Linares"
}
] |
Best choice: Say:redefine() or Say:new()
|
[
{
"date": "2009-05-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Considering all of the enhancements made to xBrowse, what is the best documentation available for the current class ? What are the best sample files to review ?\n\nI've been using TSBrowse ( older version ) but am considering using xBrowse.\n\nTim",
"time": "16:52",
"topic": "Best current xBrowse doc/sample",
"username": "TimStone"
}
] |
Best current xBrowse doc/sample
|
[
{
"date": "2009-05-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Tim,\n\ndid You have a look at the xBrowseTools ?\nWith the Tools, You can test all settings with Preview.\nAs well there is a source-generator included.\nIt is a very good help, if You want to change to xBrowse.\nAlso You can find different test-prg's in the subdirectory /samples of FWH.\n\nBecause I updated to FWH 9.04, there will be a Update in a short time.\nFor the moment, I'm still busy with my new ButtonTools.\n\nRegards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "17:32",
"topic": "Best current xBrowse doc/sample",
"username": "ukoenig"
}
] |
Best current xBrowse doc/sample
|
[
{
"date": "2009-05-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Unfortunately all the documentation on xbrowse is not available at one place. I can suggest the following three ways in that order.\n\n1) Study samples in samples folder ( all programs containing 'xbrowse' ). In particular testxbrw3.prg contains more samples.\n\n2) Study commands in xbrowse.ch along with source code of xbrowse.prg. Commands are simple and are compatible with WBrowse and TCBrowse. In most cases simple @ r, c LISTBOX compatible commands of xbrowse can achieve a lot more than we normally expect.\n\n3) Xbrowse documentation in the fivewin help files ( \\fwh\\manual\\*.chm ) along with the announcements in the whatsnew.txt",
"time": "21:10",
"topic": "Best current xBrowse doc/sample",
"username": "nageswaragunupudi"
}
] |
Best current xBrowse doc/sample
|
[
{
"date": "2009-05-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":238d35pk]\ndid You have a look at the xBrowseTools ?\nWith the Tools, You can test all settings with Preview.\nAs well there is a source-generator included.\nIt is a very good help, if You want to change to xBrowse.\n[/quote:238d35pk]\n\nHi Uwe\n\nWhere can i get xBrowse Tools? I'd be interested in looking at that \n \nThanks\n\nPete",
"time": "12:18",
"topic": "Best current xBrowse doc/sample",
"username": "PeterHarmes"
}
] |
Best current xBrowse doc/sample
|
[
{
"date": "2009-05-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Peter,\n\nYou can Download from here.\n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/fw_downloads/brwtools5.zip\">http://www.pflegeplus.com/fw_downloads/brwtools5.zip</a><!-- m -->\n\nRead something about the Update :\n<!-- l --><a class=\"postlink-local\" href=\"http://fivetechsupport.com/forums/viewtopic.php?f=3&t=13831&p=71403#p71403\">viewtopic.php?f=3&t=13831&p=71403#p71403</a><!-- l -->\n\nRegards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "13:10",
"topic": "Best current xBrowse doc/sample",
"username": "ukoenig"
}
] |
Best current xBrowse doc/sample
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.