messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2013-04-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\n\nDo you mean that the listbox is out of the browse area ?\n\nRao has implemented a better version that takes some more details into account for a better positioning of the listbox", "time": "19:20", "topic": "BUG: XBROWSE editstyle EDIT_GET_LISTBOX", "username": "Antonio Linares" } ]
BUG: XBROWSE editstyle EDIT_GET_LISTBOX
[ { "date": "2013-04-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, Antonio! No restrictions from the size of the browse. I am nosily on the news from Rao!! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "22:19", "topic": "BUG: XBROWSE editstyle EDIT_GET_LISTBOX", "username": "byte-one" } ]
BUG: XBROWSE editstyle EDIT_GET_LISTBOX
[ { "date": "2010-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI compile the sample and I click on the menu items (archivo, edición, etc) and the program crashes.\n\nAny clue?\n\nThank you <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "15:43", "topic": "BUG: error in Invoices.prg sample", "username": "mgsoft" } ]
BUG: error in Invoices.prg sample
[ { "date": "2010-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, I confirm this problem", "time": "11:26", "topic": "BUG: error in Invoices.prg sample", "username": "ukservice" } ]
BUG: error in Invoices.prg sample
[ { "date": "2010-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "This is probably because there are no actions defined for the menu items. It is just a dummy menu.\n\nRegards,\nJames", "time": "19:41", "topic": "BUG: error in Invoices.prg sample", "username": "James Bott" } ]
BUG: error in Invoices.prg sample
[ { "date": "2010-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nI created a full menu with items and actions and the error happen too;)", "time": "19:59", "topic": "BUG: error in Invoices.prg sample", "username": "mgsoft" } ]
BUG: error in Invoices.prg sample
[ { "date": "2010-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Mgsoft,\n\nWhat is the error?", "time": "21:46", "topic": "BUG: error in Invoices.prg sample", "username": "James Bott" } ]
BUG: error in Invoices.prg sample
[ { "date": "2010-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "OK, I see that it is an unknown error generated by Windows.\n\nI made a simiple test and it runs without error, so there is something different with invoices.prg.\n\nJames\n\nTest program:\n\n[code=fw:mksap5ct]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">// Test dummy menu erroring out</span><br /><br /><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;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;TApplication<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">new</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #00C800;\">class</span> TApplication<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">data</span> oMenu<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">method</span> <span style=\"color: #00C800;\">new</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">method</span> buildMenu<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">endclass</span><br /><br /><span style=\"color: #00C800;\">method</span> <span style=\"color: #00C800;\">new</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TApplication<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oWnd<br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">define</span> <span style=\"color: #0000ff;\">window</span> oWnd <span style=\"color: #0000ff;\">menu</span> ::<span style=\"color: #000000;\">BuildMenu</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">activate</span> <span style=\"color: #0000ff;\">window</span> oWnd<br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> BuildMenu<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TApplication<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">MENU</span> ::<span style=\"color: #000000;\">oMenu</span> <span style=\"color: #000000;\">2007</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Archivo\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Edición\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Ver\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Datos\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Procesos\"</span><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">ENDMENU</span><br /><br /><span style=\"color: #00C800;\">return</span> ::<span style=\"color: #000000;\">oMenu</span> &nbsp;</div>[/code:mksap5ct]", "time": "21:58", "topic": "BUG: error in Invoices.prg sample", "username": "James Bott" } ]
BUG: error in Invoices.prg sample
[ { "date": "2011-03-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nAny clue on this bug?\n\nThank you.", "time": "16:35", "topic": "BUG: error in Invoices.prg sample", "username": "mgsoft" } ]
BUG: error in Invoices.prg sample
[ { "date": "2011-03-17", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello...\n\n[quote=\"mgsoft\":idhdyjxj]Any clue on this bug?\nThank you.[/quote:idhdyjxj]\n\ni thinks is not a bug... maybe a incompatibility in MDI enviroment\n\nthis a same sample using panel\n[code=fw:idhdyjxj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// Demo of a Menu + ButtonBar + ExplorerBar + Splitter + Titles + Browses</span><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Splitter.ch\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"TTitle.ch\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"xbrowse.ch\"</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oApp := TApplication<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;oApp:<span style=\"color: #000000;\">Run</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span> &nbsp; <br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">CLASS</span> TApplication<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DATA</span> &nbsp; oWndMain, oMenu, oExBar, oSplit<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DATA</span> &nbsp; oWndBrief<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> BuildMenu<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> BuildButtonBar<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> BuildExplorerBar<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> Run<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<br /><span style=\"color: #00C800;\">ENDCLASS</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TApplication<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> ::<span style=\"color: #000000;\">oWndMain</span> <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"Facturación\"</span>;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENU</span> ::<span style=\"color: #000000;\">BuildMenu</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #0000ff;\">COLOR</span> <span style=\"color: #ff0000;\">\"N/W*\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;::<span style=\"color: #000000;\">BuildButtonBar</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;::<span style=\"color: #000000;\">BuildExplorerBar</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;::<span style=\"color: #000000;\">oWndBrief</span> = TWndBrief<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">oWndMain</span> <span style=\"color: #000000;\">&#41;</span><br /><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">800</span> SPLITTER ::<span style=\"color: #000000;\">oSplit</span> ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">VERTICAL</span> _3DLOOK ; &nbsp;<br />&nbsp; &nbsp; &nbsp; PREVIOUS CONTROLS ::<span style=\"color: #000000;\">oWndBrief</span>:<span style=\"color: #000000;\">oWnd</span>; <br />&nbsp; &nbsp; &nbsp; HINDS CONTROLS ::<span style=\"color: #000000;\">oExBar</span> ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">4</span>, ::<span style=\"color: #000000;\">oWndMain</span>:<span style=\"color: #000000;\">nHeight</span> - <span style=\"color: #000000;\">70</span> <span style=\"color: #0000ff;\">PIXEL</span> ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWndMain</span><br /><br /><br />&nbsp; &nbsp;SET <span style=\"color: #0000ff;\">MESSAGE</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWndMain</span> ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #ff0000;\">\"Demo of a Menu + ButtonBar + ExplorerBar + Splitter + Titles + Browses\"</span> ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">CENTERED</span> CLOCK KEYBOARD <span style=\"color: #000000;\">2007</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">Self</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> Run<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TApplication<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> ::<span style=\"color: #000000;\">oWndMain</span> <span style=\"color: #0000ff;\">MAXIMIZED</span> ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">ON</span> RESIZE ::<span style=\"color: #000000;\">oSplit</span>:<span style=\"color: #0000ff;\">Adjust</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> BuildMenu<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TApplication<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">MENU</span> ::<span style=\"color: #000000;\">oMenu</span> <span style=\"color: #000000;\">2007</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Archivo\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Edición\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Ver\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Datos\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Procesos\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Impresiones\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Herramientas\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"Inte&rnet\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&Ventanas\"</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"&?\"</span><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">ENDMENU</span><br />&nbsp; &nbsp;<br /><span style=\"color: #00C800;\">return</span> ::<span style=\"color: #000000;\">oMenu</span> &nbsp; &nbsp; &nbsp;<br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> BuildButtonBar<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TApplication<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oBar<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWndMain</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">125</span>, <span style=\"color: #000000;\">60</span> <span style=\"color: #000000;\">2007</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"presupuesto\"</span> <span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\c</span>ase.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Nuevo presupuesto\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Attach\"</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"factura\"</span> <span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\g</span>raphics.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Nueva factura\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Calendar\"</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"venta\"</span> <span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\e</span>dit.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Documentos de venta\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Calendar\"</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"compra\"</span> <span style=\"color: #000000;\">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\n</span>ew.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Documentos de compra\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Calendar\"</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"stock\"</span> <span style=\"color: #000000;\">&#41;</span> GROUP ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\g</span>raphics.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Documentos de stock\"</span> ;<br />&nbsp; &nbsp; &nbsp; TOOLTIP <span style=\"color: #ff0000;\">\"Calendar\"</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"cobros\"</span> <span style=\"color: #000000;\">&#41;</span> GROUP ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\c</span>ase.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Cobros\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Calendar\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"clientes\"</span> <span style=\"color: #000000;\">&#41;</span> GROUP ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\p</span>eople.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Clientes y clientes potenciales\"</span> ;<br />&nbsp; &nbsp; &nbsp; TOOLTIP <span style=\"color: #ff0000;\">\"Clientes\"</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"articulos\"</span> <span style=\"color: #000000;\">&#41;</span> GROUP ;<br />&nbsp; &nbsp; &nbsp; FILENAME <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\e</span>dit.bmp\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Artículos\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Calendar\"</span><br /><br /><span style=\"color: #00C800;\">return</span> oBar<br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> BuildExplorerBar<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TApplication<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oPanel1, oPanel2, oPanel3, oPanel4<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> bClick<br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">805</span> EXPLORERBAR ::<span style=\"color: #000000;\">oExBar</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWndMain</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">200</span>, <span style=\"color: #000000;\">400</span><br /><br />&nbsp; &nbsp;oPanel1 = ::<span style=\"color: #000000;\">oExBar</span>:<span style=\"color: #000000;\">AddPanel</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"One\"</span>, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\p</span>eople.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel1:<span style=\"color: #000000;\">lSpecial</span> = .T.<br />&nbsp; &nbsp;oPanel1:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"First item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\a</span>dditem.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel1:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Second item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\c</span>opy.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;oPanel2 = ::<span style=\"color: #000000;\">oExBar</span>:<span style=\"color: #000000;\">AddPanel</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Two\"</span>, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\c</span>ase.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel2:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"First item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\a</span>dddbf.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel2:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Second item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\d</span>elete0.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel2:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Third item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\e</span>nvelope.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel2:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Fourth item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\c</span>opy.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;oPanel3 = ::<span style=\"color: #000000;\">oExBar</span>:<span style=\"color: #000000;\">AddPanel</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Three\"</span>, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\3</span>2x32<span style=\"color: #000000;\">\\g</span>raphics.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel3:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"First item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\a</span>dddbf.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel3:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Second item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\d</span>elete0.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel3:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Third item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\e</span>nvelope.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;oPanel4 = ::<span style=\"color: #000000;\">oExBar</span>:<span style=\"color: #000000;\">AddPanel</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Four\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel4:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"First item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\a</span>dditem.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;oPanel4:<span style=\"color: #000000;\">AddLink</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Second item\"</span>, bClick, <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6x16<span style=\"color: #000000;\">\\c</span>opy.bmp\"</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<br /><span style=\"color: #00C800;\">return</span> ::<span style=\"color: #000000;\">oExBar</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">CLASS</span> TWndBrief<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DATA</span> &nbsp; oWnd<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWndMain <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> BuildTitles<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">METHOD</span> BuildBrowses<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<br /><span style=\"color: #00C800;\">ENDCLASS</span> &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;<br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWndMain <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TWndBrief<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /><br />&nbsp; &nbsp;::<span style=\"color: #000000;\">oWnd</span> = TPanel<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">400</span>, <span style=\"color: #000000;\">800</span>, oWndMain <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;::<span style=\"color: #000000;\">BuildTitles</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <br />&nbsp; &nbsp;::<span style=\"color: #000000;\">BuildBrowses</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">self</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> BuildTitles<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TWndBrief<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oTitle1, oTitle2, oTitle3, oTitle4, oTitle5, oTitle6, oTitle7, oFont1<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"Blackoak Std\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-20</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">TITLE</span> oTitle1 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">800</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> SHADOWSIZE <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <br />&nbsp; &nbsp;oTitle1:<span style=\"color: #000000;\">aGrdBack</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">1</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">87</span>, <span style=\"color: #000000;\">130</span>, <span style=\"color: #000000;\">199</span> <span style=\"color: #000000;\">&#41;</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">69</span>, <span style=\"color: #000000;\">159</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">10</span> TITLETEXT <span style=\"color: #0000ff;\">OF</span> oTitle1 <span style=\"color: #0000ff;\">TEXT</span> <span style=\"color: #ff0000;\">\"Panel de resumen\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">777</span> TITLEIMG <span style=\"color: #0000ff;\">OF</span> oTitle1 BITMAP <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6X16<span style=\"color: #000000;\">\\c</span>lose.bmp\"</span> TRANSPARENT &nbsp; <br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">TITLE</span> oTitle2 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> SHADOWSIZE <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <br />&nbsp; &nbsp;oTitle2:<span style=\"color: #000000;\">aGrdBack</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">1</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">87</span>, <span style=\"color: #000000;\">130</span>, <span style=\"color: #000000;\">199</span> <span style=\"color: #000000;\">&#41;</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">69</span>, <span style=\"color: #000000;\">159</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">35</span> TITLETEXT <span style=\"color: #0000ff;\">OF</span> oTitle2 <span style=\"color: #0000ff;\">TEXT</span> <span style=\"color: #ff0000;\">\"Últimos Documentos de venta\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">8</span> TITLEIMG <span style=\"color: #0000ff;\">OF</span> oTitle2 BITMAP <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6X16<span style=\"color: #000000;\">\\f</span>avorite.bmp\"</span> TRANSPARENT &nbsp; <br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">60</span>, <span style=\"color: #000000;\">410</span> <span style=\"color: #0000ff;\">TITLE</span> oTitle3 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> SHADOWSIZE <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <br />&nbsp; &nbsp;oTitle3:<span style=\"color: #000000;\">aGrdBack</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">1</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">87</span>, <span style=\"color: #000000;\">130</span>, <span style=\"color: #000000;\">199</span> <span style=\"color: #000000;\">&#41;</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">69</span>, <span style=\"color: #000000;\">159</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">35</span> TITLETEXT <span style=\"color: #0000ff;\">OF</span> oTitle3 <span style=\"color: #0000ff;\">TEXT</span> <span style=\"color: #ff0000;\">\"Seguimiento Presupuesto\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">8</span> TITLEIMG <span style=\"color: #0000ff;\">OF</span> oTitle3 BITMAP <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6X16<span style=\"color: #000000;\">\\f</span>avorite.bmp\"</span> TRANSPARENT &nbsp; <br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">250</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">TITLE</span> oTitle4 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> SHADOWSIZE <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <br />&nbsp; &nbsp;oTitle4:<span style=\"color: #000000;\">aGrdBack</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">1</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">87</span>, <span style=\"color: #000000;\">130</span>, <span style=\"color: #000000;\">199</span> <span style=\"color: #000000;\">&#41;</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">69</span>, <span style=\"color: #000000;\">159</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">35</span> TITLETEXT <span style=\"color: #0000ff;\">OF</span> oTitle4 <span style=\"color: #0000ff;\">TEXT</span> <span style=\"color: #ff0000;\">\"Vencimientos impagados\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">8</span> TITLEIMG <span style=\"color: #0000ff;\">OF</span> oTitle4 BITMAP <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6X16<span style=\"color: #000000;\">\\f</span>avorite.bmp\"</span> TRANSPARENT &nbsp; <br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">250</span>, <span style=\"color: #000000;\">410</span> <span style=\"color: #0000ff;\">TITLE</span> oTitle5 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> SHADOWSIZE <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <br />&nbsp; &nbsp;oTitle5:<span style=\"color: #000000;\">aGrdBack</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">1</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">87</span>, <span style=\"color: #000000;\">130</span>, <span style=\"color: #000000;\">199</span> <span style=\"color: #000000;\">&#41;</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">69</span>, <span style=\"color: #000000;\">159</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">35</span> TITLETEXT <span style=\"color: #0000ff;\">OF</span> oTitle5 <span style=\"color: #0000ff;\">TEXT</span> <span style=\"color: #ff0000;\">\"Estadísticas de venta\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">8</span> TITLEIMG <span style=\"color: #0000ff;\">OF</span> oTitle5 BITMAP <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6X16<span style=\"color: #000000;\">\\f</span>avorite.bmp\"</span> TRANSPARENT &nbsp; <br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">440</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">TITLE</span> oTitle6 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> SHADOWSIZE <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <br />&nbsp; &nbsp;oTitle6:<span style=\"color: #000000;\">aGrdBack</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">1</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">87</span>, <span style=\"color: #000000;\">130</span>, <span style=\"color: #000000;\">199</span> <span style=\"color: #000000;\">&#41;</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">69</span>, <span style=\"color: #000000;\">159</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">35</span> TITLETEXT <span style=\"color: #0000ff;\">OF</span> oTitle6 <span style=\"color: #0000ff;\">TEXT</span> <span style=\"color: #ff0000;\">\"Ultimos documentos de compra\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">8</span> TITLEIMG <span style=\"color: #0000ff;\">OF</span> oTitle6 BITMAP <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6X16<span style=\"color: #000000;\">\\f</span>avorite.bmp\"</span> TRANSPARENT &nbsp; <br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">440</span>, <span style=\"color: #000000;\">410</span> <span style=\"color: #0000ff;\">TITLE</span> oTitle7 <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> SHADOWSIZE <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <br />&nbsp; &nbsp;oTitle7:<span style=\"color: #000000;\">aGrdBack</span> = <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">1</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">87</span>, <span style=\"color: #000000;\">130</span>, <span style=\"color: #000000;\">199</span> <span style=\"color: #000000;\">&#41;</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">25</span>, <span style=\"color: #000000;\">69</span>, <span style=\"color: #000000;\">159</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">35</span> TITLETEXT <span style=\"color: #0000ff;\">OF</span> oTitle7 <span style=\"color: #0000ff;\">TEXT</span> <span style=\"color: #ff0000;\">\"Estadísticas de compra\"</span> <span style=\"color: #0000ff;\">FONT</span> oFont1 ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">COLOR</span> nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">8</span> TITLEIMG <span style=\"color: #0000ff;\">OF</span> oTitle7 BITMAP <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\1</span>6X16<span style=\"color: #000000;\">\\f</span>avorite.bmp\"</span> TRANSPARENT &nbsp; <br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> BuildBrowses<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TWndBrief<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oBrw1, oBrw2, oBrw3, oBrw4, oBrw5, oBrw6<br /><br />&nbsp; &nbsp;USE Customer <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"One\"</span> SHARED<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">90</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw1 FIELDS One->First, One->Last ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">155</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"One\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;oBrw1:<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; <br /><br />&nbsp; &nbsp;USE Customer <span style=\"color: #00C800;\">NEW</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Two\"</span> SHARED<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">90</span>, <span style=\"color: #000000;\">410</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw2 FIELDS Two->First, Two->Last ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">155</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Two\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;oBrw2:<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; <br /><br />&nbsp; &nbsp;USE Customer <span style=\"color: #00C800;\">NEW</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Three\"</span> SHARED<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">280</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw3 FIELDS Three->First, Three->Last ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">155</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Three\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;oBrw3:<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; <br /><br />&nbsp; &nbsp;USE Customer <span style=\"color: #00C800;\">NEW</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Four\"</span> SHARED<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">280</span>, <span style=\"color: #000000;\">410</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw4 FIELDS Four->First, Four->Last ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">155</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Four\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;oBrw4:<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; <br /><br />&nbsp; &nbsp;USE Customer <span style=\"color: #00C800;\">NEW</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Five\"</span> SHARED<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">470</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw5 FIELDS Five->First, Five->Last ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">140</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Five\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;oBrw5:<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; <br /><br />&nbsp; &nbsp;USE Customer <span style=\"color: #00C800;\">NEW</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Six\"</span> SHARED<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;@ <span style=\"color: #000000;\">470</span>, <span style=\"color: #000000;\">410</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw6 FIELDS Six->First, Six->Last ;<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">385</span>, <span style=\"color: #000000;\">140</span> <span style=\"color: #0000ff;\">OF</span> ::<span style=\"color: #000000;\">oWnd</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">ALIAS</span> <span style=\"color: #ff0000;\">\"Six\"</span><br />&nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp;oBrw6:<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; <br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br />&nbsp;</div>[/code:idhdyjxj]", "time": "00:02", "topic": "BUG: error in Invoices.prg sample", "username": "Daniel Garcia-Gil" } ]
BUG: error in Invoices.prg sample
[ { "date": "2010-05-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n1.) If the command \"REDEFINE (or @ x,y) COLUMN XBROWSE ..... JUSTIFY {AL_LEFT,AL_CENTER,...}\" is used, the header- and footer aligns should also defined as the datacolumns!\n\n2.) If the WHEN-clausula from a control or a menu is true, no oControl:disable() is possible!\n\nPlease show to this.", "time": "14:33", "topic": "BUG? 1.)XBROWSE COMMAND and 2.)WHEN CLAUSULA", "username": "byte-one" } ]
BUG? 1.)XBROWSE COMMAND and 2.)WHEN CLAUSULA
[ { "date": "2010-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"byte-one\":3v350lcr]Antonio,\n\n1.) If the command \"REDEFINE (or @ x,y) COLUMN XBROWSE ..... JUSTIFY {AL_LEFT,AL_CENTER,...}\" is used, the header- and footer aligns should also defined as the datacolumns!\n[/quote:3v350lcr]\nThe clause applies only to data alignment. For headers an footers we need to specify alignment separately", "time": "08:18", "topic": "BUG? 1.)XBROWSE COMMAND and 2.)WHEN CLAUSULA", "username": "nageswaragunupudi" } ]
BUG? 1.)XBROWSE COMMAND and 2.)WHEN CLAUSULA
[ { "date": "2010-05-17", "forum": "FiveWin for Harbour/xHarbour", "text": "For a good handling of this perfect command the header- and footer - aligment should be the same as the datas. Now this behavour it is not logical! In normal case, nobody use an other alignment from footer / header as the data!", "time": "10:41", "topic": "BUG? 1.)XBROWSE COMMAND and 2.)WHEN CLAUSULA", "username": "byte-one" } ]
BUG? 1.)XBROWSE COMMAND and 2.)WHEN CLAUSULA
[ { "date": "2008-10-14", "forum": "FiveWin for Harbour/xHarbour", "text": "When in an dialog the clausula TRANSPARENT is used, then a REDEFINE SAY are not wrapped in the next line, when the text to long for nWidth. Without TRANSPARENT in the dialog all is ok.", "time": "15:29", "topic": "BUG? Lenght of SAY", "username": "byte-one" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-14", "forum": "FiveWin for Harbour/xHarbour", "text": "I confirm the same behaviour", "time": "15:46", "topic": "BUG? Lenght of SAY", "username": "Richard Chidiak" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "There is a new clause for SAY:\r\n\r\nREDEFINE GET ... ADJUST", "time": "00:11", "topic": "BUG? Lenght of SAY", "username": "Antonio Linares" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, not a GET, a SAY! When using the ADJUST it is still the same. The Text is in one line and cutted. The text should wrapped in the next line as in older FWH has been. In the RC-file the SAY are defined as \"left text\" or \"centered\", but all the same.", "time": "08:44", "topic": "BUG? Lenght of SAY", "username": "byte-one" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\r\n\r\nMy mistake when I wrote it <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nI meant:\r\n\r\nREDEFINE SAY ... ADJUST", "time": "09:22", "topic": "BUG? Lenght of SAY", "username": "Antonio Linares" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Günther,\r\n\r\nCould you please provide a small and self contained PRG example ? thanks", "time": "09:23", "topic": "BUG? Lenght of SAY", "username": "Antonio Linares" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, with a absolut normal dialog from resources!\r\n\r\n[quote:3pwlm1b1]This is with DIALOG......TRANSPARENT[/quote:3pwlm1b1]\n[img:3pwlm1b1]http&#58;//www&#46;byte-one&#46;com/Eurostar_01&#46;jpg[/img:3pwlm1b1]\n\n[quote:3pwlm1b1]and this without TRANSPARENT[/quote:3pwlm1b1]\r\n[img:3pwlm1b1]http&#58;//www&#46;byte-one&#46;com/Eurostar_02&#46;jpg[/img:3pwlm1b1]", "time": "15:41", "topic": "BUG? Lenght of SAY", "username": "byte-one" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, I found, that FixSays( ::hWnd ) in method Initiate from Tdialog this behaviour made!", "time": "13:12", "topic": "BUG? Lenght of SAY", "username": "byte-one" } ]
BUG? Lenght of SAY
[ { "date": "2008-10-21", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2cgjyh59]Antonio, I found, that FixSays( ::hWnd ) in method Initiate from Tdialog this behaviour made![/quote:2cgjyh59]\r\n\r\nAntonio, is there a way to make FixSays() with line wrapping for you or is a other solution possible?", "time": "10:46", "topic": "BUG? Lenght of SAY", "username": "byte-one" } ]
BUG? Lenght of SAY
[ { "date": "2011-03-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio,\n\ncuando puedas échale un vistazo a estos dos asuntos:\n\na) <!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=21173\">viewtopic.php?f=6&t=21173</a><!-- l -->\nEste es posible que sea un Bug (en las MDICHILD).\nEn mi caso concreto con el código fuente original de Window.prg, cuando pulso TAB el foco incluso pasa por los ¡¡ SAY !!. Con la modificación que propongo funciona 'normal'.\n(Yo programo SIN recursos, todo en código)\n\nb) <!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=21064\">viewtopic.php?f=6&t=21064</a><!-- l -->\nEn este no sé como poder actuar en un COMBOBOX cuando pulso ESC.\n\nGracias.", "time": "10:41", "topic": "BUG? en WINDOW.PRG; COMBOBOX y ESC.", "username": "FiveWiDi" } ]
BUG? en WINDOW.PRG; COMBOBOX y ESC.
[ { "date": "2006-04-09", "forum": "FiveWin para Pocket PC", "text": "NECESITO COPIAR EL BUILDCE A OTRO DIRECTORIO PARA GENERAR UNA APLICACION DE EJEMPLO, QUE DATOS TENGO QUE TOCAR EN EL BAT PARA QUE SE EJECUTE DIRECTAMENTE DESDE EL DIRECTORIO EN DONDE TENGO MI APLICACION.\n\nGRACIAS.", "time": "12:28", "topic": "BUILDCE", "username": "mjcc" } ]
BUILDCE
[ { "date": "2006-04-09", "forum": "FiveWin para Pocket PC", "text": "depende donde coloques el directorio , si el subdirectorio esta colgando de fwpcc ( \"c:\\fwpcc\\programa1\" , por ejemplo ) , no tienes que tocar ni una linea , si cuenga del raiz , ode otro lado cambia la linea \n\necho ..\\lib\\FiveCE.lib ..\\lib\\FiveCEC.lib >> msvc.tmp\npor algo como c:\\fwpcc\\lib\\FiveCE.lib c:\\fwpcc\\lib\\FiveCEC.lib >> msvc.tmp\n\ny creo que nada mas .\nSaludso.", "time": "14:58", "topic": "BUILDCE", "username": "astursoft" } ]
BUILDCE
[ { "date": "2009-10-05", "forum": "FiveWin para Pocket PC", "text": "obrigado", "time": "12:08", "topic": "BUILDCE compilando varios arquivos", "username": "MGA" } ]
BUILDCE compilando varios arquivos
[ { "date": "2009-10-03", "forum": "FiveWin para Pocket PC", "text": "Sr. Antonio, como compilar varios arquivos prg com o BUILDCDE ?", "time": "14:52", "topic": "BUILDCE compilando varios arquivos", "username": "MGA" } ]
BUILDCE compilando varios arquivos
[ { "date": "2009-10-03", "forum": "FiveWin para Pocket PC", "text": "SGS,\n\nTienes un ejemplo de un fichero make para FWPPC en FWPPC\\makes\\fwcemake.zip", "time": "16:13", "topic": "BUILDCE compilando varios arquivos", "username": "Antonio Linares" } ]
BUILDCE compilando varios arquivos
[ { "date": "2008-05-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Que tengo que hacer para utilizar varios prg \r\nProbe con VERCE 53 y me da este error\r\nError: Unresolved external '_HB_FUN_MSGINFO' referenced from C:\\VERCE53\\PRUEBAS.OBJ", "time": "19:10", "topic": "BUILDH VARIOS PRG", "username": "luisduque" } ]
BUILDH VARIOS PRG
[ { "date": "2008-05-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Luis,\r\n\r\nPara compilar y enlazar más de un PRG repite estas líneas en el fichero buildh.bat:\r\n\r\n%hdir%\\bin\\harbour otro.prg /n /i%fwh%\\include;%hdir%\\include /w /p %2 %3 > clip.log @type clip.log IF ERRORLEVEL 1 PAUSE IF ERRORLEVEL 1 GOTO EXIT\r\n\r\necho -O2 -e%1.exe -I%hdir%\\include otro.c > b32.bc\r\n%bcdir%\\bin\\bcc32 -M -c @b32.bc\r\n\r\nAsi por cada PRG, y en las líneas en donde se enlaza hay que añadir esos OBJs:\r\n\r\necho c0w32.obj + > b32.bc\r\necho %1.obj otro.obj, + >> b32.bc\r\necho %1.exe, + >> b32.bc\r\n...", "time": "19:19", "topic": "BUILDH VARIOS PRG", "username": "Antonio Linares" } ]
BUILDH VARIOS PRG
[ { "date": "2008-05-16", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Antonio\r\n\r\nYa lo revise y sin problemas", "time": "20:36", "topic": "BUILDH VARIOS PRG", "username": "luisduque" } ]
BUILDH VARIOS PRG
[ { "date": "2008-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "Usa el verce 5.0, alli no tienes problemas, enlazos varios .prg y todo muy bien, ademas de varios .rc y .res a la ves, saludos.", "time": "07:01", "topic": "BUILDH VARIOS PRG", "username": "joseluisysturiz" } ]
BUILDH VARIOS PRG
[ { "date": "2008-05-17", "forum": "FiveWin para Harbour/xHarbour", "text": "... Puedes usar .MAK tambien.. para mi son la mejor.. opcion <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->\r\n\r\nSaludos.!", "time": "09:03", "topic": "BUILDH VARIOS PRG", "username": "Ricardo Ramirez E." } ]
BUILDH VARIOS PRG
[ { "date": "2012-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI'm converting data from an existing DBF to MySQL. I have tables with more than 2.000.000 records.\nNow I'm going to the top of the DBF, and with an Do While !eof() I skip to the dbf and insert each record in the SQL.\nIt is very slow (more than 2 hours in some cases).\nIs there a faster way to do this?\nIn SQLite I use 'Begin immediate' and 'Commit' before the loop, what resulted in a faster execution, but it doesn't work in MySQL.\nAlso using 'Start stransaction' and 'commit' doesn't help.\n\nThanks\n\nMarc", "time": "10:13", "topic": "BULK INSERT in MySQL", "username": "Marc Vanzegbroeck" } ]
BULK INSERT in MySQL
[ { "date": "2012-09-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Read the values from the DBF to a temporary string and use INSERT statements with multiple VALUES lists to insert several rows at a time. \nsql = \"INSERT INTO your_table (field1, field2) VALUES ('string1', value1),('string2', value2),('string3', value3);\"\n\nYou can also use a free tool like dbf2sql: [url:35h8p123]http&#58;//www&#46;tkinformidia&#46;net/uploads/1/2/0/0/12005968/dbf2sql-3&#46;0&#46;zip[/url:35h8p123]", "time": "14:44", "topic": "BULK INSERT in MySQL", "username": "ADutheil" } ]
BULK INSERT in MySQL
[ { "date": "2012-09-03", "forum": "FiveWin for Harbour/xHarbour", "text": "André,\n\nThanks for the information. I will try to insert more records at the same time.\n\nRegards,\n\nMarc", "time": "07:32", "topic": "BULK INSERT in MySQL", "username": "Marc Vanzegbroeck" } ]
BULK INSERT in MySQL
[ { "date": "2012-09-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi,\n\nI found a faster way to import/export into MySQL by using CSV-files.\n\nThe only problem I have is if I export to a CSV-file and do a append from into a DBF with the command\n[code=fw:10k564p2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oSQL:<span style=\"color: #000000;\">query</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #0000ff;\">SELECT</span> * INTO OUTFILE <span style=\"color: #ff0000;\">'C:/temp/TESTPLAN.CSV'</span> FIELDS TERMINATED BY <span style=\"color: #ff0000;\">','</span> OPTIONALLY ENCLOSED BY <span style=\"color: #ff0000;\">'\"'</span> LINES TERMINATED BY <span style=\"color: #ff0000;\">'<span style=\"color: #000000;\">\\n</span>'</span> <span style=\"color: #0000ff;\">FROM</span> planning<span style=\"color: #000000;\">&#93;</span><span style=\"color: #000000;\">&#41;</span></div>[/code:10k564p2]\n\nonly 1 record is imported into the DBF. It seems that the [b:10k564p2]LINES TERMINATED BY '\\n'[/b:10k564p2] command is only a LF and not CRLF.\nDoes anyone know how to export to a CSV with CRLF?\n\nThanks\nMarc", "time": "08:38", "topic": "BULK INSERT in MySQL", "username": "Marc Vanzegbroeck" } ]
BULK INSERT in MySQL
[ { "date": "2012-09-07", "forum": "FiveWin for Harbour/xHarbour", "text": "I found it!!\n[code=fw:2wvwt451]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">\\r\\n</div>[/code:2wvwt451] <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nMarc", "time": "09:34", "topic": "BULK INSERT in MySQL", "username": "Marc Vanzegbroeck" } ]
BULK INSERT in MySQL
[ { "date": "2013-10-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos aca les dejo una busqueda secuencial en tablas dbf para buscar en cualquier posicion de un campo:\n\n\n oLbx:bKeyDown := {|nKey| (Search(nKey,@cBusca,oLbx),oLbx:Refresh(),oSay:Refresh()) }\n\n\nSTATIC FUNCTION Search(nKey,cBusca,oLbx)\n*--------------\n\nIf Nkey=8\n cbusca:= SubStr(cbusca,1,Len(cbusca)-1)\n DBSELECTAREA(cMa_Arti)\n SET FILTER TO\n SET FILTER TO AllTrim(cBusca) $ (cMa_Arti)->Ma_Desc\n (cMa_Arti)->(DBGOTOP())\n IF (cMa_Arti)->(EoF())\n SET FILTER TO\n Endif\nElse\n cbusca:= cbusca + Upper(chr(nkey))\n * SET FILTER TO\n DBSELECTAREA(cMa_Arti)\n SET FILTER TO AllTrim(cBusca) $ (cMa_Arti)->Ma_Desc\n (cMa_Arti)->(DBGOTOP())\n IF (cMa_Arti)->(EoF())\n cbusca:= SubStr(cbusca,1,Len(cbusca)-1)\n SET FILTER TO\n SET FILTER TO AllTrim(cBusca) $ (cMa_Arti)->Ma_Desc\n (cMa_Arti)->(DBGOTOP())\n\n Endif\n\nEndif\noLbx:refresh()\noLbx:SetFocus()\nreturn(.t.)\n\nSaludos", "time": "15:59", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "jbrita" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-10-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Use OrdWildSeek() de xharbour.\n\nSalu2.", "time": "16:44", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "karinha" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-10-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Using xbrowse, we do not need to write any code.\nIt is enough to write two lines of code:\n\n[code=fw:3dtlthy2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">      oBrw:<span style=\"color: #000000;\">lIncrFilter</span>      := .t.<br />      oBrw:<span style=\"color: #000000;\">lSeekWild</span>        := .t.<br /> </div>[/code:3dtlthy2]\n\nHere is an example:\n[code=fw:3dtlthy2]<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;\">\"ord.ch\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"xbrowse.ch\"</span><br /><br />REQUEST DBFCDX<br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">local</span> oDlg, oFont, oBrw<br /><br /><br />   USE CUSTOMER <span style=\"color: #00C800;\">NEW</span> <span style=\"color: #0000ff;\">ALIAS</span> CUST SHARED VIA <span style=\"color: #ff0000;\">\"DBFCDX\"</span><br />   SET ORDER <span style=\"color: #0000ff;\">TO</span> TAG STREET<br />   GO TOP<br /><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"TAHOMA\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">-14</span><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">800</span>,<span style=\"color: #000000;\">400</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">FONT</span> oFont ;<br />      <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"XBRPWSE : INCREMENTAL FILTERS \"</span> + FWVERSION<br /><br />   @ <span style=\"color: #000000;\">30</span>,<span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">-10</span>,<span style=\"color: #000000;\">-10</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br />      DATASOURCE <span style=\"color: #ff0000;\">\"CUST\"</span> <span style=\"color: #0000ff;\">AUTOCOLS</span> AUTOSORT CELL LINES NOBORDER<br /><br />   WITH OBJECT oBrw<br />      :<span style=\"color: #000000;\">lIncrFilter</span>      := .t.<br />      :<span style=\"color: #000000;\">lSeekWild</span>        := .t.<br />      <span style=\"color: #B900B9;\">//</span><br />      :<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />   END<br /><br />   @ <span style=\"color: #000000;\">10</span>,<span style=\"color: #000000;\">150</span> <span style=\"color: #0000ff;\">SAY</span> oBrw:<span style=\"color: #000000;\">oSeek</span> <span style=\"color: #0000ff;\">PROMPT</span> oBrw:<span style=\"color: #000000;\">cSeek</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg ;<br />      <span style=\"color: #0000ff;\">COLOR</span> CLR_BLACK,CLR_YELLOW<br /><br />   <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span> <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #000000;\">&#40;</span> oBrw:<span style=\"color: #000000;\">SetFocus</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, .f. <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:3dtlthy2]\n[url=http&#58;//img571&#46;imageshack&#46;us/i/8gue&#46;jpg/:3dtlthy2][img:3dtlthy2]http&#58;//img571&#46;imageshack&#46;us/img571/4805/8gue&#46;jpg[/img:3dtlthy2][/url:3dtlthy2]\n\nBecause the dbf is sorted in the order of STREET, the filter is applied to the field STREET.\nEntering \"FO?D\" filtered for \"ford\" and \"fold\" found anywhere in the field Street.", "time": "07:16", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "nageswaragunupudi" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Rao\n\nEl incremental filters desde que version de fwh se puede utilizar ?\n\nSaludos", "time": "04:46", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "juan_arroyo_t" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "August 2011\nVersion 11.08", "time": "07:24", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "nageswaragunupudi" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Rao\n\nCompile con 11.08 y hay un error\nPor favor ayudeme\n\n[code=fw:16pd4495]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Application<br />===========<br />   Path and <span style=\"color: #0000ff;\">name</span>: <span style=\"color: #000000;\">P</span>:\\Fuentes\\xHarbour\\XBrwRao\\BIN\\XbrwRao.Exe <span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">32</span> bits<span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #0000ff;\">Size</span>: <span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">078</span>,<span style=\"color: #000000;\">208</span> bytes<br />   Time <span style=\"color: #0000ff;\">from</span> start: <span style=\"color: #000000;\">0</span> hours <span style=\"color: #000000;\">0</span> mins <span style=\"color: #000000;\">4</span> secs <br />   Error occurred <span style=\"color: #00C800;\">at</span>: <span style=\"color: #000000;\">10</span>/<span style=\"color: #000000;\">25</span>/<span style=\"color: #000000;\">13</span>, <span style=\"color: #000000;\">22</span>:<span style=\"color: #000000;\">28</span>:<span style=\"color: #000000;\">40</span><br />   Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #000000;\">1449</span>  Syntax error: &<br />   Args:<br />     <span style=\"color: #000000;\">&#91;</span>   <span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> = C   <br /><br />Stack Calls<br />===========<br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">RDDINCRFILTER</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">4717</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">RDDINCRSEEK</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">4669</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => <span style=\"color: #000000;\">&#40;</span>b<span style=\"color: #000000;\">&#41;</span>TXBROWSE:<span style=\"color: #000000;\">SETRDD</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">3827</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">SEEK</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">5957</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">KEYCHAR</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">2269</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>:  => TWINDOW:<span style=\"color: #000000;\">HANDLEEVENT</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\CONTROL.PRG => TCONTROL:<span style=\"color: #000000;\">HANDLEEVENT</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">1732</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">XBROWSE</span>.PRG => TXBROWSE:<span style=\"color: #000000;\">HANDLEEVENT</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">11510</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">WINDOW</span>.PRG => _FWH<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">3443</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>:  => DIALOGBOXINDIRECT<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: .\\source\\classes\\<span style=\"color: #0000ff;\">DIALOG</span>.PRG => TDIALOG:<span style=\"color: #0000ff;\">ACTIVATE</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">277</span><span style=\"color: #000000;\">&#41;</span><br />   Called <span style=\"color: #0000ff;\">from</span>: <span style=\"color: #000000;\">Source</span>\\main.prg => MAIN<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">33</span><span style=\"color: #000000;\">&#41;</span></div>[/code:16pd4495]", "time": "07:40", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "juan_arroyo_t" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-10-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Sr. Rao\n\nMil disculpas\n\nMe hacia falta el indice\n\nSolucionado, muchas gracias", "time": "08:46", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "juan_arroyo_t" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-10-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias...\n\nle comento que tengo una aplicación donde le doy la opción para cambiar el orden (3 tipo de ordenes distinto), como vació lo que fue cargado en la búsqueda, y al tomar el nuevo indice como hago un refresh del xbrowse para que se acomode al inicio.\n\ngracias\n\ndavid", "time": "22:42", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "davidObarrio" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Mister rao, al volver al browse original, después de la busqueda, no puedo ver todos los registros del BD, solo los datos de la Busqueda. \n\n[img:7l5dm1m6]https&#58;//i&#46;imgur&#46;com/EJzYnp4&#46;png[/img:7l5dm1m6]\n\nGracias, regards, saludos.", "time": "13:14", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "karinha" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "You are using the same alias in both the browses. In such cases, the changes made to the alias by the second browse are retained even after closing the second dialog. In this case, the filter set by the browse in the second dialog remains.\n\nIt is desirable to avoid using the same alias in two or more browses at the same time.\n\nAnyway, in this case, please \"clear the filter\" when closing the second dialog and refresh the first browse.", "time": "14:13", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "nageswaragunupudi" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "I do not understand your requirement correctly.\nCan you please explain clearly?", "time": "05:53", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "nageswaragunupudi" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Mister Rao, browse con todos los datos,\n\n[img:1kbvjmx5]https&#58;//i&#46;imgur&#46;com/92nZsX4&#46;png[/img:1kbvjmx5]\n\nContinua...\n\nSaludos.", "time": "13:06", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "karinha" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Mister Rao, Hago una busqueda incremental en el xBrowse,\n\n[img:10h79fbn]https&#58;//i&#46;imgur&#46;com/jz1dfHo&#46;png[/img:10h79fbn]\n\nContinua...\n\nSaludos.", "time": "13:09", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "karinha" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-07", "forum": "FiveWin para Harbour/xHarbour", "text": "Mister Rao, como hago un refresh del xbrowse para que se acomode al inicio?\n\nGracias, saludos.", "time": "19:37", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "karinha" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "Many thanks mister Rao.\n\nEn el xBrowse(), cual és el comando equivalente al,\n\n[code=fw:1pdez79j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; oLbx:<span style=\"color: #000000;\">nColAct</span> := <span style=\"color: #000000;\">3</span> &nbsp;<span style=\"color: #B900B9;\">// wbrowse.prg</span><br />&nbsp;</div>[/code:1pdez79j]\n\nNecesito iniciar el xBrowse en la columna 3\n\nGracias, saludos.", "time": "15:47", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "karinha" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "oBrw:nColSel := <n>", "time": "16:16", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "nageswaragunupudi" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2017-11-08", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":34jqti6p]oBrw:nColSel := <n>[/quote:34jqti6p]\n\nMany thanks mister Rao, PERFECT!!\n\nxBrowse() está simplesmente, marabillosa. Congratulations.\n\nRegards, saludos.", "time": "18:03", "topic": "BUSCA EN CUALQUIER POSICION CON DBF", "username": "karinha" } ]
BUSCA EN CUALQUIER POSICION CON DBF
[ { "date": "2013-05-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos ando en busca de bitmap e iconos de las funciones F1 a la F12\nSaludos", "time": "00:40", "topic": "BUSCAR BITMAP", "username": "jbrita" } ]
BUSCAR BITMAP
[ { "date": "2009-04-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados Masters....\n\nTengo una Base de Datos indexada por un cambo alfanumerico, y realizo busquedas incrementales, a medida que digitando las letras va buscando, pero dicha busqueda es riguroza ya debe estar exactamente los caracteres digitados que lo que tengo dentro del campo...\n\nLa pregunta se puede realizar la busqueda sea en mayuscula o minuscula? ejemplo\n\nen el campo de la Base de Datos está: DAVID, y si digitan david o David o DaViD lo ubique igual?\n\nUso: CDX\n\nmuchas gracias\n\ndavid\nargentina", "time": "11:55", "topic": "BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA", "username": "dobfivewin" } ]
BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA
[ { "date": "2009-04-10", "forum": "FiveWin para Harbour/xHarbour", "text": "David ;\nSupongo que usando un .CDX no es posible ello, si fuera asi.. como seria la \"llave\" para indexar?\nPorque el usuario tendria que escribir com mayusculas o minusculas? no seria \"mejor\" que sea solo mayusculas?\n\nSaludos!", "time": "12:39", "topic": "BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA", "username": "Ricardo Ramirez E." } ]
BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA
[ { "date": "2009-04-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias por responder\n\nEl tema es que el campo por el cual se indexa es usado por otro programa y hay casos que debe usar MAYUSCULA pero otras Minuscula y a veces combunado.\n\nTengo pensada una alternativa, pero queria saber si se podia hacer directamente sobre el campo en cuestion.\n\nlo que tengo pensado es tener un campo paralelo donde tenga lo mismo que primero, pero todo en mayuscula y realizar la indexacion y busqueda sobre ese, sin que el usuario lo vea.\n\ndavid\nargentina", "time": "13:49", "topic": "BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA", "username": "dobfivewin" } ]
BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA
[ { "date": "2009-04-10", "forum": "FiveWin para Harbour/xHarbour", "text": "david, bastaria agregar un indice o tag con UPPER( tucampo ) y en la busqueda hacer UPPER( cBusqueda )\n\n\nespero te sirva la idea\n\n\nsaludos", "time": "17:07", "topic": "BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA", "username": "pymsoft" } ]
BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA
[ { "date": "2009-04-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimado Pedro....\n\nun espectaculo, funciona... muchas gracias <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nsalu2\n\ndavid \nargentina", "time": "22:12", "topic": "BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA", "username": "dobfivewin" } ]
BUSQUEDA (SEEK) MAYUSCULA/MINUSCULA
[ { "date": "2017-07-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos, necesito de su ayuda.\ntengo una tabla de serviciostomados que tienen los siguientes campos:\n\nid_abonado,mes,ano .......\n\nmes=caracter y ano=caracter\n\nSELECT * FROM serviciostomados WHERE (mes+ano)='72017'\n\nno hace nada \n\ncomo se podria HACERLO, gracias", "time": "02:51", "topic": "BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO", "username": "jbrita" } ]
BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO
[ { "date": "2017-07-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola.\nPrueba asi;\n[code=fw:1cniikwc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #0000ff;\">SELECT</span> * <span style=\"color: #0000ff;\">FROM</span> serviciostomados <span style=\"color: #0000ff;\">WHERE</span> <span style=\"color: #000000;\">&#40;</span>mes+ano<span style=\"color: #000000;\">&#41;</span>=<span style=\"color: #000000;\">72017</span><br /><br />&nbsp;</div>[/code:1cniikwc]", "time": "04:00", "topic": "BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO", "username": "Willi Quintana" } ]
BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO
[ { "date": "2017-07-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Willi si funciona asi pero mes+ano si es numerico provocaria problemas\n\n7 + 2017 = 2024\n6 + 2018 = 2024\n5 + 2019 = 2024\n\nte das cuenta por eso tiene q ser caracter\n\nsaludos", "time": "16:09", "topic": "BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO", "username": "jbrita" } ]
BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO
[ { "date": "2017-07-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Prueba asi\n[code=fw:2mzajxsh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">SELECT</span> * <span style=\"color: #0000ff;\">FROM</span> serviciostomados <span style=\"color: #0000ff;\">WHERE</span> CONCAT<span style=\"color: #000000;\">&#40;</span>mes,ano<span style=\"color: #000000;\">&#41;</span>=<span style=\"color: #ff0000;\">'72017</span></div>[/code:2mzajxsh]", "time": "21:05", "topic": "BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO", "username": "cmsoft" } ]
BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO
[ { "date": "2017-07-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias eso resulto bien.\n\nmil gracias", "time": "01:31", "topic": "BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO", "username": "jbrita" } ]
BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO
[ { "date": "2017-07-29", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos ahora lo arme asi:\nstatic function generacobro()\n*------------------------------\nlocal cSql,oprn\nlocal mescobro:=AllTrim(Str(month(date()),2))\nlocal anocobro:=str(year(date()),4)\n\n cSql:=\"INSERT INTO cartola_cliente( id_abonado,periodo_mes,periodo_ano,cod_servicio,det_servicio,valor_plan ) SELECT id_abonado,\"+(mescobro)+\",\"+(anocobro)+\",cod_servicio,det_servicio,totalpagar FROM serviciostomados where CONCAT(TRIM(mes),TRIM(ano))<>'\"+(mescobro+anocobro)+\"' and suspendido=1\"\n xServer:Execute( cSql )\n\n cSql:=\"UPDATE serviciostomados SET mes='\"+(mescobro)+\"',ano='\"+(anocobro)+\"'\"\n xServer:Execute( cSql )\n\n MSGINFO( \" Generacion de Cobro Listo..\",\"Atencion\" )\n\nreturn .t.\n\ny funciona bien pero,,, siempre hay peros, necesito validar en la cartola_cliente que lo cargado no exista\n\nsaludos", "time": "01:43", "topic": "BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO", "username": "jbrita" } ]
BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO
[ { "date": "2017-07-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola jbrita:\nPodes hacerlo de varias maneras y dependiendo de que queres hacer en caso de que exista el dato ya en tu tabla, si cargar solo los que no estan o no cargar nada.\nUna forma es validar previamente que no existan dichos datos.\n[code=fw:2ht7tlbv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">if</span> &nbsp;xServer:<span style=\"color: #000000;\">Query</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"SELECT (aca la query que necesitas consultar en la tabla cartola_clientes=\"</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #000000;\">nRecCount</span> > <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp;MsgStop<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Esos datos ya estan cargado\"</span>,<span style=\"color: #ff0000;\">\"Error\"</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">ELSE</span><br />&nbsp; &nbsp;cSql:=<span style=\"color: #ff0000;\">\"INSERT INTO cartola_cliente( id_abonado,periodo_mes,periodo_ano,cod_servicio,det_servicio,valor_plan ) SELECT id_abonado,\"</span>+<span style=\"color: #000000;\">&#40;</span>mescobro<span style=\"color: #000000;\">&#41;</span>+<span style=\"color: #ff0000;\">\",\"</span>+<br />&nbsp; &nbsp;<span style=\"color: #000000;\">&#40;</span>anocobro<span style=\"color: #000000;\">&#41;</span>+<span style=\"color: #ff0000;\">\",cod_servicio,det_servicio,totalpagar FROM serviciostomados where CONCAT(TRIM(mes),TRIM(ano))<>'\"</span>+<span style=\"color: #000000;\">&#40;</span>mescobro+anocobro<span style=\"color: #000000;\">&#41;</span>+<span style=\"color: #ff0000;\">\"' and \"</span>+;<br />&nbsp; &nbsp;<span style=\"color: #ff0000;\">\" suspendido=1\"</span><br />&nbsp; &nbsp;xServer:<span style=\"color: #000000;\">Execute</span><span style=\"color: #000000;\">&#40;</span> cSql <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;cSql:=<span style=\"color: #ff0000;\">\"UPDATE serviciostomados SET mes='\"</span>+<span style=\"color: #000000;\">&#40;</span>mescobro<span style=\"color: #000000;\">&#41;</span>+<span style=\"color: #ff0000;\">\"',ano='\"</span>+<span style=\"color: #000000;\">&#40;</span>anocobro<span style=\"color: #000000;\">&#41;</span>+<span style=\"color: #ff0000;\">\"'\"</span><br />&nbsp; &nbsp;xServer:<span style=\"color: #000000;\">Execute</span><span style=\"color: #000000;\">&#40;</span> cSql <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">MSGINFO</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\" Generacion de Cobro Listo..\"</span>,<span style=\"color: #ff0000;\">\"Atencion\"</span> <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">ENDIF</span> <br />&nbsp;</div>[/code:2ht7tlbv] \nLa otra manera es si puedes definir como clave principal de tu tabla para que no se repitan los datos y validarlo directamente con el error de la base de datos\nSi lo haces de la segunda forma, tambien podrias insertar en tu tabla solo los valores que no son repetidos con INSERT IGNORE \nEspero que te de una pista.\nSaludos", "time": "00:30", "topic": "BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO", "username": "cmsoft" } ]
BUSQUEDA, SUMANDO CAMPOS CARACTER * SOLUCIONADO
[ { "date": "2006-10-24", "forum": "FiveWin para Harbour/xHarbour", "text": "buenas, estoy intentando poner una buttombar en un dialog, es un recurso de la dll de mi programa, y cuando defino la buttombar el programa me da error en ejecución de que no puede crear el dialog.\n¿ cómo puedo hacerlo?\n\nmuchas gracias.\nsalu2\nJavier Pérez", "time": "11:26", "topic": "BUTTOMBAR EN DIALOG", "username": "helvant" } ]
BUTTOMBAR EN DIALOG
[ { "date": "2006-10-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Así:\n[code:3tltx4w6]\nLocal oBarraBotones\n\n DEFINE BUTTONBAR oBarraBotones; // Se define Barra de Botones &#40;Objeto&#58; BUTTONBAR&#41;&#46;\n SIZE 34,34; // Tama¤o en pixeles de los botones\n 3D; // Vista en efecto 3¦ dimensi¢n\n TOP; // Se despliega en la parte superior de la ventana&#46;\n OF oVentPrinc; // Se indica que pertenece a la ventana principal&#46;\n CURSOR oCursorMano // Se define tipo de cursor al posicionarse en la barra&#46;\n\n/******** Definimos Botones que incluiremos en la Barra de Botones */\n\n DEFINE BUTTON oBtn&#91;1&#93; RESOURCE \"PTRABAJA\" OF oBarraBotones ;\n TOOLTIP OemToAnsi&#40;\" Trabajadores \"&#41;;\n NOBORDER;\n ACTION &#40; oBtn&#91;1&#93;&#58;Toggle&#40;&#41;,; // Primero mantenemos Presionado el Bot¢n\n SndPlaySound&#40;\"click&#46;wav\"&#41;,;\n BrwDato&#40;\"TRABAJA\",nSerie,nRango&#41;,; // llamamos a la funci¢n\n oBtn&#91;1&#93;&#58;GoUp&#40;&#41; &#41;; // Al terminar Levantamos el bot¢n\n GROUP; // Se inicia nuevo grupo de iconos\n MESSAGE \"Mantenimiento de la Base de Datos de Trabajadores&#46;&#46;&#46;&#46;&#46;\"\n\n DEFINE BUTTON oBtn&#91;2&#93; RESOURCE \"PEMPRESA\" OF oBarraBotones ;\n TOOLTIP OemToAnsi&#40;\" Empresas \"&#41; NOBORDER;\n ACTION &#40; oBtn&#91;2&#93;&#58;Toggle&#40;&#41;,;\n SndPlaySound&#40;\"click&#46;wav\"&#41;,;\n BrwDato&#40;\"EMPRESAS\",nSerie,nRango&#41;,;\n oBtn&#91;2&#93;&#58;GoUp&#40;&#41; &#41;;\n MESSAGE \"Mantenimiento de la Base de Datos de Empresas&#46;&#46;&#46;&#46;&#46;\"\n\n[/code:3tltx4w6]", "time": "16:51", "topic": "BUTTOMBAR EN DIALOG", "username": "Manuel Aranda" } ]
BUTTOMBAR EN DIALOG
[ { "date": "2006-10-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Las barras de botones no pueden ser colocadas directamente en los dialogos como se hace con una ventana, tienes que recurrir al evento ON INIT del dialogo para colocarle la barra de botones, asi:\n\n[code:37ktkqnz]DEFINE DIALOG oDlg &#46;&#46;&#46;&#46;&#46;&#46;&#46;&#46;&#46;&#46;&#46;\n\nACTIVATE DIALOG oDlg ON INIT &#40;DlgBar&#40;oDlg&#41;&#41;\n\n/* en la funcion DlgBar vamos a construir la barra de botones */\n\nFUNCTION oDlgBar&#40;oDlg&#41;\n LOCAL oBar\n DEFINE BUTTONBAR oBar OF oDlg &#46;&#46;&#46;&#46;&#46;&#46;\n DEFINE BUTTON OF oBar &#46;&#46;&#46;&#46;&#46;\n &#46;&#46;&#46;&#46;\n ,&#46;&#46;&#46;\nRETURN[/code:37ktkqnz]", "time": "17:03", "topic": "BUTTOMBAR EN DIALOG", "username": "R.F." } ]
BUTTOMBAR EN DIALOG
[ { "date": "2006-10-25", "forum": "FiveWin para Harbour/xHarbour", "text": "FUNCIONA,\n muchas gracias, me traia un poco de cabeza.\n\nSalu2\nJavier", "time": "09:13", "topic": "BUTTOMBAR EN DIALOG", "username": "helvant" } ]
BUTTOMBAR EN DIALOG
[ { "date": "2006-10-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Necesito descarga ButtomBmp para harbour y algun ejemplo desde ya muchas gracias\nSaludos", "time": "14:42", "topic": "BUTTOMBMP PARA HARBOUR", "username": "jbrita" } ]
BUTTOMBMP PARA HARBOUR
[ { "date": "2006-10-12", "forum": "FiveWin para Harbour/xHarbour", "text": "Jose,\n\nEsa clase pertenece a FWH y no es de libre descarga. Necesitas una versión actualizada de FWH.", "time": "08:22", "topic": "BUTTOMBMP PARA HARBOUR", "username": "Antonio Linares" } ]
BUTTOMBMP PARA HARBOUR
[ { "date": "2006-05-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos,\n\nTengo un detalle, cuando ejecuto un button con ENTER no me respeta el oGet:setfocus(), si lo hago con CLICK funciona sin problemas.\n\nEsto quiere decir que cuando le tecleo enter me envia al siguiente control por el orden, mas no es eso lo que quiero, pues tengo que ir a un número de control específico.\n\nGracias de antemano", "time": "06:09", "topic": "BUTTON", "username": "wmormar" } ]
BUTTON
[ { "date": "2006-05-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Willi:\n\nPrueba esto y me cuentas:\n\nLocal tuBoton,TuGet,cDato:=\"\",oDlg\n\nREDEFINE TuGet VAR cDato ID 110 of oDlg\n\nREDEFINE Button TuBoton BLA,BLA,BLA ID 120 of oDlg,\nAction(TuBoton:oJump:=TuGet,TuGet:SetFocus() )\n\nSaludos.\n\nRuben Fernandez", "time": "06:50", "topic": "BUTTON", "username": "RuFer" } ]
BUTTON
[ { "date": "2006-05-20", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"RuFer\":zq3i48i5]Willi:\n\nPrueba esto y me cuentas:\n\nLocal tuBoton,TuGet,cDato:=\"\",oDlg\n\nREDEFINE TuGet VAR cDato ID 110 of oDlg\n\nREDEFINE Button TuBoton BLA,BLA,BLA ID 120 of oDlg,\nAction(TuBoton:oJump:=TuGet,TuGet:SetFocus() )\n\nSaludos.\n\nRuben Fernandez[/quote:zq3i48i5]\n\nExcelente, Gracias RUFER,\n\nEsperemos que ALinares lo corrija desde FWH y no haya que estar haciendo estos remedios.", "time": "16:41", "topic": "BUTTON", "username": "wmormar" } ]
BUTTON
[ { "date": "2006-12-19", "forum": "FiveWin para Pocket PC", "text": "Me podria decir alguien como pongo un bmp en un BUTTON y si hay alguna clausula más.\n\nMi código: @0, 16 BUTTON oGrabar PROMPT \"\" SIZE 25, 25\n\n\nGracias.", "time": "16:26", "topic": "BUTTON", "username": "AndresZaragoza" } ]
BUTTON
[ { "date": "2006-12-19", "forum": "FiveWin para Pocket PC", "text": "Andrés,\n\nPara usar una imagen en el botón no se usa BUTTON sino BTNBMP:\n\n@ 0, 16 BTNBMP oGrabar RESOURCE \"nombre_imagen\" SIZE 25, 25 PROMPT \"Ok\" TOP\n\nLa imagen puedes elegir entre mantenerla fuera del EXE en un fichero BMP, ó \"incrustarla\" dentro del EXE.\n\nSi la vas a mantener fuera del EXE has de usar FILENAME en vez de RESOURCE. Si decides tenerla dentro del EXE has de crear un fichero RC que tenga el mismo nombre que el PRG principal y extensión .rc y que contenga esto:\n\nnombre_imagen BITMAP \"NombreFicheroImagen.bmp\"", "time": "17:15", "topic": "BUTTON", "username": "Antonio Linares" } ]
BUTTON
[ { "date": "2006-12-19", "forum": "FiveWin para Pocket PC", "text": "Antonio.\nLa verdad es que como esta pregunta tengo y tendré varias.\n\nGracias por tu paciencia.", "time": "18:32", "topic": "BUTTON", "username": "AndresZaragoza" } ]
BUTTON
[ { "date": "2006-12-19", "forum": "FiveWin para Pocket PC", "text": "Andrés,\n\nNo hay problema, estamos aqui para ayudar <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "20:26", "topic": "BUTTON", "username": "Antonio Linares" } ]
BUTTON
[ { "date": "2008-03-11", "forum": "FiveWin for CA-Clipper", "text": "Is it possible to define a BUTTON which will be active only by presing with mouse, i dont want to be focuset but keyboard , i mean with ENTER or TAB key ....\n\nReagards,", "time": "09:45", "topic": "BUTTON", "username": "avista" } ]
BUTTON
[ { "date": "2008-03-11", "forum": "FiveWin for CA-Clipper", "text": "You may try to remove the WS_TABSTOP style from the Class TButton.\n\nIf it works then you may add a new DATA lTabStop so other buttons may work the standard way except the ones where you don't want Tab stop.", "time": "10:17", "topic": "BUTTON", "username": "Antonio Linares" } ]
BUTTON
[ { "date": "2008-03-13", "forum": "FiveWin for CA-Clipper", "text": "Working good, \nThanks,\n\nBest regards,", "time": "11:19", "topic": "BUTTON", "username": "avista" } ]
BUTTON
[ { "date": "2019-04-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All ,\n\n The BUTTONBAR does not complied when Harbour warning mode level [b:1cz91sgb]w2 [/b:1cz91sgb] compiler parameter is provided but it is compiled when level w1 is provided. \n\n How we should compiled when parameter [b:1cz91sgb]w2[/b:1cz91sgb] ? Any special syntax ?\n\n I am using below code:\n \n[code=fw:1cz91sgb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> <span style=\"color: #0000ff;\">OF</span> oApp:<span style=\"color: #000000;\">oWnd</span> STYLEBAR <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">70</span>, <span style=\"color: #000000;\">70</span><br /><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oApp:<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBar</span> <span style=\"color: #0000ff;\">PROMPT</span> FWString<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Exit\"</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"exit\"</span>  ;<br />         <span style=\"color: #0000ff;\">ACTION</span> oApp:<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>  <br /><br /><br /> </div>[/code:1cz91sgb]\n\nThanks\nShridhar", "time": "16:43", "topic": "BUTTON BAR is NOT Compiled when Harbour Warning Level w2", "username": "shri_fwh" } ]
BUTTON BAR is NOT Compiled when Harbour Warning Level w2
[ { "date": "2019-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "I compile using -w3, which causes this problem with some FWH code. I work around it by preceding and following the problematic code with:\n\n[code=fw:1hi7fd0a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#pragma</span> WARNINGLEVEL = <span style=\"color: #000000;\">1</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> <span style=\"color: #0000ff;\">OF</span> oApp:<span style=\"color: #000000;\">oWnd</span> STYLEBAR <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">70</span>, <span style=\"color: #000000;\">70</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">OF</span> oApp:<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">oBar</span> <span style=\"color: #0000ff;\">PROMPT</span> FWString<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Exit\"</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"exit\"</span>  ;<br />   <span style=\"color: #0000ff;\">ACTION</span> oApp:<span style=\"color: #000000;\">oWnd</span>:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00D7D7;\">#pragma</span> WARNINGLEVEL = <span style=\"color: #000000;\">3</span><br /> </div>[/code:1hi7fd0a]", "time": "15:38", "topic": "BUTTON BAR is NOT Compiled when Harbour Warning Level w2", "username": "rhlawek" } ]
BUTTON BAR is NOT Compiled when Harbour Warning Level w2
[ { "date": "2019-04-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi , \n\n Thanks a lot ...! now its working...!\n\nThanks\nshridhar", "time": "15:52", "topic": "BUTTON BAR is NOT Compiled when Harbour Warning Level w2", "username": "shri_fwh" } ]
BUTTON BAR is NOT Compiled when Harbour Warning Level w2
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Using a button bar, most buttons fit in the size I set on the bar of 60,60. However, I would like to add a button that is twice the width of others. DEFINE BUTTON has no SIZE option, and ADJUST just scrunches it all in the 60,60 space set. Is there anyway to allow an individual button to be twice the width of all the others ?", "time": "01:40", "topic": "BUTTON individual width on bar", "username": "TimStone" } ]
BUTTON individual width on bar
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Try\n\n[code=fw:38aqiupn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">48</span>, <span style=\"color: #000000;\">48</span> <span style=\"color: #0000ff;\">OF</span> oWnd<br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtt1 <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Salir\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> oWnd:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> TOOLTIP <span style=\"color: #ff0000;\">\"Salir\"</span> <br />   oBtt1:<span style=\"color: #000000;\">nWidth</span> := <span style=\"color: #000000;\">96</span><br /><br /> </div>[/code:38aqiupn]\n\nor\n\n[code=fw:38aqiupn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">48</span>, <span style=\"color: #000000;\">48</span> <span style=\"color: #0000ff;\">OF</span> oWnd<br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Salir\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> oWnd:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> TOOLTIP <span style=\"color: #ff0000;\">\"Salir\"</span> <br />&nbsp; &nbsp;oBar:<span style=\"color: #000000;\">aControls</span><span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">nWidth</span> := <span style=\"color: #000000;\">96</span><br />&nbsp;</div>[/code:38aqiupn]", "time": "01:48", "topic": "BUTTON individual width on bar", "username": "cnavarro" } ]
BUTTON individual width on bar
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Unfortunately those do not work.\n\nThe first option does not change the width.\n\nThe second option provides a create error ... \n\nTim", "time": "06:31", "topic": "BUTTON individual width on bar", "username": "TimStone" } ]
BUTTON individual width on bar
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":38w7836u]Unfortunately those do not work.\n\nThe first option does not change the width.\n\nThe second option provides a create error ... \n\nTim[/quote:38w7836u]\n\nMy sample run OK\n\n[img:38w7836u]https&#58;//s12&#46;postimg&#46;org/57vbydv4t/bar2&#46;png[/img:38w7836u]\n\n[code=fw:38w7836u]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><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;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">local</span> oWnd<br />   <span style=\"color: #00C800;\">local</span> oBar<br />   <span style=\"color: #00C800;\">local</span> oBtt1<br />   <span style=\"color: #00C800;\">local</span> oBtt2<br /><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">FROM</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">660</span>, <span style=\"color: #000000;\">1100</span> <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"Test\"</span> <span style=\"color: #0000ff;\">PIXEL</span><br /><br />      <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">48</span>, <span style=\"color: #000000;\">48</span> <span style=\"color: #0000ff;\">OF</span> oWnd<br />      <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtt1 <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Salir\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> oWnd:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> TOOLTIP <span style=\"color: #ff0000;\">\"Salir\"</span> <br />      oBtt1:<span style=\"color: #000000;\">nWidth</span> := <span style=\"color: #000000;\">96</span><br />      <span style=\"color: #B900B9;\">// or, also run OK</span><br />      <span style=\"color: #B900B9;\">//oBar:aControls[ 1 ]:nWidth := 96</span><br />      <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtt2 <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Test\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Test\"</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> TOOLTIP <span style=\"color: #ff0000;\">\"Test\"</span> <br />   <br />   <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <br /><br /><span style=\"color: #00C800;\">Return</span> <span style=\"color: #00C800;\">NIL</span><br /><br /> </div>[/code:38w7836u]", "time": "08:23", "topic": "BUTTON individual width on bar", "username": "cnavarro" } ]
BUTTON individual width on bar
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Works fine for me too. Great, I wasn't aware of it, thank you! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "11:37", "topic": "BUTTON individual width on bar", "username": "Enrico Maria Giordano" } ]
BUTTON individual width on bar
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "The buttonbar is on a DIALOG. \n\n\nSent from my iPhone using Tapatalk", "time": "16:01", "topic": "BUTTON individual width on bar", "username": "TimStone" } ]
BUTTON individual width on bar
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"cnavarro\":5yel7bx6][quote=\"TimStone\":5yel7bx6]Unfortunately those do not work.\n\nThe first option does not change the width.\n\nThe second option provides a create error ... \n\nTim[/quote:5yel7bx6]\n\nMy sample run OK\n\n[img:5yel7bx6]https&#58;//s12&#46;postimg&#46;org/57vbydv4t/bar2&#46;png[/img:5yel7bx6]\n\n[code=fw:5yel7bx6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><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;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">local</span> oWnd<br />   <span style=\"color: #00C800;\">local</span> oBar<br />   <span style=\"color: #00C800;\">local</span> oBtt1<br />   <span style=\"color: #00C800;\">local</span> oBtt2<br /><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">FROM</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">660</span>, <span style=\"color: #000000;\">1100</span> <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"Test\"</span> <span style=\"color: #0000ff;\">PIXEL</span><br /><br />      <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">48</span>, <span style=\"color: #000000;\">48</span> <span style=\"color: #0000ff;\">OF</span> oWnd<br />      <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtt1 <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Salir\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> oWnd:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> TOOLTIP <span style=\"color: #ff0000;\">\"Salir\"</span> <br />      oBtt1:<span style=\"color: #000000;\">nWidth</span> := <span style=\"color: #000000;\">96</span><br />      <span style=\"color: #B900B9;\">// or, also run OK</span><br />      <span style=\"color: #B900B9;\">//oBar:aControls[ 1 ]:nWidth := 96</span><br />      <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtt2 <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Test\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Test\"</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> TOOLTIP <span style=\"color: #ff0000;\">\"Test\"</span> <br />   <br />   <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <br /><br /><span style=\"color: #00C800;\">Return</span> <span style=\"color: #00C800;\">NIL</span><br /><br /> </div>[/code:5yel7bx6][/quote:5yel7bx6]\n\nExcelente, siempre quise hacer eso pero crei ajuro todos los botones llevaban el mismo tamaño, eso le pasa a uno por no leer las letras \"chiquitas\" en las CLASES, jeje. Gracias Navarro, como siempre sorprendiendo con tus aportes y ayudas...saludos... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -->", "time": "16:12", "topic": "BUTTON individual width on bar", "username": "joseluisysturiz" } ]
BUTTON individual width on bar
[ { "date": "2017-07-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:17iirzoq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />    <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar2 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">102</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">60</span>,<span style=\"color: #000000;\">60</span> <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">aDialogs</span><span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span> <span style=\"color: #000000;\">2015</span><br />            oBar2:<span style=\"color: #000000;\">bClrGrad</span> := aPubGrad<br /><br />    <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn2b <span style=\"color: #0000ff;\">OF</span> oBar2 <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"HRSAVE\"</span>  <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Save\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Save General Data\"</span> ;<br />        <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">saveWO</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">&#41;</span>, oFld:<span style=\"color: #0000ff;\">update</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />        <br />    <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn2c <span style=\"color: #0000ff;\">OF</span> oBar2 <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"CFXMBR\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"myCARFAX\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"myCarfax\"</span> <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Working\"</span> <span style=\"color: #000000;\">&#41;</span><br />    oBtn2c:<span style=\"color: #000000;\">nWidth</span> := <span style=\"color: #000000;\">120</span> <br /><br /> </div>[/code:17iirzoq]\n\nAll buttons, including the one I want to resize, are 60x60. In this application, there is a button bar on the dialog itself, and one on each of 8 folders. All work perfectly ... but would love to resize this one button to a double width. \n\nPLEASE NOTE: Because this is on a DIALOG, using resources, we have to use REDEFINE for the button bar. Thus, on the .rc file we define the button bar as:\n[code=fw:17iirzoq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp;CONTROL&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #ff0000;\">\"\"</span>, <span style=\"color: #000000;\">102</span>, <span style=\"color: #ff0000;\">\"TBar\"</span>, <span style=\"color: #000000;\">0</span>|WS_CHILD|WS_VISIBLE, <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">660</span>, <span style=\"color: #000000;\">30</span><br />&nbsp;</div>[/code:17iirzoq]\n\nWhat is happening is that the class is resizing the bitmap so it displays the full image, but in a 60x60 button rather than a 60x120 button, which makes it too small to read. Also, the button would normally be displayed without PROMPT, which I added here just for testing.\n\nIf you look at the DEFINE vs REDEFINE code for the button bar, you will see there is a significant difference which may lead to this problem.\n\nI am using FWH 17.06, Harbour, MSVC++ 2017\n\nTim\nTim", "time": "16:36", "topic": "BUTTON individual width on bar", "username": "TimStone" } ]
BUTTON individual width on bar
[ { "date": "2008-03-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi antonio.\n\nThe new territory nRow which moves with the BUTTON DESIGN and the nCol the law which it knows\n\nlDrag: =.t. It does, \n\nThe button moves and the nRow and nCol price of the button which moves newly?\n\n[code:21m2h0ll]\n\n @ &#40; 1*65&#41;+1-8,1004 BTNBMP oField&#91;01&#93; RESOURCE \"button\" CENTER PROMPT \"\" SIZE 272, 66 OF oWnd_Main NOBORDER ACTION test&#40;1&#41;\n\n\n hh &#58;= 1\n for kl&#58;= 0 to 3\n for kj &#58;= 0 to 5\n @ 110+&#40;kl*52&#41;, 15+&#40;kj*162&#41; BUTTONBMP oField&#91;19+hh&#93; PROMPT alltrim&#40;str&#40;hh,2&#41;&#41;+\" &#48264;\" OF oWnd_Main SIZE 160, 50 PIXEL FONT oFont3 //ACTION test&#40;hh&#41;\n //oField&#91;19+hh&#93;&#58;lUpdate &#58;= &#46;t&#46;\n oField&#91;19+hh&#93;&#58;lDrag &#58;= &#46;t&#46;\n hh += 1\n next\n next\n\nfunc test&#40;sno&#41;\n\nmsginfo&#40;oField&#91;20&#93;&#58;nBottom&#41;\nmsginfo&#40;oField&#91;20&#93;&#58;nRight&#41;\n\nretu nil\n\n[/code:21m2h0ll]", "time": "05:04", "topic": "BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.", "username": "yunbg1" } ]
BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.
[ { "date": "2008-03-25", "forum": "FiveWin for Harbour/xHarbour", "text": "Are you testing it in XP or in Vista ?", "time": "11:53", "topic": "BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.", "username": "Antonio Linares" } ]
BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.
[ { "date": "2008-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "winxp pro", "time": "06:20", "topic": "BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.", "username": "yunbg1" } ]
BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.
[ { "date": "2008-03-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Antonio.\n\nThank you.\n\nWith afterwords the error is born together. \n\nMe from the (DEFINE DIALOG) it wents using with the DESIGN.\n\n[code:c05n0bjs]\n\n//--------------------------------\nFUNC main&#40;&#41;\n\nDEFINE WINDOW oWnd_Main FROM 0, 0 TO 0, 0 COLOR CLR_BLACK, CLR_WHITE STYLE nOr&#40; WS_POPUP, WS_VISIBLE &#41; TITLE \"test\"\n\nACTIVATE WINDOW oWnd_Main MAXIMIZED ON INIT &#40; dlg&#40;&#41; &#41;\n\nRETU NIL\n\n//--------------------------------\nFUNC dlg&#40;&#41;\n \nDEFINE DIALOG oWndC OF oWnd_Main PIXEL FROM 90, 1 TO 980, 1100 STYLE nOr&#40;WS_CHILD&#41; COLOR CLR_BLACK, CLR_WHITE \n\n @ 10,10 BUTTONBMP oBut PROMPT \"test\" OF oWndC SIZE 52, 30 PIXEL FONT oFont1 DESIGN\n\nACTIVATE DIALOG oWndC\n\nRETU NIL\n[/code:c05n0bjs]\n\n====> Error Message\n\n Called from: .\\source\\classes\\WINDOW.PRG => WNDCREATEERROR(0)\n Called from: => TWINDOW:CREATE(0)\n Called from: => TWINDOW:NEW(0)\n Called from: => TBUTTONBMP:CHECKDOTS(0)\n Called from: => TBUTTON:NEW(0)\n Called from: => TBUTTONBMP:NEW(0)\n Called from: main.prg => TEST_SETTING(228)\n Called from: main.prg => (b)MAIN(119)\n Called from: => TBTNBMP:CLICK(0)\n Called from: => TBTNBMP:LBUTTONUP(0)\n Called from: => TWINDOW:HANDLEEVENT(0)\n Called from: => TBTNBMP:HANDLEEVENT(0)\n Called from: .\\source\\classes\\WINDOW.PRG => _FWH(0)\n Called from: => WINRUN(0)\n Called from: => TWINDOW:ACTIVATE(0)\n Called from: main.prg => MAIN(129)\n\n[code:c05n0bjs]\n @ 10,10 BUTTON oBut PROMPT \"test\" OF oWndC SIZE 52, 30 PIXEL FONT oFont1 DESIGN\n[/code:c05n0bjs]\n\n====> Error Message\n\n Called from: .\\source\\classes\\WINDOW.PRG => WNDCREATEERROR(0)\n Called from: => TWINDOW:CREATE(0)\n Called from: => TWINDOW:NEW(0)\n Called from: => TBUTTON:CHECKDOTS(0)\n Called from: => TBUTTON:NEW(0)\n Called from: main.prg => TEST_SETTING(228)\n Called from: main.prg => (b)MAIN(119)\n Called from: => TBTNBMP:CLICK(0)\n Called from: => TBTNBMP:LBUTTONUP(0)\n Called from: => TWINDOW:HANDLEEVENT(0)\n Called from: => TBTNBMP:HANDLEEVENT(0)\n Called from: .\\source\\classes\\WINDOW.PRG => _FWH(0)\n Called from: => WINRUN(0)\n Called from: => TWINDOW:ACTIVATE(0)\n Called from: main.prg => MAIN(129)", "time": "06:56", "topic": "BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.", "username": "yunbg1" } ]
BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.
[ { "date": "2006-03-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Everybody,\n\nI am trying (without success) to manipulate a button.\n\nI want to have a counter on the button and update it every time it is pressed.\n\nThis is an example:\n\n@ 1,1 BUTTON oBtnLap PROMPT \"LAP + (\"+alltrim(str(nLapCounter))+\")\" SIZE 50,25 of oDlg1 FONT oFontSmall UPDATE Action (nLapCounter++, TONE(440,1),oDlg1:Update())\n\nCan someone please help.\n\nThanks,\nJeff", "time": "01:30", "topic": "BUTTON question", "username": "Jeff Barnes" } ]
BUTTON question