messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2023-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel,\n\nAccording to google Bard it can be done this way:\n[code=fw:3961x1c1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <windows.h><br /><br />int main<s... | Another Question about FWH and Word |
[
{
"date": "2023-08-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nUnfortunately, I wasn't able to use your suggestion because I got a lot of errors.\n\nBut maybe I can solve it is you can help me to transate this VBA-sentence into FWH :[code=fw:2yug2lcp]<div class=\"fw\" id=\"{CB}\" ... | Another Question about FWH and Word |
[
{
"date": "2023-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel,\n\nchatgpt proposes this code, not sure if it will work as expected. You can easily port it to FWH\n[code=fw:1hc9zhrq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#in... | Another Question about FWH and Word |
[
{
"date": "2023-08-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Atonio,\n\nThank you for your efforts.\n\nUnfortunately, this isn't working.",
"time": "10:04",
"topic": "Another Question about FWH and Word",
"username": "driessen"
}
] | Another Question about FWH and Word |
[
{
"date": "2009-04-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dragging the horizontal thumb to the very right or left will cause a msgalert(\"1\") to appear.\n[img:3gc7emcj]http://img518.imageshack.us/img518/1183/xbrowse.jpg[/img:3gc7emcj]",
"time": "03:16",
"topic": ... | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tested using \\fwh\\samples\\testxbr3.prg with FWH 9.04 15th Apr. Still happens.\n\nMaybe this short video capture can show it better, <!-- m --><a class=\"postlink\" href=\"http://screencast.com/t/O7Rq5WHP\">http://screencast.com... | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes. This alert pops up even when we click on the horizontal thumbpos. There is no problem with vertical scroll bar",
"time": "05:12",
"topic": "Another bug in 9.04's xbrowse",
"username": "nageswaragunupudi"
}
] | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This problem started with version 9.03. version 9.02 works fine.",
"time": "05:32",
"topic": "Another bug in 9.04's xbrowse",
"username": "nageswaragunupudi"
}
] | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here is the bug\nPlease see line 2119 of XBrowse.Prg ( Method SelectCol( ... ) )\n[code=fw:2i8rss4v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">? ::<span style=\"color: #000000;\">nColSel</span> := <span styl... | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes! Thanks NageswaraRao! \n\nActually, what's the correct short-form for your name <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> ? Is it Nages?",
"time": "07:09",
"topi... | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nFixed, thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nWe have just published a new FWH 9.04 build.",
"time": "09:45",
"topic": "Another bug in 9.04's x... | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Hua\n\n>\nwhat's the correct short-form for your name ? Is it Nages?\n>\nYou may address me as Rao, or Nageswar.",
"time": "10:49",
"topic": "Another bug in 9.04's xbrowse",
"username": "nageswaragunupudi"
}
] | Another bug in 9.04's xbrowse |
[
{
"date": "2009-04-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":2j46ocj1]Mr Hua\nYou may address me as Rao, or Nageswar.[/quote:2j46ocj1]\n\nOk Mr Rao <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> Thanks again.",
... | Another bug in 9.04's xbrowse |
[
{
"date": "2007-04-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code:or4jtkan]#include \"Fivewin.ch\"\n\n\nFUNCTION MAIN()\n\n LOCAL oDlg, oBrw\n\n USE TEST\n\n DEFINE DIALOG oDlg\n\n @ 0, 0 LISTBOX oBrw FIELDS\n\n ACTIVATE DIALOG oDlg;\n ON INIT oDlg... | Another bug in TWBrowse scrollbar |
[
{
"date": "2007-04-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code:7yhll7jz]METHOD PageUp( nLines ) CLASS TWBrowse\n\n local nSkipped\n\n DEFAULT nLines := ::nRowCount()\n\n nSkipped = ::Skip( -nLines )\n\n if ( ::nLen := E... | Another bug in TWBrowse scrollbar |
[
{
"date": "2007-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\n> Try to press PAGEDOWN and then PAGEUP: the scrollbar should go back to the top but it doesn't. \n\nIn Vista is working fine without modifying the method. Going to try it in XP (edited: same behavior in XP).\n\nHow man... | Another bug in TWBrowse scrollbar |
[
{
"date": "2007-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No, you will see the problem only when you have a certain amount of record. I tried with xHarbour sample TEST.DBF that has 500 record.\n\nEMG",
"time": "08:07",
"topic": "Another bug in TWBrowse scrollbar",
"username":... | Another bug in TWBrowse scrollbar |
[
{
"date": "2007-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nThis seems the right fix. Its just needed to change the order of the call to ::VSetPos()\n[code:3memk2jx]\n...\n else\n\n if ::oVScroll != nil\n ::VSetPos(... | Another bug in TWBrowse scrollbar |
[
{
"date": "2007-04-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I confirm the fix, thank you!\n\nEMG",
"time": "17:32",
"topic": "Another bug in TWBrowse scrollbar",
"username": "Enrico Maria Giordano"
}
] | Another bug in TWBrowse scrollbar |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm preparing a sample. Please delay the release of the new FWH build...\n\nEMG",
"time": "10:37",
"topic": "Another bug in menu",
"username": "Enrico Maria Giordano"
}
] | Another bug in menu |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here it is:\n\n[code=fw:4yqyd83m]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><br /><span style=\"... | Another bug in menu |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The bugs:\n\n1. the area to the right of the menu is not properly painted\n\n2. Pressing ALT-2 you will get 1 instead of 2\n\n3. Pressing ALT-1 and then ESC and ESC again the menu icon to the left vanishes\n\nEMG",
"time": "10... | Another bug in menu |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, I'm watching your example\nThis bug also it appears with previous versions FWH 15.04\nI tried it with version 13.12\nYou can check this?\nExcept that is to correctly paint the menubar\n\nAnyway, obviously I will look how t... | Another bug in menu |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"cnavarro\":14p7k71r]Enrico, I'm watching your example\nThis bug also it appears with previous versions FWH 15.04\nI tried it with version 13.12\nYou can check this?\nExcept that is to correctly paint the menubar\n\nAnyway... | Another bug in menu |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, thanks for you feedback",
"time": "12:27",
"topic": "Another bug in menu",
"username": "cnavarro"
}
] | Another bug in menu |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, bug 1 fixed\n\nMenubar is painted correctly\n\n[url=http://postimage.org/:2eb5gcop][img:2eb5gcop]http://s21.postimg.org/j3vqmi1h3/Title247.png[/img:2eb5gcop][/url:2eb5gcop]",
"time": "12:50",
... | Another bug in menu |
[
{
"date": "2015-12-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Cristobal,\n\ngreat! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG",
"time": "12:53",
"topic": "Another bug in menu",
"username": "Enrico Maria Giordano"
}... | Another bug in menu |
[
{
"date": "2016-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":vc9kn96y]Cristobal,\n\ngreat! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG[/quote:vc9kn96y]\n\nEnrico\n\nI'm working in it\nIn the next... | Another bug in menu |
[
{
"date": "2016-01-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you, Cristobal!\n\nEMG",
"time": "13:09",
"topic": "Another bug in menu",
"username": "Enrico Maria Giordano"
}
] | Another bug in menu |
[
{
"date": "2018-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I 'm trying to run a small test into Lan Network\n\nNow it seem run, I can open and save customer.dbf\n\n[img:1oze71j6]https://i.postimg.cc/1z6nQ4Y2/n.png[/img:1oze71j6]\n\nI made\n\n[b:1oze71j6]USE &(oApp():cDb... | Another for Lan Network |
[
{
"date": "2018-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There are two methods of file locking, optimistic and pessimistic.\n\nWith optimistic, the user loads and edits the file, then when they are done, the record is locked, saved, and unlocked.\n\nWith pessimistic, the record is locke... | Another for Lan Network |
[
{
"date": "2018-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "James, \nfor this topic I not use tdata but only new share",
"time": "17:05",
"topic": "Another for Lan Network",
"username": "Silvio.Falconi"
}
] | Another for Lan Network |
[
{
"date": "2018-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Silvio\nIf you want the behavior you descript you must lock the record when the user starts editing the record.\nYou lock immediately before saving the changes. So another user can delete the record in the mean time. \nThen... | Another for Lan Network |
[
{
"date": "2018-11-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio,\n\nI can't think of a good reason to ever delete a customer. Perhaps move them to an \"archive\" database after a certain period of inactivity, but I wouldn't delete them.\n\nIf you allowed a customer to be deleted then yo... | Another for Lan Network |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I must create two index ord on a table of a Mdb\n\nMdb : ecom\nTable : Utenti\n\nfirst = Id\nsecond = cognome\n\nHow I must make it ?",
"time": "12:07",
"topic": "Another for MDB recorset",
"username": "Silvio"
}
] | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "When we deal with RDMS, it is not necessary to create any index to read the table in a particular order. Careful choice of indexes on very large table improves the performance of queries. \n\nIf you want to read the columns in t... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "i WANTED TO CREATE A TAB WITH TWO FOLDER\nON THE FIRST i MUST INSERT \"id\" AND ON THE SECOND \"cOGNOME\"\n\nWHEN i CLICK ON FIRST TAB THE XBROWSE MUST CHANGE VISUALIZATION\n @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "For RecordSets:\n\noRs:Sort := \"ID\"\n\nis equilvalent to ALIAS->(ORDSETFOCUS(\"ID\"))\n\nYou can change sort orders viewed by simply assigning the values to oRs:Sort\n\nExamples:\n\noRs:Sort := \"COLNAME\"\noBrw:Refresh()",
... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok but Ihave an variable \nnOrder := 1\n\nand then on tab I insert \n\n ACTION ( [b:3uxd3vmf]nOrder[/b:3uxd3vmf] := oApp():oTab:nOption ,;\n oRs:Sort := ([b:3uxd3vmf]nOrder[/b:3uxd3vmf]),;\n oRs:MoveFi... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You should assign column name or names delimited by commas. Not Numeric Values.\n\nCORRECT :\noRs:Sort := 'ID' \noRs:Sort := 'COGNOME'\n\nWRONG:\noRs:Sort := 1 or 2\n\nTry something like this:\n\n[code:2jgx799z]\n ACTION ( ... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Now I made \n\n @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ;\n OPTION nOrder SIZE oApp():oWndMain:nWidth()-50, 12 PIXEL OF oApp():oDlg ;\n ITEMS ' First ', ' Last ' ;\n ACTION ( nOrder := oApp():oTab:nOptio... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "> 'm afraid thart oRs:Sort take only filed name and not field number \n\nYes. It takes only field name. but not field number.\n\nmake sure you assign the right field names to oRs:Sort",
"time": "14:03",
"topic": "Another f... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I made this but not run \n\noRs:Sort :=iff( norder=1, oRs:Fields( \"ID\" ):Name,oRs:Fields( \"Cognome\" ):Name);",
"time": "14:07",
"topic": "Another for MDB recorset",
"username": "Silvio"
}
] | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "and \n\n\n @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ;\n OPTION nOrder SIZE oApp():oWndMain:nWidth()-50, 12 PIXEL OF oApp():oDlg ;\n ITEMS ' First ', ' Last ' ;\n ACTION ( nOrder := oApp():oTab:nOption ,;... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I try also this but not run \n\n\n@ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ;\n OPTION nOrder SIZE oApp():oWndMain:nWidth()-50, 12 PIXEL OF oApp():oDlg ;\n ITEMS ' First ', ' Last ' ;\n ACTION ( nOrder := oA... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please send to my personal email, zip of your mdb, if it is not confidential. I send back a simple working code, which you can incorporate.",
"time": "14:26",
"topic": "Another for MDB recorset",
"username": "nageswara... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "> if( norder=1, oRs:Sort := 'ID' ,oRs:Sort := 'COGNOME' ),;\n\nThis should run ok.",
"time": "14:59",
"topic": "Another for MDB recorset",
"username": "nageswaragunupudi"
}
] | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "question ... on a related note .. consider this query :\n\nSelect lname,fname from Customer order by lname\n...\n...\n\nlets say I want to re-order my existing recordset created by the above query .. are you saying I can oRs:Sort ... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Rick Liptin\n\n>\nets say I want to re-order my existing recordset created by the above query .. are you saying I can oRs:Sort := 'fname' to reorder ?? \n>\n\nYes.\n\n>\nor do I need to re-create the query with order by fname ?... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Outstanding .. I did not know you can re-sort a recordset .. many times I have a 'find' routine that I need to re-order the same information .. to do this I have used my origional order by query ( lname ) and if I needed to find ... | Another for MDB recorset |
[
{
"date": "2008-02-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Rick Liptin\n\nStill Find is very powerful. It is like our classical locate and locate next in xBase. But we can as well use it in the place of Seek.\n\n> but the filter is a bit clumsy and you have to release the filter \n\nY... | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NageswaraRao,\n\nCan you sort recordsets on more complex information like concantated multiple fields? How about descending?\n\nJames",
"time": "02:12",
"topic": "Another for MDB recorset",
"username": "James Bott"
}... | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr James\n\nYes\n\noRs:Sort := \"FIRST , CITY DESC\" \nASC is assumed if not specified.\n\nalso we can sort on multiple fields of char, number, dates etc.",
"time": "02:36",
"topic": "Another for MDB recorset",
"user... | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm afrad that Sort() method works only with MDB. As an example, it doesn't work with MSDE.\n\nEMG",
"time": "09:22",
"topic": "Another for MDB recorset",
"username": "Enrico Maria Giordano"
}
] | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sort works with MDB, Oracle, MSSQL Server.\n\nActually it is an internal feature of ADO and has nothing to do with the data provider, because the ADO engine sorts the recordset within memory totally on the client. The server does... | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Enrico\n\n[quote=\"Enrico Maria Giordano\":3ojfphdw]I'm afrad that Sort() method works only with MDB. As an example, it doesn't work with MSDE.\n\nEMG[/quote:3ojfphdw]\n\nI have not worked with MSDE. May I know how is your expe... | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":2tuvhja2]I have not worked with MSDE. May I know how is your experience with the product? Do you think we can do development work with this before we test on real servers ? \n\nThanks in advance.[/quot... | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is the sample I tried:\n\n[code:1eazt2yk]#define adOpenForwardOnly 0\n#define adOpenKeyset 1\n#define adOpenDynamic 2\n#define adOpenStatic 3\n\n#define adLockReadOnly 1\n#define adLockPessimistic 2\n... | Another for MDB recorset |
[
{
"date": "2008-02-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Found! I have to use\n\n[code:1kwob13q]oRs:CursorLocation = adUseClient[/code:1kwob13q]\n\nIt is perfectly logical. But still I don't know if it is a good idea to use a technique that forces client cursor usage.\n\nEMG",
"... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Enrico\n\nYou found the reason. Most of the data and methods do not work on serverside cursors and some work only for serverside cursors but not for clientside.\n\nI have a few advices to make in general, based on theory, widel... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "EMG or nageswaragunupudi\n\n\nI must implement an TAB \nI want inser this tab to the bottom of a xbrowse\nwhen I clicl on a folder the Xbrowse must order the record to one order\n\n@ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():o... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I think we discussed this earlier. Depending on nOption, set oRs:Sort := <columnname>, oBrw:Refresh().\n\nMake sure you opened the recordset with adUseClient option. The above code will work",
"time": "09:04",
"topic": "An... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":zh7f4662]I have seen in our forums that every record set is opened with connection information.[/quote:zh7f4662]\n\nThey are only minimal samples. Nothing more.\n\n[quote=\"nageswaragunupudi\":zh7f4662... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "nageswaragunupudi,\n\nThanks for the client-side/server-side cursor explanations.\n\n> Open one connection at the beginning and store it in a global variable ( better as a return value of a function ). \n\nThis sounds like good us... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear nageswaragunupudi\nI made a s you sad but it make erro on Sort command\nI try with :\nors:sort:=\"First\" \nor \nors:sort:field(\"first\"):value \nor \nors:sort:field(\"first\")::name \n\nI must create a small sample to see i... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr James\n\nYes thats is what I suggest.\n\nYou and me being OOPS fans, we better have a Class for Connection. Make a base class for Ado Connection and then we have derived classes for oracle, mssql, etc. with their specific feat... | Another for MDB recorset |
[
{
"date": "2008-02-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Silvio\n\nPlease make a very short program.\nOpen recordset.\nThen write this line oRs:Sort := <first column name>\nPost the code here.",
"time": "10:18",
"topic": "Another for MDB recorset",
"username": "nageswarag... | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "try it \n\n[code:4wkyq5oc]\n#include \"FiveWin.ch\"\n#include \"Splitter.ch\"\n\n\nSTATIC oDb, oRs\n\n\nFUNCTION Customer()\n\n LOCAL aBrowse\n LOCAL nSplit :=102\n LOCAL nOrder :=1\n LOCAL nRecno :=1\n... | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please insert this line \noRs:CursorLocation := 3 \njust after creating the recordset object\n[code:3kp2lrdl]\n oRs = CREATEOBJECT( \"ADODB.Recordset\" )\n\n oRs:CursorLocation := 3 // insert this line... | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks now run ok",
"time": "10:22",
"topic": "Another for MDB recorset",
"username": "Silvio"
}
] | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "THE PROBLEM IS ANOTHER :\n\nNOW i MUST SORT ON TWO FIELD :\n\n if( norder=1, oRs:Sort := 'ID' ,oRs:Sort := 'COGNOME' ),;\n\n\nBUT IF i MUST SORT ON MANY FIELDS HOW i CAN MAKE ?\n\ni NEED CREATE SOMETHING OF \n\n @ oBrw:nBottom+1... | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "oRs:Sort := \"ID,COGNOME\"",
"time": "10:27",
"topic": "Another for MDB recorset",
"username": "nageswaragunupudi"
}
] | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok but I have a variable norder\n\nand this variable I must use with Tab noption\n\nthe sort read only the field name oRs:sort:=\"Id,cognome,nome\"\n\nbut there is not a command to sort on number of field ?\n\nsample \n\noRs:sort... | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": ">\nbut there is not a command to sort on number of field ? \n>\n\nNO\n\n>\noRs:sort=norder \n>\n\nInstead, you create an array of sort orders. example:\naOrders := { \"ID\", \"ONE,TWO\", \"ID,NAME DESC\", .... }\n\nthen depending ... | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok this is a good idea i try to improved it",
"time": "10:40",
"topic": "Another for MDB recorset",
"username": "Silvio"
}
] | Another for MDB recorset |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ok this run ok \n[code:218uxccn]\n#include \"FiveWin.ch\"\n#include \"Splitter.ch\"\n\n\nSTATIC oDb, oRs\n\n\nFUNCTION Customer()\n\n LOCAL aBrowse\n LOCAL nSplit :=102\n LOCAL nOrder :=1\n LOCAL nRecno ... | Another for MDB recorset |
[
{
"date": "2018-04-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I understood that there is an sample called sockserv.prg \n\nOne time I run the exe it listen if there are oclients on lan ( sockcli.prg)\n\n\nI understood I must make an array to save all client is connected to server ( I mus... | Another for Sockserv and sockcli |
[
{
"date": "2013-03-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Friend,\nLook this please \n\n\n[img:s8i756zd]http://img823.imageshack.us/img823/7321/errport1.jpg[/img:s8i756zd]\n\n\nthe procedure does not show exactly the right reservation \n\non My archive I have the ro... | Another for date Range |
[
{
"date": "2013-10-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I saw the fwstring not show the character & for the button .... why ?\n\n[img:37m23l36]http://img820.imageshack.us/img820/7527/4v6g.jpg[/img:37m23l36]",
"time": "16:38",
"topic": "Another for fwstring",
... | Another for fwstring |
[
{
"date": "2011-11-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nI had a look at a 32 Bit-Resource-editor I found.\nFor the Moment, I don`t have the Time, to test it ( to big )\nSome Futures are included, I didn't see before ( visual design ).\nMaybe useful for FWH-users ( it seems, A... | Another free 32 Bit Resource-Editor ( maybe useful ? ) |
[
{
"date": "2011-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n\nVery good, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nAlready available from FiveWin Contributions site:\n[url:4jzh2qva]http://code.google.com... | Another free 32 Bit Resource-Editor ( maybe useful ? ) |
[
{
"date": "2020-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi !,\n\nToday connected the group of mod Harbour and commmanded by Mr. Antonio we have entered the dimension of being able to debug at the harbour code level with Visual Code.\n\nSimply spectacular !\n\nC.",
"time": "18:58",
... | Another historic moment in Harbour ... |
[
{
"date": "2020-06-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "1. Download and install Visual Studio Community from here:\n[url:266s5z2o]https://visualstudio.microsoft.com/vs/community/[/url:266s5z2o]\n\n2. git clone <!-- m --><a class=\"postlink\" href=\"https://github.com/FiveTe... | Another historic moment in Harbour ... |
[
{
"date": "2020-06-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[url:123vs0mz]https://youtu.be/VYA7B1otyVo[/url:123vs0mz]",
"time": "07:59",
"topic": "Another historic moment in Harbour ...",
"username": "Antonio Linares"
}
] | Another historic moment in Harbour ... |
[
{
"date": "2009-12-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello friends of the forum.\n\nI've been testing the evaluation Image2PDF DLL, I made use of \"RPrevUserBtns\" from the main program for which I work on all reports and works well:\n\n[code=fw:rpz5k7hs]<div class=\"fw\" id=\"{CB}\... | Another more about RPreview and Image2PDF |
[
{
"date": "2009-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello again\n\nI just wanted to make mention that the images, are on the same page.\nI know I can add pictures in a different page.\n\nWith the instruction:\n\n[code=fw:2tp9d63n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: m... | Another more about RPreview and Image2PDF |
[
{
"date": "2009-12-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is no problem having images in the same page , i don't know about ehe evaluation version , maybe ...\n\ntry adding this\n\n iErr := I2PDF_MetaToNativePDF()\n iErr := I2PDF_MetaTextFitBoundingRect()\n iErr := I2PDF_UseE... | Another more about RPreview and Image2PDF |
[
{
"date": "2009-12-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Richard, I appreciate your time.\n\nTry suggesting, not turned, and still more, download the trial version 2.52, and neither, I will be inclined to think that being a demo.\n\nYet despite that, engaging in the purchase.\n\nBest re... | Another more about RPreview and Image2PDF |
[
{
"date": "2010-08-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hola \nnecesito convertir wmf a pdf, pero en este codigo no veo como enviar el oPreview...¿?\n\nalguien tiene el codigo completo\ngracias\nsaludos",
"time": "16:50",
"topic": "Another more about RPreview and Image2PDF",
... | Another more about RPreview and Image2PDF |
[
{
"date": "2020-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I use btnbmp to open a Selection as you can see on this snapshot \n\n[img:3g8euama]https://i.postimg.cc/9MDvNzgL/ttttt.png[/img:3g8euama]\n\nwhen I click on btnbmp is on the dialog lookup return this error\n\nthis... | Another problem with Btnbmp |
[
{
"date": "2020-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In the function ElementiVicini, declare oBtn as local variable",
"time": "09:31",
"topic": "Another problem with Btnbmp",
"username": "nageswaragunupudi"
}
] | Another problem with Btnbmp |
[
{
"date": "2020-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "make the same",
"time": "09:51",
"topic": "Another problem with Btnbmp",
"username": "Silvio.Falconi"
}
] | Another problem with Btnbmp |
[
{
"date": "2011-04-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nagain I've found a problem with TFolderEx. Everything right from and beneath the checkbox I go over with the mouse disappears.\n\nIt only happens with windows XP (and XP-Mode on Win7) using the classic design of windows XP ... | Another problem with TFolderEx |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\r\n\r\nI have a very strange problem with dialog boxes. The dialog boxes are build from resources.\r\n\r\nThe code looks like this :[code:qtfuif89]PRIVATE LnDlg,ClkDlg\n......\n\nDEFINE DIALOG LnDlg ... | Another problem with dialog boxes |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\r\n\r\nYou are using private variables and non modal dialogboxes. As they are non modal, the execution of the PRG does not stop there and you exit from your function and those private variables get destroyed.\r\n\r\nPlease... | Another problem with dialog boxes |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\r\n\r\nThanks for your quick answer.\r\n\r\nI defined those variables as PRIVATE right at the start of my main program. Is that not the same as a STATIC variable ?\r\n\r\nI'll try your suggestion and I let you know the ou... | Another problem with dialog boxes |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\r\n\r\nThen use public variables",
"time": "16:32",
"topic": "Another problem with dialog boxes",
"username": "Antonio Linares"
}
] | Another problem with dialog boxes |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\r\n\r\nI changed the PRIVATE variables first to STATIC variables.\r\n\r\nAt the ClkDlg:End(), I got an error that \"Variable ClkDlg doesn't exist\".\r\n\r\nThen I changed those variables to PUBLIC variables but than the b... | Another problem with dialog boxes |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel,\r\n\r\nCould you provide me a small example to test here ? thanks <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "16:52",
"topic": "Another problem wit... | Another problem with dialog boxes |
[
{
"date": "2008-09-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\r\n\r\nI wish I could provide you with a example.\r\n\r\nIt a some very small parts of a huge application (more than 120.000 lines of code). Second problem that OLE is involved (for a connection with Word).\r\n\r\nI'll tr... | Another problem with dialog boxes |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.