messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2011-09-21",
"forum": "FiveWin for Pocket PC",
"text": "Hello Jaroslaw!\n\nThanks for feed back.\n\nIn my case I have not red errors, but I have seriuos problems with CDX files.\nThe DBSEEK() do not work correctly. It looks the CDX files are corrupted.\nIn my case on emulator runs OK but not on PDA (WM6x).\nI made a sample testseek.prg.\nCan you test this sample on your system? try seek record number 10.\n[url:30a4x21l]http://sulsis.gotdns.org/testeseek.rar[/url:30a4x21l]\n\nthanks\nPedro",
"time": "09:53",
"topic": "Big problem with harbour and WM 6 (6.5)",
"username": "PeterBaga"
}
] |
Big problem with harbour and WM 6 (6.5)
|
[
{
"date": "2011-09-21",
"forum": "FiveWin for Pocket PC",
"text": "Jaroslaw, Pedro,\n\n[quote:2i0grdyc]In my case on emulator runs OK but not on PDA (WM6x)[/quote:2i0grdyc]\n\nThats the most shocking part, as the emulator uses the same software that the PDA, so there is a difference somewhere, but where to look for it ?\n\nWe need an idea about where the problem may come from...",
"time": "09:57",
"topic": "Big problem with harbour and WM 6 (6.5)",
"username": "Antonio Linares"
}
] |
Big problem with harbour and WM 6 (6.5)
|
[
{
"date": "2011-09-21",
"forum": "FiveWin for Pocket PC",
"text": "Pedro,\n\nI can confirm your problem with indexes in your\napplication. I have similar problems with my applications\nsince one year but only on WM 6 and 6.5. (both on PDA and emulators).\nOn WM 5 and 2003 all is ok.\n\n\nAntonio,\n\nI described you my problems with WM6 and 6.5\nin my mails to you in november-december 2010.\nCheck your mailbox please\n\nRegards\nJaroslaw Kadziola",
"time": "12:11",
"topic": "Big problem with harbour and WM 6 (6.5)",
"username": "kadziola"
}
] |
Big problem with harbour and WM 6 (6.5)
|
[
{
"date": "2009-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi all,\nthere is a problem with the xbrowse (fwh april 2009) using lFastEdit=.t.\n\nWith a previous xbrowse version I used lFastedit=.t. and oBrw:GoDown to go to the next cell.\n\nNow, using lFastEdit=.t. the control automatically go to the next cell but if the array is more lenght then the xbrowse window then when I am on the last visible cell, pressing enter the control remain on that cell instead to go to the next cell scrolling the browse.\n\nThis is a self-contained sample that show the problem. \nTry to change the numeric values and press enter each time. You will see that at the end of the xbrowse windows the fastedit terminate always on the last visible cell instead to scroll the xbrowse and go to the next cell.\n\nAny solution ?\n\nThanks in advance.\n\n\n[code=fw:o76zgemr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"xbrowse.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, oBrw, aArray<br /><br />* set century off<br /> set epoch <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">1920</span><br /><br /> aArray:=<span style=\"color: #000000;\">{</span><span style=\"color: #000000;\">}</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Marc\"</span>,<span style=\"color: #000000;\">10.2</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Luca\"</span>,<span style=\"color: #000000;\">6.5</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"James\"</span>,<span style=\"color: #000000;\">11.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Christine\"</span>,<span style=\"color: #000000;\">1.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Melanie\"</span>,<span style=\"color: #000000;\">15.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Robert\"</span>,<span style=\"color: #000000;\">14.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Jimmy\"</span>,<span style=\"color: #000000;\">13.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Enrico\"</span>,<span style=\"color: #000000;\">10.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Mario\"</span>,<span style=\"color: #000000;\">12.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Pinco\"</span>,<span style=\"color: #000000;\">13.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /> aadd<span style=\"color: #000000;\">(</span>aArray,<span style=\"color: #000000;\">{</span><span style=\"color: #ff0000;\">\"Eric\"</span>,<span style=\"color: #000000;\">14.3</span><span style=\"color: #000000;\">}</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">300</span>, <span style=\"color: #000000;\">200</span><br /><br /> @<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw <span style=\"color: #0000ff;\">OF</span> oDlg ARRAY aArray <span style=\"color: #0000ff;\">AUTOCOLS</span><br /><br /> oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">]</span>:<span style=\"color: #000000;\">cEditPicture</span> := <span style=\"color: #ff0000;\">\"@E 999.99\"</span><br /> oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">]</span>:<span style=\"color: #000000;\">nEditType</span> := <span style=\"color: #000000;\">1</span><br /> oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">]</span>:<span style=\"color: #000000;\">bOnPostEdit</span> := <span style=\"color: #000000;\">{</span>|o,x| nLastCell:=oBrw:<span style=\"color: #000000;\">nArrayAt</span>,aArray<span style=\"color: #000000;\">[</span>oBrw:<span style=\"color: #000000;\">nArrayAt</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">]</span>:=x<span style=\"color: #000000;\">}</span><br /> oBrw:<span style=\"color: #000000;\">lFastEdit</span>:=.t.<br /> oBrw:<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTER</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:o76zgemr]",
"time": "10:23",
"topic": "Big problem with xbrowse and lFastEdit=.t.",
"username": "Marco Turco"
}
] |
Big problem with xbrowse and lFastEdit=.t.
|
[
{
"date": "2009-05-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Will you please try this fix ?\nYou will find the following code in method GoNextCtrl(hWnd) of TXBrpwse ( around line 4657 )\n[code=fw:4d780s3r]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">lAutoAppend</span> .or. ::<span style=\"color: #000000;\">nDataRows</span> > ::<span style=\"color: #000000;\">nRowSel</span><br /> <span style=\"color: #00C800;\">if</span> !<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">bPastEof</span> == <span style=\"color: #00C800;\">NIL</span> .and. ::<span style=\"color: #000000;\">nDataRows</span> = ::<span style=\"color: #000000;\">nRowSel</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">GoDown</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /> </div>[/code:4d780s3r]\nPlease substitute the above lines of code with the following block of code\n[code=fw:4d780s3r]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">nRowSel</span> < ::<span style=\"color: #000000;\">nDataRows</span> <span style=\"color: #000000;\">)</span> .or. ;<br /> <span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">lAutoAppend</span> .and. ::<span style=\"color: #000000;\">bPastEof</span> != <span style=\"color: #00C800;\">nil</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">GoDown</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> </div>[/code:4d780s3r]\nI have tested and the old behaviour is restored with this change.\nKindly try and give your feed back.",
"time": "21:15",
"topic": "Big problem with xbrowse and lFastEdit=.t.",
"username": "nageswaragunupudi"
}
] |
Big problem with xbrowse and lFastEdit=.t.
|
[
{
"date": "2009-05-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\nthank you for your reply,\nunfortunately the problem still remain.\n\nI enclosed the executable, the prg sample and the modified xbrowse.prg\n\nAny ideas ?\n\nThanks in advance.",
"time": "07:48",
"topic": "Big problem with xbrowse and lFastEdit=.t.",
"username": "Marco Turco"
}
] |
Big problem with xbrowse and lFastEdit=.t.
|
[
{
"date": "2009-05-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I downloaded and tested\nPlease try with this fix.\n[code=fw:12z0txta]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">CASE</span> ::<span style=\"color: #000000;\">nMoveType</span> == MOVE_FAST_RIGHT<br /> nNextPos := <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">nColSel</span> < Len<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">aDisplay</span> <span style=\"color: #000000;\">)</span><br /> nNextPos := AScan<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">aDisplay</span>, <span style=\"color: #000000;\">{</span> |i| ::<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">[</span> i <span style=\"color: #000000;\">]</span>:<span style=\"color: #000000;\">nEditType</span> > <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">}</span>, ::<span style=\"color: #000000;\">nColSel</span> + <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">if</span> nNextPos > <span style=\"color: #000000;\">0</span><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">IsDisplayPosVisible</span><span style=\"color: #000000;\">(</span> nNextPos, .t. <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">nColSel</span> := nNextPos<br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">FullPaint</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #00C800;\">Super</span>:<span style=\"color: #0000ff;\">Refresh</span><span style=\"color: #000000;\">(</span> .t. <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//::Paint()</span><br /> <span style=\"color: #00C800;\">else</span><br /> ::<span style=\"color: #000000;\">DrawLine</span><span style=\"color: #000000;\">(</span> .t. <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">else</span><br /> <span style=\"color: #00C800;\">for</span> n := ::<span style=\"color: #000000;\">nColSel</span> + <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> nNextPos<br /> ::<span style=\"color: #000000;\">GoRight</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span> n<br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">else</span><br /> ::<span style=\"color: #000000;\">GoLeftMost</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> nNextPos := AScan<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">aDisplay</span>, <span style=\"color: #000000;\">{</span> |i| ::<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">[</span> i <span style=\"color: #000000;\">]</span>:<span style=\"color: #000000;\">nEditType</span> > <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">if</span> nNextPos > <span style=\"color: #000000;\">1</span><br /> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">IsDisplayPosVisible</span><span style=\"color: #000000;\">(</span> nNextPos, .t. <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">nColSel</span> := nNextPos<br /> ::<span style=\"color: #000000;\">DrawLine</span><span style=\"color: #000000;\">(</span> .t. <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">else</span><br /> <span style=\"color: #00C800;\">for</span> n := <span style=\"color: #000000;\">2</span> <span style=\"color: #0000ff;\">to</span> nNextPos<br /> ::<span style=\"color: #000000;\">GoRight</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">GoDown</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">endif</span><br /><br /> </div>[/code:12z0txta]\nIf you can please contact me by my email <!-- e --><a href=\"mailto:nageswaragunupudi@gmail.com\">nageswaragunupudi@gmail.com</a><!-- e -->, I shall send you the modified sources and exe",
"time": "12:44",
"topic": "Big problem with xbrowse and lFastEdit=.t.",
"username": "nageswaragunupudi"
}
] |
Big problem with xbrowse and lFastEdit=.t.
|
[
{
"date": "2009-05-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello...\n\nThis other posible solutions... we need maintain sames features\n\n[code=fw:2s36zlpx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">lAutoAppend</span> .or. ::<span style=\"color: #000000;\">nDataRows</span> > ::<span style=\"color: #000000;\">nRowSel</span><br /> <span style=\"color: #00C800;\">if</span> !<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">bPastEof</span> == <span style=\"color: #00C800;\">NIL</span> .and. ::<span style=\"color: #000000;\">nDataRows</span> = ::<span style=\"color: #000000;\">nRowSel</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//change this for... see bellow</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">GoDown</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span></div>[/code:2s36zlpx]\n\nLine Changed\n[code=fw:2s36zlpx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\"color: #00C800;\">if</span> ::<span style=\"color: #000000;\">lAutoAppend</span> .or. ::<span style=\"color: #000000;\">nDataRows</span> > ::<span style=\"color: #000000;\">nRowSel</span><br /> <span style=\"color: #00C800;\">if</span> !<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">bPastEof</span> == <span style=\"color: #00C800;\">NIL</span> .and. ::<span style=\"color: #000000;\">KeyNo</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> == ::<span style=\"color: #000000;\">nLen</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//line changed</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #000000;\">GoDown</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> ::<span style=\"color: #0000ff;\">Select</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">endif</span></div>[/code:2s36zlpx]",
"time": "17:45",
"topic": "Big problem with xbrowse and lFastEdit=.t.",
"username": "Daniel Garcia-Gil"
}
] |
Big problem with xbrowse and lFastEdit=.t.
|
[
{
"date": "2009-05-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hello..\n\nthe Mr Rao's code work fine",
"time": "20:27",
"topic": "Big problem with xbrowse and lFastEdit=.t.",
"username": "Daniel Garcia-Gil"
}
] |
Big problem with xbrowse and lFastEdit=.t.
|
[
{
"date": "2009-05-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, all runs fine with this modified code now.\n\nThanks a lot.",
"time": "08:20",
"topic": "Big problem with xbrowse and lFastEdit=.t.",
"username": "Marco Turco"
}
] |
Big problem with xbrowse and lFastEdit=.t.
|
[
{
"date": "2006-01-12",
"forum": "Off Topic / Otros temas",
"text": "Don't miss Bill Gates keynote at the 2006 International Consumer Electronics Show, with a Windows Vista preview too:\n\n<!-- m --><a class=\"postlink\" href=\"http://metahost.savvislive.com/microsoft/20060104/ces_billgates_keynote_20060104_300.asx\">http://metahost.savvislive.com/microsof ... 04_300.asx</a><!-- m -->\n\nAlso, you may find quite interesting Steve Job's MacWord keynote from <!-- m --><a class=\"postlink\" href=\"http://www.apple.com/quicktime/qtv/mwsf06\">http://www.apple.com/quicktime/qtv/mwsf06</a><!-- m -->",
"time": "23:53",
"topic": "Bill Gates keynote at the 2006 International CES",
"username": "Antonio Linares"
}
] |
Bill Gates keynote at the 2006 International CES
|
[
{
"date": "2006-01-17",
"forum": "Off Topic / Otros temas",
"text": "It is expected a much more advanced January Vista beta. Actual build is 5270.",
"time": "19:40",
"topic": "Bill Gates keynote at the 2006 International CES",
"username": "Antonio Linares"
}
] |
Bill Gates keynote at the 2006 International CES
|
[
{
"date": "2016-10-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nToday I dropped my 'hands' billing protocol of the Czech Republic.\nSeveral of our customers are from this country, and next month begins to be mandatory.\n\nDoes anyone have already done something, not to start from scratch?\n\nBest regards",
"time": "09:37",
"topic": "Billing Czech Republic",
"username": "thefull"
}
] |
Billing Czech Republic
|
[
{
"date": "2016-11-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\nI have some information from a solution provider which may help.\nPlease send me an email\ninfo#winhotel#at\nBest regards,\nOtto",
"time": "12:17",
"topic": "Billing Czech Republic",
"username": "Otto"
}
] |
Billing Czech Republic
|
[
{
"date": "2016-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\ncan you give us some link with technical details?\n\nBoris",
"time": "07:51",
"topic": "Billing Czech Republic",
"username": "bosibila"
}
] |
Billing Czech Republic
|
[
{
"date": "2016-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Otto\":23g192yq]Hello,\nI have some information from a solution provider which may help.\nPlease send me an email\ninfo#winhotel#at\nBest regards,\nOtto[/quote:23g192yq]\nThank you Otto, i send email.",
"time": "09:14",
"topic": "Billing Czech Republic",
"username": "thefull"
}
] |
Billing Czech Republic
|
[
{
"date": "2016-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"bosibila\":2qtwkpg7]Hello,\ncan you give us some link with technical details?\n\nBoris[/quote:2qtwkpg7]\n\nI view <!-- m --><a class=\"postlink\" href=\"http://www.etrzby.cz/cs/english-version-609\">http://www.etrzby.cz/cs/english-version-609</a><!-- m -->, and specification in <!-- m --><a class=\"postlink\" href=\"http://www.etrzby.cz/assets/cs/prilohy/EETXMLSchema.xsd\">http://www.etrzby.cz/assets/cs/prilohy/EETXMLSchema.xsd</a><!-- m -->",
"time": "09:16",
"topic": "Billing Czech Republic",
"username": "thefull"
}
] |
Billing Czech Republic
|
[
{
"date": "2016-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Rafa,\napplications with fiscal bills are implemented in our country before four years. I think it is very similar to yours problem. Our POS pc's send bill with ZKI number (uniq number calculated from bill number, date, time, POS ID ...) in XML format to government Tax Administration, signed by soft certificat (fiskal.p12). Government servers return signed XML answer with JIR (number which is unique and must be printed on bill). \nOur FWH aplication use external DLL (C#) simply calling dll's function:\n\n...\noCis:=CreateObject(\"FiskalizacijaDev.com.CentraniInformacijskiSustav\")\ncUUID:=oCis:generirajUUID()\n...\n\nLink for C# source and dll's:\n<!-- m --><a class=\"postlink\" href=\"https://fiskalizacija.codeplex.com/\">https://fiskalizacija.codeplex.com/</a><!-- m -->\n\nTechnical specification (only on Croatian):\n<!-- m --><a class=\"postlink\" href=\"https://www.porezna-uprava.hr/HR_Fiskalizacija/Stranice/Tehni%C4%8Dke-specifikacije.aspx\">https://www.porezna-uprava.hr/HR_Fiskal ... acije.aspx</a><!-- m -->\n\nIf you find this informations useful, I will prepare and sent you Fivewin example.\n\nBoris",
"time": "11:56",
"topic": "Billing Czech Republic",
"username": "bosibila"
}
] |
Billing Czech Republic
|
[
{
"date": "2016-11-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you! \n\n[quote=\"bosibila\":28fqasw6]Hello Rafa,\napplications with fiscal bills are implemented in our country before four years. I think it is very similar to yours problem. Our POS pc's send bill with ZKI number (uniq number calculated from bill number, date, time, POS ID ...) in XML format to government Tax Administration, signed by soft certificat (fiskal.p12). Government servers return signed XML answer with JIR (number which is unique and must be printed on bill). \nOur FWH aplication use external DLL (C#) simply calling dll's function:\n\n...\noCis:=CreateObject(\"FiskalizacijaDev.com.CentraniInformacijskiSustav\")\ncUUID:=oCis:generirajUUID()\n...\n\nLink for C# source and dll's:\n<!-- m --><a class=\"postlink\" href=\"https://fiskalizacija.codeplex.com/\">https://fiskalizacija.codeplex.com/</a><!-- m -->\n\nTechnical specification (only on Croatian):\n<!-- m --><a class=\"postlink\" href=\"https://www.porezna-uprava.hr/HR_Fiskalizacija/Stranice/Tehni%C4%8Dke-specifikacije.aspx\">https://www.porezna-uprava.hr/HR_Fiskal ... acije.aspx</a><!-- m -->\n\nIf you find this informations useful, I will prepare and sent you Fivewin example.\n\nBoris[/quote:28fqasw6]",
"time": "15:24",
"topic": "Billing Czech Republic",
"username": "thefull"
}
] |
Billing Czech Republic
|
[
{
"date": "2006-04-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\nwith the new FWH27 EMF printer class \nthe print output go always on the same bin scheet \ninstead the default bin scheet.\n\nThere is no problem with the old WMF printer class.\n\nAny solutions ?\n\nThanks in advance\n\nMarco Turco",
"time": "12:28",
"topic": "Bin problems with the FWH27 printer class",
"username": "Marco Turco"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Marco Turco\":2o6gdceg]Hi,\nwith the new FWH27 EMF printer class \nthe print output go always on the same bin scheet \ninstead the default bin scheet.\n\nThere is no problem with the old WMF printer class.\n\nAny solutions ?\n\nThanks in advance\n\nMarco Turco[/quote:2o6gdceg]\n\nAntonio\n\nI confirm the same problem\n\nRichard",
"time": "09:52",
"topic": "Bin problems with the FWH27 printer class",
"username": "Richard Chidiak"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco, Richard,\n\nWe have tested it here on a Canon Pixma MP750 and it works ok (samples\\TestPrn2.prg).\n\nWhat you can't do is to change the printer bin once you have initialized the printer in your application, unless you directly call the function PrinterEnd() that will force FWH to initialize again the printer object with the new default printer settings values.",
"time": "11:31",
"topic": "Bin problems with the FWH27 printer class",
"username": "Antonio Linares"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\nI don't want to change the bin from my app,\nI want only that my app will print on the default bin as set on the printer panel.\n\nThe tprinter class has to check which the default bin is\nand print on this bin.\n\nMarco",
"time": "14:34",
"topic": "Bin problems with the FWH27 printer class",
"username": "Marco Turco"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Marco Turco\":ov530mpq]Hi Antonio,\nI don't want to change the bin from my app,\nI want only that my app will print on the default bin as set on the printer panel.\n\nThe tprinter class has to check which the default bin is\nand print on this bin.\n\nMarco[/quote:ov530mpq]\n\nMarco\n\nWe need both. The print panel must show the default bin as set on the printer panel and we need to be able to change this bin. This is the standard windows behaviour. This was working before.\n\nRichard",
"time": "15:13",
"topic": "Bin problems with the FWH27 printer class",
"username": "Richard Chidiak"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nWhat I mean is that if you change the default bin _meanwhile_ your app is running, then FWH will not respect it unless you do a PrinterEnd() and a PrinterInit(), so the print values used by FWH get properly intialized again.",
"time": "15:47",
"topic": "Bin problems with the FWH27 printer class",
"username": "Antonio Linares"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2ae4772g]Marco,\n\nWhat I mean is that if you change the default bin _meanwhile_ your app is running, then FWH will not respect it unless you do a PrinterEnd() and a PrinterInit(), so the print values used by FWH get properly intialized again.[/quote:2ae4772g]\n\nAntonio <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> \n\nThe initialisation should happen every time we call printersetup, all printer params must be reinitialized at that moment.\n\nRichard",
"time": "15:52",
"topic": "Bin problems with the FWH27 printer class",
"username": "Richard Chidiak"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nI never set the bin from my app.\n\nI try to explain me better:\nimagine that the printer has two bins: the bin1 and the bin2,\nthe customer set as default bin the bin2 (he make this setting into the Printer control panel calling Start/Printers and fax).\n\nAfter, the customer execute my app, and try a print. \nWell the print output will not start on bin2 (the print default bin) but on bin1.\n\nThis is the biggest problem.\n\nMarco",
"time": "18:56",
"topic": "Bin problems with the FWH27 printer class",
"username": "Marco Turco"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard,\n\nYes, we should initialize the low level structure everytime PrinterSetup() is used. \n\nBut what happens if the user sets a different bin manually, from Windows printer settings ? In that case, the application is not aware of such change.",
"time": "19:01",
"topic": "Bin problems with the FWH27 printer class",
"username": "Antonio Linares"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\n>\nAfter, the customer execute my app, and try a print. \nWell the print output will not start on bin2 (the print default bin) but on bin1. \n>\n\nWe have tried that exactly this morning and it worked ok. We started the app after the bin was manually changed. All ok.\n\nWhat we are checking now is how to detect such bin change if it is performed meanwhile the app is running.",
"time": "19:04",
"topic": "Bin problems with the FWH27 printer class",
"username": "Antonio Linares"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nOur tests were done with samples\\TestPrn2.prg and they worked ok. The printing was properly done on the control-panel-printer selected bin.",
"time": "19:07",
"topic": "Bin problems with the FWH27 printer class",
"username": "Antonio Linares"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\nI have found the problem.\n\nI have in my app a button to give the possibility to the customers to change the printer parameters (eg. the bin scheet).\n\nThis button call the shprnproperty() function you introduced with these latest FWH's releases. Well, when I change the bin using this function, the change doesn't applies to my app. I replaced now the button action calling the old PrinterSetup() function that runs fine.\n\n\nMarco",
"time": "12:04",
"topic": "Bin problems with the FWH27 printer class",
"username": "Marco Turco"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2006-04-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nThanks for the feedback,",
"time": "12:22",
"topic": "Bin problems with the FWH27 printer class",
"username": "Antonio Linares"
}
] |
Bin problems with the FWH27 printer class
|
[
{
"date": "2009-12-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Muy buenas, alguien sabría indicarme una función que pasara de Binario a Hexadecimal Y de Hexadecimal a Binario, es decir, necesito pasar\n\n0000000000000010 => 0002\nó\n1111111111111111 => FFFF\n\ny También lo necesito alreves, es decir,\n\n0002 => 0000000000000010 \nó\nFFFF => 1111111111111111 \n\nUn Saludo.",
"time": "13:27",
"topic": "Binario 2 Hexadecimal 16 bits",
"username": "softruz"
}
] |
Binario 2 Hexadecimal 16 bits
|
[
{
"date": "2009-12-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Juan,\n\nLa primera de las dos funciones que buscas:\n[code=fw:1mf2ed9d]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span> BinToHex<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"1111111111111110\"</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> <br /><br /><span style=\"color: #00C800;\">function</span> BinToHex<span style=\"color: #000000;\">(</span> cBin <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> n, nResult := <span style=\"color: #000000;\">0</span><br /><br /> <span style=\"color: #00C800;\">for</span> n = Len<span style=\"color: #000000;\">(</span> cBin <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">1</span> step <span style=\"color: #000000;\">-1</span><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cBin, n, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> == <span style=\"color: #ff0000;\">\"1\"</span><br /> nResult += <span style=\"color: #000000;\">2</span> ^ <span style=\"color: #000000;\">(</span> Len<span style=\"color: #000000;\">(</span> cBin <span style=\"color: #000000;\">)</span> - n <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">next</span><br /><br /><span style=\"color: #00C800;\">return</span> DecToHex<span style=\"color: #000000;\">(</span> nResult <span style=\"color: #000000;\">)</span><br /> </div>[/code:1mf2ed9d]",
"time": "09:49",
"topic": "Binario 2 Hexadecimal 16 bits",
"username": "Antonio Linares"
}
] |
Binario 2 Hexadecimal 16 bits
|
[
{
"date": "2009-12-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Aqui van las dos:\n[code=fw:17chnnff]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span> BinToHex<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"1111111111111110\"</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span> HexToBin<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"FFFE\"</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> <br /><br /><span style=\"color: #00C800;\">function</span> BinToHex<span style=\"color: #000000;\">(</span> cBin <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> n, nResult := <span style=\"color: #000000;\">0</span><br /><br /> <span style=\"color: #00C800;\">for</span> n = Len<span style=\"color: #000000;\">(</span> cBin <span style=\"color: #000000;\">)</span> <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">1</span> step <span style=\"color: #000000;\">-1</span><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cBin, n, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> == <span style=\"color: #ff0000;\">\"1\"</span><br /> nResult += <span style=\"color: #000000;\">2</span> ^ <span style=\"color: #000000;\">(</span> Len<span style=\"color: #000000;\">(</span> cBin <span style=\"color: #000000;\">)</span> - n <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <span style=\"color: #00C800;\">next</span><br /><br /><span style=\"color: #00C800;\">return</span> DecToHex<span style=\"color: #000000;\">(</span> nResult <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">function</span> HexToBin<span style=\"color: #000000;\">(</span> cHex <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">local</span> nValue := HexToDec<span style=\"color: #000000;\">(</span> cHex <span style=\"color: #000000;\">)</span> <br /> <span style=\"color: #00C800;\">local</span> n, cResult := <span style=\"color: #ff0000;\">\"\"</span><br /><br /> <span style=\"color: #00C800;\">for</span> n = <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">16</span><br /> cResult += <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">(</span> nAnd<span style=\"color: #000000;\">(</span> nValue, <span style=\"color: #000000;\">2</span> ^ n <span style=\"color: #000000;\">)</span> == <span style=\"color: #000000;\">2</span> ^ n, <span style=\"color: #ff0000;\">\"1\"</span>, <span style=\"color: #ff0000;\">\"0\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">next</span> <br /><br /><span style=\"color: #00C800;\">return</span> cResult<br /> </div>[/code:17chnnff]\nSi necesitases mucha velocidad de proceso, entonces lo idóneo seria implementarlas en lenguaje C.",
"time": "09:56",
"topic": "Binario 2 Hexadecimal 16 bits",
"username": "Antonio Linares"
}
] |
Binario 2 Hexadecimal 16 bits
|
[
{
"date": "2017-02-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola, buen día\nEn qué página puedo descargar los últimos binarios de Harbour 64 bits para BCC71\n\nSaludos",
"time": "20:28",
"topic": "Binarios Harbour 64 bits",
"username": "Vikthor.Thomas"
}
] |
Binarios Harbour 64 bits
|
[
{
"date": "2017-02-21",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Vikthor,\n\n[url:6fp5uoiy]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads[/url:6fp5uoiy]\n\n[url:6fp5uoiy]https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/harbour_bcc71_64bits_20160324.zip[/url:6fp5uoiy]",
"time": "08:03",
"topic": "Binarios Harbour 64 bits",
"username": "Antonio Linares"
}
] |
Binarios Harbour 64 bits
|
[
{
"date": "2014-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nif sending image via SQL, there's BmpToStr() function. What if sending binary (.pdf or .rtf)? BinToStr() or similar?\n\nAnyone?",
"time": "07:54",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "fraxzi"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2014-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If you use latest FW libraries with ADO,\nit is as simple as \noRecSet:Photo := MemoRead( \"john.jpg\" )\nor\noRecSet:Reply := MemoRead( \"reply.rtf\" )",
"time": "08:06",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "nageswaragunupudi"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2014-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "RAO,\n\nI tried this:\n[code=fw:3jhvj2qq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> cBuff := MemoRead<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'TestRTF.RTF'</span><span style=\"color: #000000;\">)</span><br /><br /> cSql := <span style=\"color: #ff0000;\">\"MERGE entry_trn ON ( ticket_id = '123' ) \"</span>+;<br /> <span style=\"color: #ff0000;\">\"WHEN MATCHED THEN UPDATE SET ( concerns = :bin_data1 ) \"</span> +;<br /> <span style=\"color: #ff0000;\">\"WHEN NOT MATCHED THEN INSERT ( ticket_id = '123', concerns = :bin_data2 );\"</span> <span style=\"color: #B900B9;\">//concern field is binary type</span><br /><br /><br /> dbSelectArea<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">IF</span> AdsCreateSqlStatement<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'XX'</span>, ADS_ADT, hADS <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">IF</span> AdsPrepareSql<span style=\"color: #000000;\">(</span> cSql <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">IF</span> AdsSetBinary<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"bin_data1\"</span>, cBuff <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ELSE</span><br /> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oopss...'</span>,<span style=\"color: #ff0000;\">'bin_data1'</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//ok good never reached</span><br /> END<br /><br /> <span style=\"color: #00C800;\">IF</span> AdsSetBinary<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"bin_data2\"</span>, cBuff <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ELSE</span><br /> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oopss...'</span>,<span style=\"color: #ff0000;\">'bin_data2'</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//ok good never reached</span><br /> END<br /><br /> <span style=\"color: #B900B9;\">/* I have no problem with bitmap/image<br /><br /> cBmp := BmpToStr(oImg:hBitmap)<br /> AdsSetBinary( 'iPicture', cBmp ) //ipicture field is image type.<br /><br /> */</span><br /><br /> <span style=\"color: #00C800;\">IF</span> AdsExecuteSQL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <br /> AdsCloseSQLStatement<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ELSE</span><br /> cerror := <span style=\"color: #ff0000;\">''</span><br /> AdsGetLastError<span style=\"color: #000000;\">(</span> @cerror<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oopss... '</span> + cerror ,<span style=\"color: #ff0000;\">'AdsExecuteSQL'</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//here..</span><br /> END<br /><br /> <span style=\"color: #00C800;\">ELSE</span><br /> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oopss...'</span>,<span style=\"color: #ff0000;\">'AdsPrepareSql'</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//ok good never reached</span><br /> END<br /><br /> <span style=\"color: #00C800;\">ELSE</span><br /> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oopss...'</span>,<span style=\"color: #ff0000;\">'AdsCreateSqlStatement'</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//ok good never reached</span><br /> END<br /><br /> </div>[/code:3jhvj2qq]\n\n\nUsing Bitmap/Image working fine.. Any idea?",
"time": "08:21",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "fraxzi"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2014-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Frances;\n\nYour code should work just fine regardless of the file type. Are you getting some error?\n\nYou may store any file type on a blob field by simply reading the file using MemoRead() into a local variable that's then used in AdsSetBinary() to set the parameter for the sql statement. It really does not matter what the file type is.\n\nReinaldo.",
"time": "14:41",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "reinaldocrespo"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2014-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I just re-read your post, I think there might be a problem with the actual sql statement. I'm not sure the insert portion is the correct syntax.\n\n[code=fw:18ff3h7z]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cSql := <span style=\"color: #ff0000;\">\"MERGE entry_trn ON ( ticket_id = '123' ) \"</span>+;<br /> <span style=\"color: #ff0000;\">\"WHEN MATCHED THEN UPDATE SET ( concerns = :bin_data1 ) \"</span> +;<br /> <span style=\"color: #ff0000;\">\"WHEN NOT MATCHED THEN INSERT ( ticket_id = '123', concerns = :bin_data2 );\"</span> <span style=\"color: #B900B9;\">//concern field is binary type</span><br /> </div>[/code:18ff3h7z]\n\nshould be:\n\n[code=fw:18ff3h7z]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cSql := <span style=\"color: #ff0000;\">\"MERGE entry_trn ON ( ticket_id = '123' ) \"</span>+;<br /> <span style=\"color: #ff0000;\">\"WHEN MATCHED THEN UPDATE SET ( concerns = :bin_data1 ) \"</span> +;<br /> <span style=\"color: #ff0000;\">\"WHEN NOT MATCHED THEN INSERT ( ticket_id, concerns ) VALUES ( '123', :bin_data2 );\"</span> <span style=\"color: #B900B9;\">//concern field is binary type</span><br /> </div>[/code:18ff3h7z]\n\n\nReinaldo.",
"time": "14:49",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "reinaldocrespo"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2014-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Francis\n\nIf I read your post correctly, you are trying to import a binary file to a Sql Table ? If so, the field type ( sql server ) must be VarBinary (max ) or equivalent. \n\nHere is the code that has worked for me ( may be xHarbor specific using VTArrayWrapper() ) .. it uses the AppendChunk() method to import any binary file, .pdf, .docx, xls, etc.. I am sure Rao could simplify this code into a wrapper.\n\nRick Lipkin\n\nps .. I did not see you were using Ads .. the code below is generic ansi Sql and works for Access or Ms Sql Server, It may or may not work for Ads <!-- s:| --><img src=\"{SMILIES_PATH}/icon_neutral.gif\" alt=\":|\" title=\"Neutral\" /><!-- s:| --> \n\n[code=fw:3pmekzo1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />/------------------------------<br /><span style=\"color: #00C800;\">Static</span> Func _Doit<span style=\"color: #000000;\">(</span> oRsProj, oRsCh, cPROJECTEID <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">LOCAL</span> cFILENAME, nSTRING, nLEN, nSTART, SAYING, nDATETIME<br /><span style=\"color: #00C800;\">LOCAL</span> nHANDLE, nBYTES, cEID, cFILE, dDATE<br /><br /><span style=\"color: #00C800;\">LOCAL</span> cBUFFER <span style=\"color: #B900B9;\">//cBinaryData // <------- This is the actual data to be stored</span><br /><span style=\"color: #00C800;\">LOCAL</span> nBytesRead<br /><br />cFILE := ALLTRIM<span style=\"color: #000000;\">(</span> cPATH <span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">// C:\\DBTMP\\CHARTER.DOC</span><br />nLEN := LEN<span style=\"color: #000000;\">(</span> cFILE <span style=\"color: #000000;\">)</span><br /><br />nSTART := RAT<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"<span style=\"color: #000000;\">\\\"</span>, cFILE )<br /><br />IF nSTART > 0<br />ELSE<br /> SAYING := \"</span>INVALID File <span style=\"color: #0000ff;\">name</span> or Location .. Aborting<span style=\"color: #ff0000;\">\"<br /> MsgInfo( SAYING )<br /> oDLG:END()<br /> RETURN(.F.)<br />ENDIF<br /><br />// get file name //<br />cFILENAME := SUBSTR( cPATH, nSTART+1, nLEN-nSTART ) // CHARTER.PDF<br /><br />IF LEN(cFILENAME) > 35<br /> SAYING := \"</span>Sorry .. the maximum length <span style=\"color: #0000ff;\">of</span> your file<span style=\"color: #ff0000;\">\"+chr(10)<br /> SAYING += cFILENAME+CHR(10)<br /> SAYING += \"</span>is longer than <span style=\"color: #000000;\">35</span> characters. Please re-<span style=\"color: #0000ff;\">name</span><span style=\"color: #ff0000;\">\"+chr(10)<br /> SAYING += \"</span>your file <span style=\"color: #0000ff;\">to</span> meet the <span style=\"color: #000000;\">35</span> <span style=\"color: #0000ff;\">max</span> length<span style=\"color: #ff0000;\">\"+chr(10)<br /> MsgInfo( saying )<br /> oDlg:end()<br /> RETURN(.F.)<br />ENDIF<br /><br /><br />// open file //<br />nHANDLE := FOpen( cFILE )<br />IF FERROR() <> 0<br /> SAYING := \"</span>Error reading file <span style=\"color: #ff0000;\">\"+cFILE+CHR(10)<br /> SAYING += \"</span> <span style=\"color: #ff0000;\">\"+STR(FERROR())+CHR(10)<br /> MsgInfo( SAYING )<br /> oDLG:END()<br /> RETURN(.F.)<br />ENDIF<br /><br />// get number of bytes in file<br />nBYTES := FSEEK( nHANDLE, 0,2 )<br /><br />// pad the buffer nBytes+1<br />cBUFFER := SPACE(nBYTES+1)<br /><br />FSeek( nHANDLE, 0, 0 )<br />nBytesRead := FRead( nHANDLE, @cBuffer, nBytes )<br /><br />FClose( nHANDLE )<br /><br />if nBytesRead != nBytes<br /> SAYING := \"</span>nBytesRead = <span style=\"color: #ff0000;\">\"+str(nBYTESREAD)+CHR(10)<br /> SAYING += \"</span>nBytes = <span style=\"color: #ff0000;\">\"+str(nBYTES)+CHR(10)<br /> SAYING += \"</span>Error Reading <span style=\"color: #00C800;\">Data</span><span style=\"color: #ff0000;\">\"+chr(10)<br /> MsgInfo( saying )<br /> oDLG:END()<br /> RETURN ( .F. )<br />endif<br /><br />cEID := _GenEid()<br />IF cEID = \"</span>BOGUS<span style=\"color: #ff0000;\">\"<br /> oDlg:End()<br /> RETURN(.F.)<br />ENDIF<br /><br />nDateTime := dtoc(date())+\"</span> <span style=\"color: #ff0000;\">\"+time()<br /><br />oRsCh:AddNew()<br /><br />oRsCh:Fields(\"</span>chartereid<span style=\"color: #ff0000;\">\"):Value := cEID<br />oRsCH:Fields(\"</span>projecteid<span style=\"color: #ff0000;\">\"):Value := cPROJECTEID<br />oRsCh:Fields(\"</span>date_imported<span style=\"color: #ff0000;\">\"):Value := nDateTime<br />oRsCh:Fields(\"</span>imported_by<span style=\"color: #ff0000;\">\"):Value := xLOGIN<br />oRsCh:Fields(\"</span>datalen<span style=\"color: #ff0000;\">\"):Value := nBYTES<br />oRsCh:Fields(\"</span>filename<span style=\"color: #ff0000;\">\"):Value := cFILENAME<br />oRsCh:Fields(\"</span>charter<span style=\"color: #ff0000;\">\"):AppendChunk( VTArrayWrapper():New( 17, cBUFFER ) ) // here is the key VTArrayWrapper<br /> // to make the AppendChunk() work <br />oRsCh:Update()<br /><br />SysReFresh()<br /><br />SAYING := \"</span>Bytes Read = <span style=\"color: #ff0000;\">\"+str(nBYTESREAD)+CHR(10)<br />SAYING += \"</span>Bytes Stored = <span style=\"color: #ff0000;\">\"+str(nBYTES)+CHR(10)<br />SAYING += \"</span> <span style=\"color: #ff0000;\">\"+CHR(10)<br />SAYING += \"</span>Upload Complete <span style=\"color: #00C800;\">for</span> file <span style=\"color: #0000ff;\">name</span> <span style=\"color: #ff0000;\">\"+cFILENAME+chr(10)<br />MsgInfo( saying )<br /><br />oRsCh:Sort(\"</span>date_imported<span style=\"color: #ff0000;\">\")<br />oRsCh:MoveFirst()<br />oRsCh:Find( \"</span>chartereid = <span style=\"color: #ff0000;\">'\"+cEID+\"'</span><span style=\"color: #ff0000;\">\" )<br /><br />oDLG:END()<br />RETURN(.T.)<br /><br /></span></div>[/code:3pmekzo1]",
"time": "14:57",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "Rick Lipkin"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2014-10-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Reinaldo,\n\nThanks for your insights.\n\nI've been using that MERGE syntax with no Issue. But anyhow, I followed your suggestion.\n\n\nThen later I realized my stupidity.. You are correct. something went very wrong with my syntax.\n\nThis is the correct way:\n[code=fw:26zh5h6u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />MERGE entry_trn <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #000000;\">(</span> ticket_id = <span style=\"color: #ff0000;\">'123'</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #0000ff;\">WHEN</span> MATCHED THEN <br /><span style=\"color: #0000ff;\">UPDATE</span> SET concerns = :<span style=\"color: #000000;\">bin_data1</span> <br /><span style=\"color: #0000ff;\">WHEN</span> NOT MATCHED THEN <br />INSERT <span style=\"color: #000000;\">(</span> ticket_id, concerns <span style=\"color: #000000;\">)</span> <br />VALUES <span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'123'</span>, :<span style=\"color: #000000;\">bin_data2</span> <span style=\"color: #000000;\">)</span>;<br /> </div>[/code:26zh5h6u]\n\nIssue SOLVED.",
"time": "01:28",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "fraxzi"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2014-10-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\n\n[quote:1aamkgq5]\nIf I read your post correctly, you are trying to import a binary file to a Sql Table ? If so, the field type ( sql server ) must be VarBinary (max ) or equivalent. \n[/quote:1aamkgq5]\n\nYes exactly. the field type in ADS is binary.",
"time": "01:33",
"topic": "Binary file to field via SQL - SOLVED!",
"username": "fraxzi"
}
] |
Binary file to field via SQL - SOLVED!
|
[
{
"date": "2011-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nis there any way to convert an integer to its binary value?\n\nlike dec2bin(5) = 101 ?",
"time": "16:13",
"topic": "Binary value of an integer",
"username": "gkuhnert"
}
] |
Binary value of an integer
|
[
{
"date": "2011-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NtoC( 5, 2 ) --> '101'",
"time": "16:40",
"topic": "Binary value of an integer",
"username": "nageswaragunupudi"
}
] |
Binary value of an integer
|
[
{
"date": "2011-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Doesn't work for me <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> \nmsginfo( NtoC( 5, 2 )) ==> '5'\n\nis there something I need to configure?",
"time": "17:00",
"topic": "Binary value of an integer",
"username": "gkuhnert"
}
] |
Binary value of an integer
|
[
{
"date": "2011-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Works for me with xHarbour and linking with ct.lib",
"time": "17:12",
"topic": "Binary value of an integer",
"username": "nageswaragunupudi"
}
] |
Binary value of an integer
|
[
{
"date": "2011-01-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nthanks a lot! I've found the problem: There was a function NtoC implemented in my program which had overwritten the original function!",
"time": "17:18",
"topic": "Binary value of an integer",
"username": "gkuhnert"
}
] |
Binary value of an integer
|
[
{
"date": "2009-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello, can any one help me\n\n how can i Bind controls Inside X browse.I want to bind GET and ButtonBmps inside Xbrowse\n\n\nregards,\n Sajith",
"time": "13:59",
"topic": "Bind Controls Inside Xbrowse",
"username": "sajith"
}
] |
Bind Controls Inside Xbrowse
|
[
{
"date": "2009-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sajith,\n\nYou can create child controls very easily, i.e.:\n\n@ 2, 2 GET oGet VAR cTest OF oXBrowse\n\nA GET will be created as a child control of the xbrowse.",
"time": "11:51",
"topic": "Bind Controls Inside Xbrowse",
"username": "Antonio Linares"
}
] |
Bind Controls Inside Xbrowse
|
[
{
"date": "2007-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello everyone. We have another company localize our resource (.rc) files, and they have a need to bind various revisions to our exe without having our source code, or even the objs. From the Borland documentation I would think that:\n\nc:\\borland\\bcc55\\bin\\brc32 AppName.rc AppName.exe\n\nwould compile the .rc to .res, and bind the .res with the .exe. However, while the .res is produced, it is not bound to the .exe (the .exe is not updated at all). I took care to leave off the -r switch which is supposed to prevent binding of the .res to the .exe. I know binding a .res to an .exe was possible with the 16-bit Borland brc.exe utility. Does anyone know how to do it with the 32-bit Borland utilities, or what might be wrong with my syntax? \n\nThanks!",
"time": "10:45",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "PatrickWeisser"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\n\nYou could deliver the resources as a DLL to be used from the EXE. FWH allows that, so you just send them the DLL, they replace the DLL and the application will be updated.\n\nAnyhow we are going to review the brc32 flags",
"time": "11:09",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "Antonio Linares"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\n\nWe have tried:\n\nbrc32 -fetest.exe test.rc\n\nbut it does not update test.exe (it should)\n\nso you may better go the DLL way",
"time": "11:35",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "Antonio Linares"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\n\nTo build a DLL 32 bits from a RC please review:\n\nfwh\\DLL\\rc2dll32.bat\n\nFrom your application simply do a:\n\nSET RESOURCES TO \"YourDLL.DLL\"\n\nand FWH will search and use the resources from such DLL",
"time": "11:37",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "Antonio Linares"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\n\nIf I understand you right, you are sending them an EXE that already has resouces bound to it? If so, why not send them one that doesn't?\n\nJames",
"time": "14:17",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "James Bott"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Antonio, I will give the DLL approach a try, though I do prefer the way we have been doing it with a fully self-contained exe with no external code dependencies in which you have to worry that DLL's are all current when a user calls in with dialog anomalies. I've spent the past few hours doing Google searches for brc32 and reading a lot, and from what I can see this a well known bug with brc32. I know it's free software so we can't complain too much, but you would think Borland would have fixed it by now (it's been a problem for years). Is there an alternative to brc32 we could use? Surely resource compiling and binding can't be that obscure a task -- there must be many similar utilities.\n\nJames - thanks for your suggestion but whether or not we give our localization office an exe with a bound resource is not the issue. The bug in brc32 prevents them from binding their alternative resource files. They would have to use ilink32 and have our link file and obj's at the very least.",
"time": "20:50",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "PatrickWeisser"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\n\nYou may try Microsoft resources compiler instead of Borland's one. Its free, so if you don't locate it just say it, and we will email it to you <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "21:26",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "Antonio Linares"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "please traslate this\n\nQuizas mi idea te sirva.\nExiste una herramienta que es capaz de reemplazar recursos de un exe ya establecido, esta herramienta viene con algunos paquetes que hace un mod a windows xp, que se llama resource hack.\n\npor ejemplo los mod de crystal lo utilizan para cambiar iconos, bitmap, dialogos, me inmagino que strings tambien, en estos mod los cambios los hace por comando no via gui segun he logrado ver.\n\n<!-- m --><a class=\"postlink\" href=\"http://delphi.icm.edu.pl/ftp/tools/ResHack.zip\">http://delphi.icm.edu.pl/ftp/tools/ResHack.zip</a><!-- m -->\n\nsalu2\ncarlos vargas",
"time": "18:16",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "carlos vargas"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-04-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\n\nIt looks as you have set an autoresponder on your email account.\n\nPlease email us when you turn it off, thanks",
"time": "19:11",
"topic": "Binding A Resource File Without Relinking the exe",
"username": "Antonio Linares"
}
] |
Binding A Resource File Without Relinking the exe
|
[
{
"date": "2007-08-19",
"forum": "FiveWin for CA-Clipper",
"text": "I use Borlands RC.Exe to integrate an 16-Bit-ResFile into an 16-Bit-ExeFile.\n\nBut using 16-Bit-RC.Exe under MS Vista, i get an Error \"not an 32-bit-Appication\".\n\nI use: RC -k x1.Res y1.Exe\n\nIs there an workaround or can I use another ResFile-Binder for 16-Bit-Exe?",
"time": "16:27",
"topic": "Binding Res-Files into Exe - Vista",
"username": "fp"
}
] |
Binding Res-Files into Exe - Vista
|
[
{
"date": "2007-08-19",
"forum": "FiveWin for CA-Clipper",
"text": "Frank,\n\nIt looks as you are using Vista 64 bits, so 16 bits applications are no longer supported.\n\nAre you able to run your Clipper application ? It may not work too, as it is 16 bits too.",
"time": "18:04",
"topic": "Binding Res-Files into Exe - Vista",
"username": "Antonio Linares"
}
] |
Binding Res-Files into Exe - Vista
|
[
{
"date": "2007-08-20",
"forum": "FiveWin for CA-Clipper",
"text": "I'm using Vista-Business 32 bits; all my DOS- and 16-Bit-Clipper-Apps run without any problems.\n\nI have found the solution as a workaround to \"Rc.Exe\": \nI'm using now the Blinker-Linkscript-Command \"RC\" and it works fine.\n\nThanks",
"time": "18:17",
"topic": "Binding Res-Files into Exe - Vista",
"username": "fp"
}
] |
Binding Res-Files into Exe - Vista
|
[
{
"date": "2010-04-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Cordial Saludo al Foro,\nEn posts anteriores vi que ya se trato el tema de manejo de lectores de huella desde fwh, sin embargo los links para bajar ejemplos ya no estan funcionando. Por favor, si alguien me puede facilitar un codigo fuente de ejemplo para usar la libreria GrFinger.Dll dentro desde fwh les agradeceria. Tengo un sensor UareU-4000 y tengo la version trial de GrFinger. De antemano gracias por la ayuda que me puedan brindar.\n\nRCastano",
"time": "05:22",
"topic": "Biometria",
"username": "rcastano"
}
] |
Biometria
|
[
{
"date": "2010-04-12",
"forum": "FiveWin para Harbour/xHarbour",
"text": "hable con Vailton Renato en Brazil:\n\n<!-- e --><a href=\"mailto:renato@kssoftware.com.br\">renato@kssoftware.com.br</a><!-- e -->\n\nsaludos.",
"time": "19:37",
"topic": "Biometria",
"username": "karinha"
}
] |
Biometria
|
[
{
"date": "2010-04-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Karinha, ya envie un mensaje a Renato. En realidad solo necesito saber como hacer la invocacion de las funciones que trae GrFinger desde FWH. \n\nSaludos\n\nRIcardo",
"time": "18:56",
"topic": "Biometria",
"username": "rcastano"
}
] |
Biometria
|
[
{
"date": "2010-12-13",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos,\n\nTrate de buscar el link para el manejo de lector biometrico con la lib \ngrfinger.dll y no esta disponible,\n\nsi alguien la tiene lo agradeceria,\n\nsaludos,",
"time": "23:55",
"topic": "Biometria",
"username": "albeiroval"
}
] |
Biometria
|
[
{
"date": "2023-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear friends:\n\nIn a recent application, the client wants the user to identify himself in the LOGIN by his fingerprint.\n\nDoes the biometric reader work the same as a barcode reader?\n\nSomeone to give me a thread, or better, if you have a small example, it will be very grateful.\n\nBest regards",
"time": "16:52",
"topic": "Biometric Reader",
"username": "Armando"
}
] |
Biometric Reader
|
[
{
"date": "2023-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Armando,\n\nWhat biometric reader is it ? It should provide a SDK to be used\n\n[url:zvqag2ng]https://github.com/topics/fingerprint?l=c%2B%2B[/url:zvqag2ng]",
"time": "17:35",
"topic": "Biometric Reader",
"username": "Antonio Linares"
}
] |
Biometric Reader
|
[
{
"date": "2023-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Armando, at the time I used this biometric reader:\n<!-- m --><a class=\"postlink\" href=\"https://secugen.com/products/hamster-iv/\">https://secugen.com/products/hamster-iv/</a><!-- m -->\nBut overnight, because of Windows updates, it stopped working <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: -->\n\nBut here I am sending you some examples so that you can get an idea of how the process worked:\n[list:1zeua5ch]Read footprint: BioCapture()\nEnroll a footprint: BioEnroll()\nVerify a fingerprint: VerificaHuella()[/list:u:1zeua5ch]\n\n[code=fw:1zeua5ch]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">///-------------------------------------------------------------------</span><br /><span style=\"color: #00C800;\">FUNCTION</span> BioCapture<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <br /><span style=\"color: #00C800;\">Local</span> oNBioBSP, nDeviceId, cEnroll, lSecuGen<br /><br />lSecuGen := .t.<br /> <span style=\"color: #00C800;\">TRY</span><br /> oNBioBSP := CreateObject<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"SecuBSPMxCOM.APIInterface\"</span><span style=\"color: #000000;\">)</span><br /> CATCH<br /> lSecuGen := .f.<br /> END <br /> <br /> <br /> <span style=\"color: #00C800;\">IF</span> !lSecuGen<br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"No esta instalado el lector de huella\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span><br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span><br /> End<br /><br /><br /><span style=\"color: #00C800;\">IF</span> lSecuGen <br /><br /> oNBioBSP:<span style=\"color: #000000;\">EnumerateDevice</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <br /> nDeviceId := oNBioBSP:<span style=\"color: #000000;\">DeviceNum</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//Numero de Dispositivos</span><br /> <span style=\"color: #00C800;\">If</span> Empty<span style=\"color: #000000;\">(</span> nDeviceId <span style=\"color: #000000;\">)</span><br /> MsgAlert<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"No esta conectado el Lector Biometrico en su equipo...\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span> <br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span> <br /> End <br /> <br /> nDeviceId := oNBioBSP:<span style=\"color: #000000;\">DeviceID</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span><br /><br /> oNBioBSP:<span style=\"color: #000000;\">OpenDevice</span><span style=\"color: #000000;\">(</span> nDeviceId <span style=\"color: #000000;\">)</span><br /> <br /> oNBioBSP:<span style=\"color: #000000;\">Capture</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> cEnroll := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">If</span> oNBioBSP:<span style=\"color: #000000;\">ErrorCode</span> == <span style=\"color: #000000;\">0</span><br /> cEnroll := oNBioBSP:<span style=\"color: #000000;\">FIRTextData</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">EndIf</span><br /> oNBioBSP:<span style=\"color: #000000;\">CloseDevice</span><span style=\"color: #000000;\">(</span> nDeviceId <span style=\"color: #000000;\">)</span><br /><br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span> <br /><br /> <span style=\"color: #00C800;\">Return</span><span style=\"color: #000000;\">(</span> cEnroll <span style=\"color: #000000;\">)</span><br />End<br /><br /><br /><span style=\"color: #00C800;\">Return</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"\"</span> <span style=\"color: #000000;\">)</span><br /><br /><br /><br /><span style=\"color: #B900B9;\">///-------------------------------------------------------------------</span><br /><span style=\"color: #00C800;\">FUNCTION</span> BioEnroll<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <br /><span style=\"color: #00C800;\">Local</span> oNBioBSP, oDevice, nDeviceId, cEnroll, oExt, oMatch<br /><span style=\"color: #00C800;\">Local</span> oEnroll, oCapture, oExtra, oTemp, oVEr, lOk, hLib, lSecuGen<br /><br />lOk := .T.<br /><span style=\"color: #00C800;\">TRY</span><br /> oNBioBSP:=CreateObject<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'MyDll.Suma'</span><span style=\"color: #000000;\">)</span><br /> cEnroll := AllTrim<span style=\"color: #000000;\">(</span> oNBioBSP:<span style=\"color: #000000;\">Enroll</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br />CATCH<br /> lOk := .f.<br />END<br /> <span style=\"color: #00C800;\">IF</span> !lOk<br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"No esta instalado el lector de huella\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span><br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span><br /> End<br /><br /><span style=\"color: #00C800;\">Return</span><span style=\"color: #000000;\">(</span> cEnroll <span style=\"color: #000000;\">)</span> <br /><br />lSecuGen := .f.<br /><br />lOk := .T.<br /><span style=\"color: #00C800;\">TRY</span><br />oNBioBSP := CreateObject<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"NBioBSPCOM.NBioBSP\"</span><span style=\"color: #000000;\">)</span><br />CATCH<br /> lOk := .f.<br />END<br /><br /><span style=\"color: #00C800;\">If</span> !lOk<br /> lSecuGen := .t.<br /> <span style=\"color: #00C800;\">TRY</span><br /> oNBioBSP := CreateObject<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"SecuBSPMxCOM.APIInterface\"</span><span style=\"color: #000000;\">)</span><br /> CATCH<br /> lSecuGen := .f.<br /> END<br /> <span style=\"color: #00C800;\">IF</span> !lSecuGen<br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"No esta instalado el lector de huella\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span><br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span><br /> End<br />End<br /><br /><span style=\"color: #00C800;\">IF</span> lSecuGen <br /> oNBioBSP:<span style=\"color: #000000;\">EnumerateDevice</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <br /> nDeviceId := oNBioBSP:<span style=\"color: #000000;\">DeviceNum</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #B900B9;\">//Numero de Dispositivos</span><br /> <span style=\"color: #00C800;\">If</span> Empty<span style=\"color: #000000;\">(</span> nDeviceId <span style=\"color: #000000;\">)</span><br /> MsgAlert<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"No esta conectado el Lector Biometrico en su equipo...\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span> <br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span> <br /> End <br /> <br /> nDeviceId := oNBioBSP:<span style=\"color: #000000;\">DeviceID</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span><br /><br /> oNBioBSP:<span style=\"color: #000000;\">OpenDevice</span><span style=\"color: #000000;\">(</span> nDeviceId <span style=\"color: #000000;\">)</span><br /> <br /> oNBioBSP:<span style=\"color: #000000;\">Enroll</span><span style=\"color: #000000;\">(</span><span style=\"color: #00C800;\">NIL</span><span style=\"color: #000000;\">)</span><br /> cEnroll := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">If</span> oNBioBSP:<span style=\"color: #000000;\">ErrorCode</span> == <span style=\"color: #000000;\">0</span><br /> cEnroll := oNBioBSP:<span style=\"color: #000000;\">FIRTextData</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">EndIf</span><br /> oNBioBSP:<span style=\"color: #000000;\">CloseDevice</span><span style=\"color: #000000;\">(</span> nDeviceId <span style=\"color: #000000;\">)</span><br /><br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span> <br /> <br /> <span style=\"color: #00C800;\">Return</span><span style=\"color: #000000;\">(</span> cEnroll <span style=\"color: #000000;\">)</span><br />End<br /><br />lOk := .T.<br /><span style=\"color: #00C800;\">TRY</span><br /> oDevice := oNBioBSP:<span style=\"color: #000000;\">Device</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br />CATCH<br /> lOk := .f.<br />END<br /><br /><span style=\"color: #00C800;\">If</span> !lOk<br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"No esta instalado el lector de huella\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> oNBioBSP := <span style=\"color: #00C800;\">NIL</span><br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span><br />End<br /><br />oDevice:<span style=\"color: #000000;\">Enumerate</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br />nDeviceId := oDevice:<span style=\"color: #000000;\">EnumDeviceID</span><span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /><br />oDevice:<span style=\"color: #000000;\">Open</span><span style=\"color: #000000;\">(</span> nDeviceID <span style=\"color: #000000;\">)</span><br /><br />oExt := oNBioBSP:<span style=\"color: #000000;\">Extraction</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br />cEnroll := <span style=\"color: #ff0000;\">\"\"</span><br />oExt:<span style=\"color: #000000;\">Enroll</span><span style=\"color: #000000;\">(</span> cEnroll <span style=\"color: #000000;\">)</span><br />cEnroll := oExt:<span style=\"color: #000000;\">TextEncodeFIR</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><br />oDevice:<span style=\"color: #000000;\">Close</span><span style=\"color: #000000;\">(</span> nDeviceID <span style=\"color: #000000;\">)</span><br /><br />oNBioBSP := <span style=\"color: #000000;\">0</span><br /><br /><span style=\"color: #00C800;\">Return</span><span style=\"color: #000000;\">(</span> cEnroll <span style=\"color: #000000;\">)</span><br /><br /><br /><span style=\"color: #B900B9;\">///-------------------------------------------------------------------</span><br /><span style=\"color: #00C800;\">FUNCTION</span> VerificaHuella<span style=\"color: #000000;\">(</span>lVer,cUser,cHuella<span style=\"color: #000000;\">)</span> <br /><span style=\"color: #00C800;\">Local</span> cEnroll1, cEnroll2, cSql, nRet, cUser<br /><br /><span style=\"color: #00C800;\">DEFAULT</span> lVer := .f.<br /><br /><span style=\"color: #00C800;\">If</span> lVer<br /> <span style=\"color: #00C800;\">If</span> Empty<span style=\"color: #000000;\">(</span>cUser<span style=\"color: #000000;\">)</span><br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"No ingreso el ID del Usuario...\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span> <br /> End<br /><span style=\"color: #00C800;\">Else</span><br /> cUser:=Space<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">40</span><span style=\"color: #000000;\">)</span><br /> _MsgGet<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\" Verificando...\"</span>,<span style=\"color: #ff0000;\">\"Usuario:\"</span>,@cUser <span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #00C800;\">If</span> Empty<span style=\"color: #000000;\">(</span> cUser <span style=\"color: #000000;\">)</span><br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"No ingreso el ID del Usuario...\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span><br /> End<br /><br />End <br /><br />cSql := <span style=\"color: #ff0000;\">\"SELECT huellatxt FROM usuarios WHERE usuario='\"</span>+allTrim<span style=\"color: #000000;\">(</span>cUser<span style=\"color: #000000;\">)</span>+<span style=\"color: #ff0000;\">\"'\"</span><br />cEnroll1 := cHuella<br /><span style=\"color: #00C800;\">If</span> Empty<span style=\"color: #000000;\">(</span> cEnroll1 <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> lVer<br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"El Usuario actual no tiene definida su Impresion Digital...\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">Return</span> .f.<br /> End<br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"El Usuario ingresado no tiene definida su Impresion Digital...\"</span>,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span><br />End<br /> <br />cEnroll2 := BioCapture<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <br /><span style=\"color: #00C800;\">If</span> Empty<span style=\"color: #000000;\">(</span> cEnroll2 <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">If</span> lVer<br /> <span style=\"color: #00C800;\">Return</span> .f.<br /> End<br /> <span style=\"color: #00C800;\">Return</span> <span style=\"color: #ff0000;\">\"\"</span><br />End<br /><br />nret := BioVerify<span style=\"color: #000000;\">(</span> cEnroll1, cEnroll2 <span style=\"color: #000000;\">)</span> <br /><span style=\"color: #00C800;\">If</span> nRet == <span style=\"color: #000000;\">0</span><br /> MsgAlert<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"La Impresion Digital ingresada no Coincide con la del Usuario: \"</span>+cUser,<span style=\"color: #ff0000;\">\"Verifique por favor...\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">If</span> lVer<br /> <span style=\"color: #00C800;\">Return</span> .f.<br /> End<br /> cUser := <span style=\"color: #ff0000;\">\"\"</span><br />End<br /><span style=\"color: #00C800;\">If</span> lVer<br /> <span style=\"color: #00C800;\">Return</span> .t.<br />End<br /><br /><span style=\"color: #00C800;\">Return</span> cUser<br /> </div>[/code:1zeua5ch]\n\nBest regards.\n\nCarlos",
"time": "18:01",
"topic": "Biometric Reader",
"username": "csincuir"
}
] |
Biometric Reader
|
[
{
"date": "2023-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio firend:\n\nThe biometric reader has not been purchased yet, I am just starting to investigate what I need,\nso any advice or suggestion is welcome\n\nBest regards",
"time": "18:04",
"topic": "Biometric Reader",
"username": "Armando"
}
] |
Biometric Reader
|
[
{
"date": "2023-07-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Friend Carlos:\n\nYour example is a very valuable help, I will review it, thank you very much\n\nThe biometric reader includes some DLL\n\nBest regards",
"time": "18:28",
"topic": "Biometric Reader",
"username": "Armando"
}
] |
Biometric Reader
|
[
{
"date": "2023-07-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes Armando, \nIn the request-free-software downloads option on the company's website, you can download the SDK for Windows:\n[url:fou75pot]https://secugen.com/request-free-software/[/url:fou75pot]\n\nBest regards.\n\nCarlos.",
"time": "13:33",
"topic": "Biometric Reader",
"username": "csincuir"
}
] |
Biometric Reader
|
[
{
"date": "2020-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Reinaldo and dear Cristobal,\n\nToday our friends Reinaldo and Cristobal have their birthday.\nI wish you all the best.\n\nBest regards,\nOtto\n\nIt was exciting that I got the notice from WINHOTELs FIVEWIN birthday reminder. \nI do so often remember the time when we had the xHarbour/Fivewin meeting here in Sillian.\nI hope we can arrange another meeting soon.\n\n\n[img:28k7srjl]https://mybergland.com/fwforum/birthday.jpg[/img:28k7srjl]",
"time": "17:16",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "Otto"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2020-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Mr. Cristobal and Mr. Reinaldo\n\nWish you both Happy Birthday and many happy returns of the day.",
"time": "17:35",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "nageswaragunupudi"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2020-01-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Happy Birthday to Reinaldo and Cristobal!!!\n\nEMG",
"time": "19:38",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "Enrico Maria Giordano"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2020-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Mr. Cristobal and Mr. Reinaldo\n\nWish you both Happy Birthday",
"time": "08:42",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "bpd2000"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2020-01-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Many thanks my friends\n\nDear Otto, we should organize another meeting shortly. The one we did at your hotel was unforgettable.",
"time": "20:38",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "cnavarro"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2020-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Cristobal,\nYes, we should. The organization is very easy for us. We have the meeting room and the rooms in the hotel available. We can also have a smaller meeting with excellent leisure activities. \n\nIt is best if everyone who wants to participate leaves a comment or sends us an email. \n\nMod Harbor and getting started with online programming would be a good topic.\n\n\nBest regards\nOtto\n\n1st FWH + [x]Harbour 2017 international conference\n[url:3a4gfqkx]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33515&start=45[/url:3a4gfqkx]\n\n\n\n[img:3a4gfqkx]https://bitbucket.org/fivetech/screenshots/downloads/dolomites2017.jpeg[/img:3a4gfqkx]",
"time": "08:40",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "Otto"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2020-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Mr. Cristobal,\n\nHappy Birthday. \n\nMany years of life.\n\nRegards, Saludos.",
"time": "13:54",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "karinha"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2020-01-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Many thanks Joao",
"time": "18:15",
"topic": "Birthday wishes to Reinaldo and Cristobal",
"username": "cnavarro"
}
] |
Birthday wishes to Reinaldo and Cristobal
|
[
{
"date": "2008-10-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Amigos,,, como hacer un BITMAP transparante para colocarlo en un dialogo con un fondo de color distito al default ??\r\n\r\nSalu2",
"time": "21:06",
"topic": "BitMap transparente",
"username": "Willi Quintana"
}
] |
BitMap transparente
|
[
{
"date": "2008-10-22",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Willi,\r\n\r\nTienes un ejemplo en samples\\TestFold.prg\r\n[code:3sv46tie]\n REDEFINE BITMAP ID 130 OF oFld:aDialogs[ 1 ] ;\n FILE \"..\\bitmaps\\question.bmp\" TRANSPAREN\n[/code:3sv46tie]",
"time": "22:27",
"topic": "BitMap transparente",
"username": "Antonio Linares"
}
] |
BitMap transparente
|
[
{
"date": "2007-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Alguem conhece algum site pra pegar BitMaps e/ou Icones, para pegar e usar em botoes e barras na aplicacao (de preferencia tipo windows xp) ?\n\nDesde ja agradeco: Muito Obrigado !\n\nGilberto",
"time": "14:58",
"topic": "BitMap/Icones (Windows xp), para botoes e barras",
"username": "gibaf"
}
] |
BitMap/Icones (Windows xp), para botoes e barras
|
[
{
"date": "2007-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "vejam este: <!-- m --><a class=\"postlink\" href=\"http://www.download.joejoe.org/\">http://www.download.joejoe.org/</a><!-- m -->",
"time": "15:16",
"topic": "BitMap/Icones (Windows xp), para botoes e barras",
"username": "gibaf"
}
] |
BitMap/Icones (Windows xp), para botoes e barras
|
[
{
"date": "2014-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI use a remote database which has two fields, the second field is a blob that contains a bitmap, which could be .bmp, .jpg, or .png. The first field is just a reference name. I get the data back as an array, then just use SetArray() to load into xbrowse.\n\nWhen I create an xbrowse the bitmap is handled mostly correctly, in that it displays in the grid. I need to take that same bitmap out of the array and simply display it in a window using an appropriate control (TBitmap, TImage, ?) without ever writing the bitmap to disk. There are a large number of examples that show how to load a bitmap from a file on disk, and an equally large number showing how to load a bitmap from a resource, but there are no examples that I can find that show how a bitmap as I have described can be displayed directly from memory without ever putting the file on disk.\n\nI know this can be done, xbrowse does it itself when :nEditType is set to EDIT_BUTTON on the field with the bitmap, the default behavior of pressing the button is to open a dialog that displays the bitmap. If I could figure out what is being called by default to manipulate and display that data I could probably figure this out from there, but a simple example would work better.\n\nCan I please get an example that shows how to take a bitmap that is in memory either as a harbour variable, or is in a database where it could be accessed using alias->blobname, attach that to an appropriate control and get it to display in either a window or a dialog. I know I can do this by first writing the blob to disk, then reloading from disk, but I have no desire to do this. And, in my case, it will never ever exist as a resource embedded in an .rc file, so examples for loading from resource don't help.\n\nRobb",
"time": "22:25",
"topic": "BitMaps from memory revisited",
"username": "rhlawek"
}
] |
BitMaps from memory revisited
|
[
{
"date": "2014-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I finally found what I was after reading TBitmap class source, there is a very useful LoadFromString() method that doesn't appear to be documented. It shows not only how to solve my current need, but also illustrates how to do the behind the scenes manipulation.\n\nI can make progress again.\n\nRobb",
"time": "23:13",
"topic": "BitMaps from memory revisited",
"username": "rhlawek"
}
] |
BitMaps from memory revisited
|
[
{
"date": "2014-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Robb,\n\nAlso you can create a bitmap from memory (and fill its data in) using C language as we do in:\n\nfwh\\source\\function\\bitmaps.c",
"time": "08:50",
"topic": "BitMaps from memory revisited",
"username": "Antonio Linares"
}
] |
BitMaps from memory revisited
|
[
{
"date": "2006-02-26",
"forum": "FiveWin for Pocket PC",
"text": "Antonio,\n\nI create bitmap from resource like this:\n\n[code:2c87qtok]\nFunction TestBmp ()\n\n Local oWnd := Nil\n\n Define Window oWnd\n @ 78, 20 BitMap oBmp Resource 'Info' Size 130, 78 Pixel\n Activate Window oWnd\n\nReturn .T.\n[/code:2c87qtok]\n\nBitmap is not properly displayed. Bitmap size is about 10kB. I send for You original bitmap file and screen from PocketPC.\n\nRegards\nPawel",
"time": "10:08",
"topic": "Bitmap",
"username": "pawelu"
}
] |
Bitmap
|
[
{
"date": "2006-02-26",
"forum": "FiveWin for Pocket PC",
"text": "Pawel,\n\nThe bitmap color located at the pixel 0, 0 is used to select the transparent color. As you are using black at 0, 0 in your bitmap, then all black color is made transparent.\n\nChange your bitmap color at 0, 0, in example, like this:\n[url=http://imageshack.us:3bpj2iz4][img:3bpj2iz4]http://img50.imageshack.us/img50/8472/info0mv.jpg[/img:3bpj2iz4][/url:3bpj2iz4]\n\nand if you use the clause NOBORDER also:\n @ 78, 20 BitMap Resource 'Info' Size 130, 78 Pixel NOBORDER\n\nthen it looks like this:\n[url=http://imageshack.us:3bpj2iz4][img:3bpj2iz4]http://img158.imageshack.us/img158/2160/pawel4wh.jpg[/img:3bpj2iz4][/url:3bpj2iz4]",
"time": "12:18",
"topic": "Bitmap",
"username": "Antonio Linares"
}
] |
Bitmap
|
[
{
"date": "2006-02-26",
"forum": "FiveWin for Pocket PC",
"text": "Antonio,\n\nthanks\n\nPawel",
"time": "12:38",
"topic": "Bitmap",
"username": "pawelu"
}
] |
Bitmap
|
[
{
"date": "2013-08-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Good morning everyone, is there any way I can create a bitmap trough of a binary code? follows a txt file with the code I have.\n\nLink: <!-- m --><a class=\"postlink\" href=\"https://mega.co.nz/#!aR8AmLJL!ce5fqX-IPiG9zwlIyLpa_2zO6aVWHByko9pkOpO-X44\">https://mega.co.nz/#!aR8AmLJL!ce5fqX-IP ... 9pkOpO-X44</a><!-- m -->",
"time": "13:20",
"topic": "Bitmap + binary",
"username": "arthursilvestre"
}
] |
Bitmap + binary
|
[
{
"date": "2013-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "here is a sample to create small bitmaps on the fly\n\n[code=fw:1ovm9o3h]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">DWORD orange2007s<span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">23</span><span style=\"color: #000000;\">]</span><span style=\"color: #000000;\">[</span><span style=\"color: #000000;\">26</span><span style=\"color: #000000;\">]</span>=<span style=\"color: #000000;\">{</span><br /> <span style=\"color: #000000;\">{</span> 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde, 0xfffdde<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3, 0xfff9d3<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9, 0xfff6c9<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf, 0xfff3bf<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5, 0xfff0b5<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754, 0xffd754<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f, 0xfcd34f<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b, 0xf9d04b<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47, 0xf6cd47<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43, 0xf3ca43<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f, 0xf0c73f<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a, 0xedc43a<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136, 0xebc136<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32, 0xe8be32<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e, 0xe5bb2e<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a, 0xe2b82a<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425, 0xdfb425<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121, 0xdcb121<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d, 0xd9ae1d<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19, 0xd7ab19<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815, 0xd4a815<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g, 0xd1a50g<span style=\"color: #000000;\">}</span>,<br /> <span style=\"color: #000000;\">{</span> 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c, 0xcea20c<span style=\"color: #000000;\">}</span><br /> <span style=\"color: #000000;\">}</span>;<br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> BRUSH2007ORANGES <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">{</span><br /> HBITMAP hBmp;<br /><br /> hBmp = CreateBitmap <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">26</span>,<span style=\"color: #000000;\">23</span>,<span style=\"color: #000000;\">1</span>,sizeof<span style=\"color: #000000;\">(</span>RGBQUAD<span style=\"color: #000000;\">)</span>*<span style=\"color: #000000;\">8</span>, orange2007s<span style=\"color: #000000;\">)</span>;<br /> hb_retnl<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span>long<span style=\"color: #000000;\">)</span> hBmp<span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span><br /> </div>[/code:1ovm9o3h]",
"time": "10:08",
"topic": "Bitmap + binary",
"username": "StefanHaupt"
}
] |
Bitmap + binary
|
[
{
"date": "2013-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Good morning, thank you for attention and now I apologize for not understanding how to work right. The code that returns FastReport for me this is the link I posted in the first topic q. It generates only one line, how should I fill the vector with these my data? just a vector or a matrix of various vectors? and how to add'll call this bitmap? The function that I have to add a Bitmap to FastReport is this:\n\nFrPrn: AddPicture (\"ReportTitle1\", \"Name\", \"C: \\ test.bmp\", 20, 20, 200, 200) / / ( Mirror: AddPicture (cParent, cName, cFileName, Nleft, NTOP, nWidth, nHeight) )\n\n\n\nIt's just the cFileName I wish not to use. How do I assimilate the function that you pass to cFileName? that will fill a variable with the result of the function work?\n\n\nThank you for your attention.",
"time": "13:01",
"topic": "Bitmap + binary",
"username": "arthursilvestre"
}
] |
Bitmap + binary
|
[
{
"date": "2013-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Arthur,\n\narthur.prg\n[code=fw:39a5f2ak]<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> cFile := MemoRead<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"bitmap.txt\"</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">local</span> nPos := <span style=\"color: #000000;\">19</span><br /> <span style=\"color: #00C800;\">local</span> cBytes := <span style=\"color: #ff0000;\">\"\"</span><br /> <span style=\"color: #00C800;\">local</span> oWnd, hBitmap<br /> <br /> <span style=\"color: #00C800;\">while</span> nPos < Len<span style=\"color: #000000;\">(</span> cFile <span style=\"color: #000000;\">)</span> - <span style=\"color: #000000;\">19</span><br /> cBytes += Chr<span style=\"color: #000000;\">(</span> HexToDec<span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cFile, nPos, <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> nPos += <span style=\"color: #000000;\">2</span><br /> end <br /> <br /> MemoWrit<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"arthur.txt\"</span>, cBytes <span style=\"color: #000000;\">)</span><br /> <br /> hBitmap = BuildBitmap<span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">SubStr</span><span style=\"color: #000000;\">(</span> cBytes, <span style=\"color: #000000;\">23</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> <br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd<br /> <br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd ;<br /> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> DrawBitmap<span style=\"color: #000000;\">(</span> hDC, hBitmap, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span><br /> <br /> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">(</span> IsGdiObject<span style=\"color: #000000;\">(</span> hBitmap <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <br /> <br /> DeleteObject<span style=\"color: #000000;\">(</span> hBitmap <span style=\"color: #000000;\">)</span> <br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><span style=\"color: #00D7D7;\">#include</span> <windows.h><br /><span style=\"color: #00D7D7;\">#include</span> <hbapi.h><br /><br />HBITMAP CreateMemBitmap3<span style=\"color: #000000;\">(</span> void * cBitmap <span style=\"color: #000000;\">)</span>;<br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> BUILDBITMAP <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">{</span><br /> hb_retnl<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> LONG <span style=\"color: #000000;\">)</span> CreateMemBitmap3<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> void * <span style=\"color: #000000;\">)</span> hb_parc<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span> <br /><br /><span style=\"color: #00D7D7;\">#pragma</span> ENDDUMP</div>[/code:39a5f2ak]\n\n[img:39a5f2ak]http://img27.imageshack.us/img27/3875/9vwx.png[/img:39a5f2ak]",
"time": "19:42",
"topic": "Bitmap + binary",
"username": "Antonio Linares"
}
] |
Bitmap + binary
|
[
{
"date": "2013-08-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "HBITMAP CreateMemBitmap3( void * cBitmap ); \n\nit is a new function included in FWH 13.07",
"time": "21:13",
"topic": "Bitmap + binary",
"username": "Antonio Linares"
}
] |
Bitmap + binary
|
[
{
"date": "2013-08-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"Antonio Linares\":tsomwvvr][code=fw:tsomwvvr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> DrawBitmap<span style=\"color: #000000;\">(</span> hDC, hBitmap, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span></div>[/code:tsomwvvr][/quote:tsomwvvr]\n\nWhich is better between\n\n[code=fw:tsomwvvr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> DrawBitmap<span style=\"color: #000000;\">(</span> hDC, hBitmap, nTop, nLeft, nWidth, nHeight <span style=\"color: #000000;\">)</span></div>[/code:tsomwvvr]\n\nand\n\n[code=fw:tsomwvvr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> PalBmpDraw<span style=\"color: #000000;\">(</span> hDC, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, hBitmap, , nWidth, nHeight <span style=\"color: #000000;\">)</span></div>[/code:tsomwvvr]\n\n?\n\nEMG",
"time": "09:27",
"topic": "Bitmap + binary",
"username": "Enrico Maria Giordano"
}
] |
Bitmap + binary
|
[
{
"date": "2013-08-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio, I really liked it and this is exactly q I wish. I'm surprised, I have to confess, but would like to see if there is a possibility of doing something else. Upload this picture in FastReport. If you or someone you know I am extremely grateful. I tried but could not.\n\nThis is the syntax to add an image in FastReport:\n\nAddPicture (cParent, cName, cFileName, Nleft, NTOP, nWidth, nHeight)\n\ncParent = is the object where the image is affiliated (Ex: 'Page1')\ncName = Name that the object of BMP will take the report\ncFileName = Image path.\n\nHere is exactly where I wanted to work. I thank you all.",
"time": "18:54",
"topic": "Bitmap + binary",
"username": "arthursilvestre"
}
] |
Bitmap + binary
|
[
{
"date": "2013-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":xrua752l]Antonio,\n\n[quote=\"Antonio Linares\":xrua752l][code=fw:xrua752l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> DrawBitmap<span style=\"color: #000000;\">(</span> hDC, hBitmap, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">)</span></div>[/code:xrua752l][/quote:xrua752l]\n\nWhich is better between\n\n[code=fw:xrua752l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> DrawBitmap<span style=\"color: #000000;\">(</span> hDC, hBitmap, nTop, nLeft, nWidth, nHeight <span style=\"color: #000000;\">)</span></div>[/code:xrua752l]\n\nand\n\n[code=fw:xrua752l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">PAINT</span> PalBmpDraw<span style=\"color: #000000;\">(</span> hDC, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, hBitmap, , nWidth, nHeight <span style=\"color: #000000;\">)</span></div>[/code:xrua752l]\n\n?\n\nEMG[/quote:xrua752l]\n\nUp! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG",
"time": "10:55",
"topic": "Bitmap + binary",
"username": "Enrico Maria Giordano"
}
] |
Bitmap + binary
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.