messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2015-05-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nThis is a access limitation.\nI get the same error. Record too big\n\nWith MySql perfect!",
"time": "17:14",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nCould you provide a URL for the most recent ADORDD version ? thanks",
"time": "11:34",
"topic": "ADO RDD xHarbour",
"username": "Antonio Linares"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYou have to wait that Antonio finishes some bugs, as current version is still not usable.",
"time": "13:56",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nadordd emailed.\n\nAntonio,\n\nWe are still finishing some parts I expect to publish it again tomorrow evening.\n\nMeantime I need to alter FILE() to check if the table or index exists in the DB.\n\nHow can we do it?",... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYou can't modify File() behavior as far as I know as it is a standard Harbour function.\n\nYou can use FWH function FW_AdoTableExists( cAdoTable, oConnection )",
"time": "08:56",
"topic": "ADO RDD xHarbour",
... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nOk but I think it would make sense.",
"time": "09:17",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI sent an email with bugs and fixes proposed.\n\nAbout FILE, for checking dbfs I have a function like this:\n\n[code=fw:3r880fnu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAbout dbcreate autoincrement field, we sould use Ains instead of Aad:\n\n[code=fw:o1oynop1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">AIns<span style=\"color: #000000;\">(</span> aCols, <span s... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello! For me only the MS SQL Server is important. \nThis text from MSDN should be respected:\n[quote:2xzdha91]Note\nIf you are connecting to a data source provider that supports Windows authentication, you should specify Trusted_... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Gunther,\n\nThe dbcreate() should work with mssql but unfortunately I can only try it with MySql.\n\nIs it because of the connection string without user and password ?\n\nCan you try it yourself altering the connection parameters ... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"lucasdebeltran\":cpyzkqid]Antonio,\n\nAbout dbcreate autoincrement field, we sould use Ains instead of Aad:\n\n[code=fw:cpyzkqid]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">AIns<span style=\"color: #00... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSorry, I don´t understand.\n\nWe have to check it at FUNCTION ADOSTRUCTTOSQL().\n\nIf the programmer has indicated in aStruct the autoincremental field, it´s perfect, nothing to be done.\n\nOtherwhise:\n\n[code=fw:1qx8... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nThis is in ado_open() for next fields\n\n[code=fw:3ov2x4bt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00C800;\">IF</span> ADO_FIELDSTRUCT<span style=\... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "adordd its working quite well but still some adjustments to do. (MySql)\n\nOur client is working with the app with adordd in MySql in parallel with the same app with ADS comparing all transactions and behavior between the two. He ... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI am also having trouble with MySQL.\n\nFor somehow, at ADOFINDREC() oRecordSet:AbsolutePosition := IF( oRS:AbsolutePosition == adPosEOF, oRS:RecordCount() + 1, oRS:AbsolutePosition )\n\nis set to -1, and it gives a... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nYou don't have recno field and your cursor doesn't support bookmarks.\n\nPlease note that although the code foresee a situation where you don't have hbrenco results would be unpredictable in some circumstances. \n\nIf yo... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYes, I do have HBRECNO and I am using your code.\n\nIn fact, at ADO_OPEN( nWA, aOpenInfo ), you added :\n\n IF EMPTY(aWAData[WA_FIELDRECNO]) //DONT HAVE ANY AUTO INC FIELD USE AS RECNO CREATE\n ....\n\n\nWell, despit... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nIf it is the first field can be 0!\n\nMight be a bug. \nIn all our tables its always the last field and I suspect that with zero IF EMPTY(aWAData[WA_FIELDRECNO]) rerturns .t..\n\nPlease try delete hbrecno and add it to ... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAnother bug in ADO_APPEND() and MySQL.\n\nDates are not saved into aVals, so oRs:AddNew( aCols, aVals ) fails.\n\nAlso maybe a problem with empty dates?.",
"time": "18:34",
"topic": "ADO RDD xHarbour",
"u... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote:32iiviic]Please try delete hbrecno and add it to the end of all fields.[/quote:32iiviic]\n\nYes, in that case works, but I think HBRECNO should be the first field, also as the PRIMARY KEY.\n\nThank you.",
"t... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:ci9r75zo]\nAnother bug in ADO_APPEND() and MySQL.\n\nDates are not saved into aVals, so oRs:AddNew( aCols, aVals ) fails.\n\nAlso maybe a problem with empty dates?.\n[/quote:ci9r75zo]\n\nHere working ok.\n\n[code=... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nIt´s with MySQL.\n\nAt ADO_APPEND, i checked aVals and date fields very empty.\n\nAre you testing with Access or MySQL?.\n\nWith ACCESS Works fine.",
"time": "19:20",
"topic": "ADO RDD xHarbour",
"username"... | ADO RDD xHarbour |
[
{
"date": "2015-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nMySql and its working ok.",
"time": "19:22",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"lucasdebeltran\":15942jlr]Antonio,\n\nIt´s with MySQL.\n\nAt ADO_APPEND, i checked aVals and date fields very empty.\n\nAre you testing with Access or MySQL?.\n\nWith ACCESS Works fine.[/quote:15942jlr]\n\nThis might be d... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nBasic :filter ready.\n\nPlease note that expressions like '.. month(fielddate) =' are invalid.\nWe cant use functions in field expressions.\n\nThe only way to use standard filter expressions is like in the mail Ive sent... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nNo, the replace is as follows:\n\nREPLACE FIELD->FECHA WITH Date().\n\nHere is MySQL capture:\n\n[img:2vbpi6sl]http://i60.tinypic.com/ehej9z.png[/img:2vbpi6sl]\n\nAbout filtering, I don´t understand. AD... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nMailed you last version.\n\n[quote:171npgya]cCondicion := \"Dtoc( FIELD->FECHA ) >= \" + chr( 34 ) + Dtoc( dFecha1 ) + chr( 34 ) + ;\n \" .AND. Dtoc( FIELD->FECHA ) <= \" + chr( 34 ) + Dtoc( dFecha2 ) + ch... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:1m7w63eb]No, the replace is as follows:\n\nREPLACE FIELD->FECHA WITH Date().\n[/quote:1m7w63eb]\n\nHere with MySql it works so must be a configuration issue.\n\nHere fielddate is:\nFIELDDATE DATE NULL DEFAULT NULL... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nYour MySql innoDB ?",
"time": "10:10",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWith the version you just send me, there are some bugs so far:\n\nAt, ADOFINDREC(), oRecordSet:AbsolutePosition := IF( oRS:AbsolutePosition == adPosEOF, oRS:RecordCount() + 1, oRS:AbsolutePosition ) is failing, as IF... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Fix for HBRECNO creating:\n\n[code=fw:1kew1pv8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ADO_CREATE<sp... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:2tu34i3j]\nAntonio,\n\nWith the version you just send me, there are some bugs so far:\n\nAt, ADOFINDREC(), oRecordSet:AbsolutePosition := IF( oRS:AbsolutePosition == adPosEOF, oRS:RecordCount() + 1, oRS:AbsolutePo... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWith my previous code for HBRECNO, ADOFINDREC() does not fail.\n\n\nThank you.",
"time": "10:36",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nDbAppend(, ADO_APPEND(), fails with dates here:\n\n[code=fw:1gnop0pg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> AADD<span style=\"color: #000000;\">(</... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI asked about empty dates at append blank.\n\nAlso, SET FILTER does not suport values, i.e:\n\n[code=fw:1btupuaa]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SET FILTER <span style=\"color: #00... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:1kvyet68]It does not support an empty CTDOD().[/quote:1kvyet68]\n\nHow can it work here like that? adordd its prepared to consider 31/12/1899 as empty date.\nWe place 31/12/1899?\n\n[quote:1kvyet68]With my previou... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:21606f89]I asked about empty dates at append blank.[/quote:21606f89]\n\nPlease explain.\n\n[quote:21606f89]Also, SET FILTER does not suport values, i.e:\n\nCode:\n\nSET FILTER TO LUCAS->NAME == cName\n \n[/quote:2... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAbout filtering, is not possible at SqlTranslate() to evalutate cName, so as to get its value and build the filter?.",
"time": "11:50",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAt ADOAPPEND(), and using Mr. Nages advice, this is the proper fix:\n\n[code=fw:2s4fo7x1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> AADD<span s... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI get this error:\n\n[quote:3qluylq5]\n\n [0x80040E38][Microsoft Cursor Engine] Row cannot be located for updating. Some values may have been changed since it was last read\n\n Error description: (DOS Error -2147352... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "But current NAME is LUCAS DE BELTRAN, not 50 or 34 chars.",
"time": "13:24",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:65yab36l]\nDO_PUTVALUE( 1503 ) -> oRecordSet:Update()\n\noRecordSet:Fields( nField - 1 ):Value := xValue\noRecordSet:Update()\n\n\nThis is my code:\n\nREPLACE FACTURAS->NOMBRE WITH CLIENTES->NOMBRE\n.... and so on... | ADO RDD xHarbour |
[
{
"date": "2015-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI don´t understand what you say about dates.\n\nYour xHarbour version has a bug, but recent Harbour and xHarbour must have an emtpy date, and it´s achieved by using AdoNull().\n\nThis code at ADO_APPEND() works fine an... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nFilters without any change in the app code. (I dont know about performance)\n\n[code=fw:19h85cvh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">STATIC</span> <span s... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThank you.\n\nADO_CLEARFILTER() should be as follows:\n\n[code=fw:334ypifg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: ... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nDid it work ?\n\nI only can test it here today with ADS LOCAL and although all get all bookmarks it only displays one in browse().",
"time": "14:31",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nNo it didn´t.\n\naBookMarks almost always get all the values matching the filter.\n\nBut many times after SET FILTER command, the dbf is empty!!.\n\nAny possible clue?.\n\nMaybe, at oRecordSet:Filter instead of BookMar... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nI assume that you placed a msgselect to inspect aBookmarks.\nPlease note that aBookmarks order change accordingly to the index order.\nHere I always get all matches in aBookmarks.\n\nThe problem is that only shows one in... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nYes, I inspected aBookmarks and I saw that all matches were in aBookmarks.\n\nHowever, most of times I get no records. Please use MySQL instead of ADS.\n\nAs far as I know, :Bookmark is managed by ADO itself:\n<!-- m -... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nAcc to documentation with aduseclient bookmarks are always assured by ado.\n\nI cant test it today with Mysql only tomorrow.\n\nado its taking care of bookmarks and yes sometimes they might have strange values because th... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nPlease check this <!-- m --><a class=\"postlink\" href=\"http://en.wikipedia.org/wiki/Variant_type\">http://en.wikipedia.org/wiki/Variant_type</a><!-- m -->",
"time": "15:33",
"topic": "ADO RDD xHarbour",
"us... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI did this test:\n\n[code=fw:1ffq0yax]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> <span style=\"color: #00C800;\">DO</span> <span style=\"color: #00C800;\">WHI... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nTry set filter to fieldrecn = nrecno and fieldrecn =nrecno\n\nDoes it works?",
"time": "16:09",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nComment this in ado_setfilter\n\n[quote:1qt5cgfw]\n* ADO_GOTOID( nWA, nRecNo )\n\t\n\tIF oRecordSet:Eof() //does not have this rec in filter lets gotop\n\t ADO_GOTOP(nWa)\n\tENDIF\n\t*/ \n[/quote:1qt5cgfw]\n\nDid i... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n\nYes!!, now commenting out such lines oRecordSet:Filter := aBookMarks works perfect!!!.\n\nCongratulations.\n\nI am going to send you an email with minor bugs.\n\nThank you.",
"time": "16:48",
"topic": "ADO... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nI assume then you are using this:\n\n[code=fw:3pmx0ubq]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #00C800;\">DO</span> <span style=\"color: #00C800;\">WHILE</span> ! ... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nNo, I am using AADD( aBookMarks, oRecordSet:BookMark )\n\nI think your approach is the same as SQLRDD.\n\nAnd also, we have Scopes, faster that Filters.",
"time": "17:04",
"topic": "ADO RDD xHarbou... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nOk Great <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> I miss understood it \n\nCan you now try it with your app?\n\nIt would be great to have your comments.\n\n... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI am already testing with my App.\n\nSo that´s how I discovered most bugs and the one at dbseek().\n\nThank you.",
"time": "17:23",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "New version adordd <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->",
"time": "18:39",
"topic": "ADO RDD xHarbour",
"username": "A... | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nDbFilter() does not return the filter expresión.\n\nAlso, OrdSetFocus() when there is an active filter fails.\n\nThank you.",
"time": "21:18",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAs you change position to HBRECNO at ADO_CREATE(), this fix is required to handle the array:\n\n[code=fw:2tfli1no]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> <span style=\"c... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:2wtatgr7]\nDbFilter() does not return the filter expresión.\n[/quote:2wtatgr7]\n\nCorrected!\n\n[quote:2wtatgr7]Also, OrdSetFocus() when there is an active filter fails.[/quote:2wtatgr7]\n\nHere seems to be workin... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote=\"lucasdebeltran\":30v22exr]Antonio,\n\nAs you change position to HBRECNO at ADO_CREATE(), this fix is required to handle the array:\n\n[code=fw:30v22exr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospac... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nTo debug OrdSetFocus(), I need the fix for dbfilter() please, to trace the problem.\n\nIt my be related when appending of replacing records, the filter is cleared?.\n\nI don´t know if it happened before.\n\nAbout Array... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nCheck you email.",
"time": "11:29",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nOrdsetfocus() with filters seems to be working ok here. (MySql)",
"time": "11:32",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nAnd when the INDEX TAG has a condition?.\n\nThank you.",
"time": "12:28",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nI didnt try it. \nAs soon as I have some time we ll try it.",
"time": "12:39",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nSet filter is not working fine.\n\naBookMarks is always is righ.\n\nHowever, sometimes I get only one record, when I should get three records.\n\nEven, at Browse I see three of them, but I i click on the browse, the cu... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nPlease try:\n\n1st without indexes. Is it working ?\n\n2nd indexes without condition. Is it working ?\n\n3rd indexes with condition. Is it working ?\n\nHere with browse() 1st and 2nd working. (MYSQL)\n\nI suspect that ha... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nUse this in adordd (i dont know if your version has already ADO_FILTERTEXT\n\nif not place this in ADORDD_GETFUNCTABLE\naADOFunc[ UR_FILTERTEXT ] := (@ADO_FILTERTEXT())\n\nand replace with this\n\n[code=fw:gypa73j8]<di... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nOrdKeyCount() seems ok, but reccount() gets wrong results, adding more records that the ones concerning the filter.\n\nHave you tested with xBrowse().",
"time": "16:04",
"topic": "ADO RDD xHarbour",
"userna... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI tested same filter with DBFCDX and RecCount() also is different in DBFCDX from OrdKeyCount(). I am lost.\n\nThis is how xBrowse sets the RDD:\n\n[code=fw:b409sfov]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mo... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n\nI cant work with xBrowse()\n\n[code=fw:156dlp2y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ADO_RECCOUNT... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThis is the same ADO_RECCOUNT() as current, isn´t it?.\n\nWhy can´t you work with xBrowse()?.\n\nIt was introduced since 2002-2003 in FWH.",
"time": "16:46",
"topic": "ADO RDD xHarbour",
"username": "lucasd... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\n[quote:xah1ahgo]I tested same filter with DBFCDX and RecCount() also is different in DBFCDX from OrdKeyCount(). I am lost.\n[/quote:xah1ahgo]\n\nIm not sure what you mean.\n\nRecno() = record number in the table\nOrdKey... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nTry this:\n\n[code=fw:3668syet]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />USE table<br /> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">(</span><span st... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote:2lubf822]adordd should be treated as any dbf rdd.[/quote:2lubf822]\n\nYes, it should be but in fact does not.\n\nThe problem happens when the filter cover more that one record.\n\nWith one record is fine.\n\nAls... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nFivewin october 2008\n\nI think this is not implemented in adordd !\nThis is not used in our converted app.\n\n[code=fw:1897shhx]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <br />bKeyNo... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nI sent you an email with a test function for xBrowse().\n\nBrowse() sometimes fails, less than xBrowse(), but also Browse() sometimes does not reflect all records within a FIlter.",
"time": "18:00",
"topic": "A... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nOk Ill check it.\n\nDid this function?\n\n[code=fw:33fqeltt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">USE table<br /> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nI notice in your code\n\n[code=fw:6suzfljc]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">INDEX</span> <span style=\"color: #0000ff;\">ON</span> DELETED<span style=\... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThe full statement is:\n\n[code=fw:bq83a6le]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">... | ADO RDD xHarbour |
[
{
"date": "2015-05-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nIve made a small and I think that we cant use :find on :filter dont know why and its doesnt make sense but all indicates to that.\n\nAfter using :find with :filter recordset goes nuts.\n\nDoes Mr. Rao knows anything abou... | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nCheck your email new adordd with filters working.\n\nThe problem was with :find that you cant use with active :filter.\n\nPlease try it and let me know results.\n\nThanks.",
"time": "08:25",
"topic": "ADO RDD xHa... | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nConnectionTimeout does not function the way we needed this only avoids the timeout default of 15s of ado.\nIf you set it to 0 ado will try forever otherwise throws error.\nI think we should set it to 60 seconds then ask ... | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nFilters seem to be working ok.\n\nI have to do more tests. \n\nCongrats !!.\n\nAlso, I have to say that your ADORDD is much faster than SQLRDD from xHarbour.com and Patrick Mast.\n\nThank you.",
"time": "16:22",
... | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nI just emailed you a new version with:\n\nFilters with updates and addnew and indexes completed.\nIndex on now adds the index to the opened indexes list. You can use after just ordsetfocus().\n\nPlease check it and let ... | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nWith the version you send me a coupple of hours ago, filters are failing again.",
"time": "18:09",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nSorry it was my mistake.\n\nPlease see my email.",
"time": "18:14",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nConcerning connection lost control I just receive a information from our client to try this way:\n\nTimer issuing a dummy query to the server or checking state of the connection.\nIf it fails \"locks\" immediately all up... | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Lucas,\n\nConcerning eval error this only happens when you dont have a active filter Right?",
"time": "18:32",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes.",
"time": "18:44",
"topic": "ADO RDD xHarbour",
"username": "lucasdebeltran"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-05-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\n[quote=\"AHF\":252jd9sa]How can we catch the connection lost error?\n\nDo you or anyone have any experience with this. Mr Rao? Enrico? Rick?[/quote:252jd9sa]\n\nWhat about TRY/CATCH/END?\n\nEMG",
"time": "15:43",
... | ADO RDD xHarbour |
[
{
"date": "2015-05-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n\nThanks but we choose other way.\n\nadordd will use a timer to keep connection live.\nAnd a test in certain routines to see if it is connected otherwise it let you do anything but:\n\nUpdates, New records, changing index... | ADO RDD xHarbour |
[
{
"date": "2015-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nThere are the post I was refering to:\n\n<!-- m --><a class=\"postlink\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26907&start=0&hilit=recordset+local\">http://forums.fivetechsupport.com/viewt ... ds... | ADO RDD xHarbour |
[
{
"date": "2015-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nxBrowse feature wildseek is not working.\n\nWhen you type values, it filters, but when you start deleting such value filtered records are still on xbrowse.\n\nPlease test this code with DBFCDX and ADORDD:\n\nAt. [b:2s2... | ADO RDD xHarbour |
[
{
"date": "2015-06-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Stay tuned adordd its ready and Ill post new version later today.",
"time": "10:02",
"topic": "ADO RDD xHarbour",
"username": "AHF"
}
] | ADO RDD xHarbour |
[
{
"date": "2015-06-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Adordd its ready to work at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nIt has been in development since Feb 2015 and being tested on ... | ADO RDD xHarbour |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.