messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2015-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "In tryadordd.prg change\n\n[code=fw:31kkkx9m]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">IF</span> !FILE<span style=\"color: #000000;\">&#40;</span>   <span style=\"color: #ff000...
ADO RDD xHarbour
[ { "date": "2015-10-20", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nDone.\n\nThanks", "time": "18:04", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-10-21", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nminor bugs corrections\nbetter detection of refreshing new rec...
ADO RDD xHarbour
[ { "date": "2015-10-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nLeft overs! Done!\n\nIndexes without UDFs are not really created they are transform into ado_sort.\nThis is done when calling set order to, ordsetfocus just like in clipper resuming when the order becomes active.\n\nI...
ADO RDD xHarbour
[ { "date": "2015-10-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio in line 927\n[code=fw:3d9x7dmz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">nSecs := Seconds<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span></div>[/code:3d9x7dmz]\...
ADO RDD xHarbour
[ { "date": "2015-10-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, and for clearness:\nIn which cases UDF-Indexes are required and can i use in normal indexes (with SORT) all Harbour functions?", "time": "22:00", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-10-22", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nIn Harbour indexes we have 2 kind of functions.\n\n1st the ones we are obliged to use because we must have only one data type in the index expression. The big part!\nThese are conversion data type functions that is not...
ADO RDD xHarbour
[ { "date": "2015-10-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, now is clear! Thanks.\n\nNow i have converted with your function some DBFs to MSSQL. All is ok, but if in a character- or Memofield is a single Quote, a error occurs! This quotes should be converted in another character!?...
ADO RDD xHarbour
[ { "date": "2015-10-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nI decided not to translate these strings at adordd because then problems come with passwords, encrypted strings etc. Thus the user has to decide himself how he pretends to save it.\nIf anyone has a better idea we can t...
ADO RDD xHarbour
[ { "date": "2015-10-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, where in hb_AdoUpload() (or in other function) are this conversations to do? As parameter Y/N?", "time": "13:48", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-10-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nSorry I misunderstood.\n\nCan you post the error?", "time": "14:14", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-10-23", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nI see it now. \nThe app I m using does not accept single quotes in fields because of some xml extraction.\n\nTry with this in ado_putvalue\n \n xValue := '\"'+xValue+'\"'\n\nInstead of xValue := \"'\"+xValue+\"'\"", ...
ADO RDD xHarbour
[ { "date": "2015-10-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, this is not functioning (MSSQL 2014). I use [code=fw:2qfe1sgw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">xValue :=<span style=\"color: #ff0000;\">\"'\"</span>+ STRTRAN<span style=\"color: #000000;\">&...
ADO RDD xHarbour
[ { "date": "2015-10-24", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nIll post a new build maybe today that solves this problem for all engines.", "time": "13:30", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-10-25", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd version 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nChanges:\n\nShould compile now with Harbour and without Fi...
ADO RDD xHarbour
[ { "date": "2015-10-27", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd version 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nSmall bug corrections:\n\nCorrected bug when updating a in...
ADO RDD xHarbour
[ { "date": "2015-10-28", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nChanges:\n\nFinally it seems that we managed to increase drama...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThank you for this adordd version and adordd in general.\n\nI tried to compile/link this newest adordd.\n\nI got the following error:\n\nError: Unresolved external '_HB_FUN_HB_PS' referenced from C:\\PIETER\\XHARBOUR12...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "I have not had time to try your great work\nI hope I can use it from now\nThank you for your effort", "time": "09:37", "topic": "ADO RDD xHarbour", "username": "cnavarro" } ]
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter,\n\nYou must compile and link adordd.prg not adordd.lib.\n\nThere is a bug in INDEX ON temporary files without any UDFs or index condition otherwise its ok. \nIll post a new corrected build asap.", "time": "09:48", ...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Cristobal,\n\nThanks, Im looking forward to your comments.", "time": "09:51", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, oké, thanks.\n\nSame error:\nError: Unresolved external '_HB_FUN_HB_PS' referenced from C:\\PIETER\\UB404-8SEPT\nEMBER2015-V4\\UB\\ADORDD.OBJ\n\nAm I doing something wrong with compiling/linking (or is it because of the b...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter,\n\nAre you using Harbour or xHarbour?\n\nTry comment #include \"hbcompat.ch\"", "time": "10:20", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, I use Xharbour. I comment #include \"hbcompat.ch\" like you suggested. it is solved now. Thanks.", "time": "10:42", "topic": "ADO RDD xHarbour", "username": "pieter" } ]
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter,\n\nStrange I use xHarbour and it compiles ok with that line not commented.\n\nCould you try this to see if it works?\n\n#ifndef __XHARBOUR__\n#include \"hbcompat.ch\" \n#endif", "time": "10:53", "topic": "ADO RDD ...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\n#ifndef __XHARBOUR__\n#include \"hbcompat.ch\"\n#endif\n\nWith above code my program compiles and link.\n\nPieter", "time": "11:02", "topic": "ADO RDD xHarbour", "username": "pieter" } ]
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Pieter,\n\nThanks", "time": "11:03", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nChanges:\n\n1) Bug creating indexes was searching index name w...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, cMark must defined as LOCAL! \n[code=fw:2ih5x928]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">STATIC</span> <span style=\"color: #00C800;\">FUNCTION</span> ADOTEMPTABLE<s...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nI have a big concern with the new update.\n\nI program exensively using objects. In these objects I may open the same DBF in many methods--often just to look something up, then close it. I do this mainly so I don't hav...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nThanks.\nDone!\nBut in fact its not used.", "time": "15:25", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nThe fact of the tables defined in SET ADO THRESHOLD has nothing to do with the apps.\nIt internally used by adordd but for the user everything is the same.\nYou can do whatever you want in your app just like with any oth...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nIts really very simple.\nI port apps like this:\n\n1) Add adordd.prg to the actual project.\n\n2) Then code in at the initial proc or function :\n\n[code=fw:2iuaxlvz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: mon...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n\nThanks for your prompt, extensive, and [b:2gv77tkj]encouraging[/b:2gv77tkj] responses. I will be reading and re-reading them, and I will test them as soon as I can.\n\nKeep up the great work.\n\nRegards,\nJames", "...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, a suggestion:\nIn ADOSHOWERROR() should also the database an the actual table displayed!\n\nAnd a question: \nCode like [code=fw:30ar8u3l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color...
ADO RDD xHarbour
[ { "date": "2015-10-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nAny valid clipper expression must work. If not something is wrong with adordd.\n\nADODBF INDEX ... is only for indexes that are used by the app and are created only once.\nAll indexes created (normally temporary) durin...
ADO RDD xHarbour
[ { "date": "2015-10-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, i use MSSQL. I have explored in the meantime the rdd. All is ok. And i found out, that indexes with ADODBF INDEX ... are in ordernumber < indexes created with INDEX ON... and both can used the same time. Indexes without ...
ADO RDD xHarbour
[ { "date": "2015-10-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nIm glad to know that it suites you.\n\n[quote:39xaxvhw]...that indexes with ADODBF INDEX ... are in ordernumber < indexes created with INDEX ON... and both can used the same time[/quote:39xaxvhw]\n\nI dont understand w...
ADO RDD xHarbour
[ { "date": "2015-10-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nStill I dont get it.\nIf you have autoopen on always the ADBODBF INDEX its added first to the order list when you open the table.\nIf INDEX ON is after it will be added after.\nIf autopen off index on will be added fi...
ADO RDD xHarbour
[ { "date": "2015-10-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, not a bug!\nI have tested ADODBF INDEX ... and INDEX ON... at same time. The OrdList begins [b:stq41aw4]always[/b:stq41aw4] with the indizes defined in ADODBF INDEX ... This is very important to know!", "time": "19...
ADO RDD xHarbour
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, for me the RDD works perfect!\n\nA practice suggestion: \nIn ADOPREOPENTHRESHOLD() not only the size in records should work as a filter. Also a substring (or a array with substrings) of the tablename are interesting for f...
ADO RDD xHarbour
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nGreat! Im glad to know <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\n[quote:1chfqo60]A practice suggestion: \nIn ADOPREOPENTHRESHOLD() not only the size in...
ADO RDD xHarbour
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, before i test my app with ca. 60 DBs with your ADORDD i must change some field-names (ex. CHECK or SCHEMA) as they are not allowed in SQL.\nI use MSSQL. In my tests indices with UDFs should be avoided (>1000 records). The...
ADO RDD xHarbour
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nThe tests Ive made with Mysql and reserved keywords as field name its working ok.\n\nYou cant use those keywords in triggers, procedures functions etc but should be ok as field names as they are special quoted in all e...
ADO RDD xHarbour
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "MSSQL-Server native errors 102 or 156: Incorrect syntax near the keyword 'BIT', Incorrect syntax near the keyword 'SCHEMA'. I use SCHEMA and CHECK as fieldnames -> not allowed!", "time": "14:25", "topic": "ADO RDD xHarbou...
ADO RDD xHarbour
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nI forgot to have it done to MSSQL.\n\nPlace this line in ADOQUOTEDCOLSQL in CASE dbEngine = \"MSSQL\"\n\ncCol := \"`\" + cCol + \"`\"\n\nif it doesnt work try\n\ncCol := '[' + cCol + ']'\n\nShould work now.", "...
ADO RDD xHarbour
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "OK now []! Thanks.", "time": "19:40", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, I found, that when the eof() reached no further operations in this table are possible! I must use GO TOP in this case and then the table is reachable again!\n(MSSQL)", "time": "11:23", "topic": "ADO RDD xHarbour",...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nIm not using MSSQL Im using MySql and its ok.\n\nCan you post code example ?", "time": "12:05", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "After [code=fw:3g50i7vb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">dbgoto<span style=\"color: #000000;\">&#40;</span>lastrec<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</sp...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nHere its ok.\nMy test:\n\n[code=fw:3cwailgd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />use table<br />set <span style=\"color: #0000ff;\">index</span> <span style=\"color: #0000ff;\">to</span...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nThe SELECT used in adoreccount if im not mistaken supplied by you its the only difference between MySql and MsSQL.\n\nTry to change ti to SELECT MAX(... and check results.", "time": "13:52", "topic": "ADO RDD x...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Now i found out:\nIf i use TESTADISC->(dbsetorder(1)) and the indexkey of this order is UDF then the seek is not functioning! If i use after dbsetorder() a GO TOP then is functioning!\n\n[code=fw:39knbc4w]<div class=\"fw\" id=\"{C...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nIs this still true if you comment [code=fw:2wfwd5bl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">TESTADISC-><span style=\"color: #000000;\">&#40;</span>dbgoto<span style=\"color: #000000;\">&#40;</s...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nI think Ive got it.\n\nChange the line in ado_seek.\n\n[code=fw:2osesxxf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; <span style=\"color: #00C800;\">ELSE</span> <span style=\"color: #B9...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, no working! This is only for softseek!?", "time": "16:08", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nRight nevertheless that was a bug!\n\nIs it still occur if you comment TESTADISC->(dbgoto(TESTADISC->(lastrec()+1))) //damit keine anzeige ?", "time": "16:25", "topic": "ADO RDD xHarbour", "username": "A...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, no! If this line comment out is functioning! \nBut when i make a dbseek() with found()==.F. the recordpointer also go to lastrec()+1 and no moree seeks are possible!\nATTENTION: THIS BEHAVIOR ONLY IN SEEKS WITH UDF.", ...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nPlease place a msginfo in ado.seek after ELSE //WITH :FILTER OR MOE THAN ONE FIELD and check if it is called.\n\nYou can place another one in the else for not softseek reporting npos.", "time": "17:16", "topic"...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2dlmi5ui]Please place a msginfo in ado.seek after ELSE //WITH :FILTER OR MOE THAN ONE FIELD and check if it is called.\n[/quote:2dlmi5ui]\nYes, is called\n[quote:2dlmi5ui]You can place another one in the else for not softse...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "[code=fw:1ujgi6g2]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #00C800;\">IF</span> nPos > <span style=\"color: #000000;\">0</s...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, on both no found()!\nConclusion: Always if i use dbsetorder() before dbseek() and the recordpointer is on lastrec()+1 and a UDF is in work the index is not functioning! <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.g...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "So its a set order problem!\nIf you browse it is it ordered ok?\n\nPlace again a msginfo( len( aWAData[ WA_ABOOKMARKS ][aWAData[WA_INDEXACTIVE]] ) the same place as before and check if effectively has the index built.", "time"...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gives 72 (the len of table).\nRecordpointer stands on lastrec()+1 and the table is not indexed.", "time": "19:09", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Try the same after dbsetorder and check with ordname and ordkey inyour app order is in fact active.", "time": "19:54", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, the name and the key is active!", "time": "20:03", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther\n\nAnd the len of the array?", "time": "20:28", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Len of array is the len of the table!", "time": "20:38", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Try this:\n\n[code=fw:3clsd6bu]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />SET ADODBF TABLES <span style=\"color: #0000ff;\">INDEX</span> LIST <span style=\"color: #0000ff;\">TO</span> <span style=\"color...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, the results:\n\n[code=fw:m35nlurr]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">//TESTADISC->(dbgoto(TESTADISC->(lastrec()+1)))</span><br />TESTADISC-><span style=\"color:...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Just a idea: should the lenght of bookmark-array have also reccount()+1?", "time": "22:00", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, please send to my email office(at)byte-one.com a short description from the way you process indexes with UDFs! I will try to help you to ident the problem.\nGood Night!", "time": "22:44", "topic": "ADO RDD xHarbou...
ADO RDD xHarbour
[ { "date": "2015-11-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nThe array of bookmarks is: 1st ele ado bookmark 2 ele evaluated expression. \nThe array gets ordered by 2nd ele expression and used by ado :filter := array of bookmarks which is 1st ele.\n\nOnce you call seek that goes...
ADO RDD xHarbour
[ { "date": "2015-11-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, if i use this on beginn of your test all is OK:\n[code=fw:3j0h3cs0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">TESTADISC-><span style=\"color: #000000;\">&#40;</span>dbsetorder<span style=\"color: #000...
ADO RDD xHarbour
[ { "date": "2015-11-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nOk now I get same problem. \n\nLet me check it and Ill revert asap.\n\nBy the way why are you doing TESTADISC->(dbgoto(TESTADISC->(lastrec()+1))) before set order ?", "time": "09:35", "topic": "ADO RDD xHarbour...
ADO RDD xHarbour
[ { "date": "2015-11-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, at initial the browse should no show any records. After this, the user will search anything and i switch to the approbate order.", "time": "09:54", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nI see.\n\nReplace with this in adordd.prg and let me know.\nPlease note the ado_create condition only in index creation because if its a subindex (while clause) we dont clean nothing.\n\n[code=fw:re3b3jfh]<div class=\"...
ADO RDD xHarbour
[ { "date": "2015-11-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, it seems, all is OK!\nThanks very much!\nI will further report bugs and required changes in code while convert to MSSQL.", "time": "11:18", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-06", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nGlad to know.\n\nPlease report as bug if you need to change any code line other than for better performance.\n\nThanks,", "time": "11:36", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour
[ { "date": "2015-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nCorrected bugs:\n Indexes with UDFs.\n Lock list array\n ...
ADO RDD xHarbour
[ { "date": "2015-11-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, please see on this! (Never changed!)\n[url:2mkco2uy]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=30266&start=930#p183330[/url:2mkco2uy]\n\nAnother bug in the new version:\nI use MSSQL. The array s...
ADO RDD xHarbour
[ { "date": "2015-11-11", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nThe other 2 done!\n\nPlease alter :\n\n[code=fw:yw2pm65k]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> ListFieldLogical<span style=\"color: #00000...
ADO RDD xHarbour
[ { "date": "2015-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, should we not close the connection to the server automatically?", "time": "10:20", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-13", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nCorrected bugs:\n\nLogical fields array initialization.\nscope...
ADO RDD xHarbour
[ { "date": "2015-11-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, there is a incompatibility in the RDD:\nIf creating a table that already exist in the DB, an error occurs!\nIn (x)Harbour in this case the present table is automatically deleted and the new one are created!\n\nAnd some be...
ADO RDD xHarbour
[ { "date": "2015-11-15", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nOk Ill change it if table exists it will overwritten!\n\nADoshowerror changed to yours with following change:\n\n[code=fw:3u0pr66v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp; &nb...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\n[quote:139wezyt]\nIn ADOPREOPENTHRESHOLD() not only the size in records should work as a filter.\nAlso a substring (or a array with substrings) of the tablename are interesting for filtering \nthe DBs for pre-open! (ex...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, i want have this [b:3sz0lrap]additional[/b:3sz0lrap]! to the size of records!\nex. [code=fw:3sz0lrap]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">SET ADO PRE OPEN THRESHOLD <span style=\"color: #0000ff;...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nIt seems quite a good idea. Lets do it!\n\nHow shall we do it ?\nI assume your idea is nrecords .OR. mask ?\n\nConcerning ON ERROR cant this be done by the user defining a EXIT PROCEDURE instead?\n\nin ADOGETCONNECT in...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, \n[quote:2e950bj3]I assume your idea is nrecords .OR. mask ?[/quote:2e950bj3]\nNo, my idea is nrecords .AND. mask ? ex. In a app every year are building a new table with table\"year\" and becomes the focus. Older tables a...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\n[quote:2j4ipszo]No, my idea is nrecords .AND. mask ? ex. In a app every year are building a new table with table\"year\" and becomes the focus. Older tables are not to preopen![/quote:2j4ipszo]\n\nOk I see it you don't...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio,\n[quote:29oonukp]How do you do it today with dbf kind of rdd ?[/quote:29oonukp]\n\nI check on start the present of all DBs and indexes. For this i hold ALL DB- and Indexnames and also the index-keys in a public array. Now...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\n[quote:2i6sqr9n]I see it but then I would be more comfortable to throw an error and let the programmer take care of it which is the standard procedure.[/quote:2i6sqr9n]\n\nOk?", "time": "14:00", "topic": "ADO R...
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "OK, Antonio! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "15:04", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-16", "forum": "FiveWin for Harbour/xHarbour", "text": "New build adordd ver 1.0 at <!-- m --><a class=\"postlink\" href=\"https://github.com/AHFERREIRA/adordd.git\">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->\n\nCorrected bugs:\n\nDBCREATE if table exists just overwrite it ...
ADO RDD xHarbour
[ { "date": "2015-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nIt should be closed auto by adordd.\n\nWhen you end your app (x)Harbour auto calls ADO_EXIT that calls ADODB_CLOSE().\nThis last closes all tables (recordsets) and cached resordsets and after the connection to the se...
ADO RDD xHarbour
[ { "date": "2015-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "It seems, this ADO_EXIT never is called! (EXIT PROCEDURE?)", "time": "11:14", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nHere it always gets called!\n\nI don't have any exit procedure.\n\nPlacing msginfo(\"ADO_EXIT \"+PROCNAME(1) +\" \"+ PROCNAME(2)+\" \"+ PROCNAME(3)+\" \"+ PROCNAME(4)) in ado_exit It shows that gets called from _QUI...
ADO RDD xHarbour
[ { "date": "2015-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Antonio, no msginfo-text showing!", "time": "11:35", "topic": "ADO RDD xHarbour", "username": "byte-one" } ]
ADO RDD xHarbour
[ { "date": "2015-11-18", "forum": "FiveWin for Harbour/xHarbour", "text": "Gunther,\n\nHow do you exit you app QUIT or simply RETURN ?\n\nAre you using Harbour or xHarbour?\n\nIm using xHabour and app is QUIT.", "time": "11:41", "topic": "ADO RDD xHarbour", "username": "AHF" } ]
ADO RDD xHarbour