topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
ADO RDD xHarbour | Antonio,
What this needed for:
[code=fw:1gy1fax3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> ADO_RAWLOCK<span style="color: #000000;">(</span> nWA, nAction, nRecNo <span style="color: #000000;">)</span><br ... |
ADO RDD xHarbour | Antonio,
FieldLen and FieldSize return nil
I've tested in the adorrd before UR_SUPER_ADDFIELD( nWA, aField ) and the values are correct.
What can we do? |
ADO RDD xHarbour | Antonio,
It seems that in usrrdd.c are missing some functions like FieldSize FieldLen Dbrlocklist.
Shouldnt these also be there? |
ADO RDD xHarbour | [quote="AHF":19z7vnbu]Antonio,
What this needed for:
[code=fw:19z7vnbu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> ADO_RAWLOCK<span style="color: #000000;">(</span> nWA, nAction, nRecNo <span style="color: #000... |
ADO RDD xHarbour | Antonio,
You should download the complete source code for the harbour RDDs and use it to review the RDD code:
[url:101t5fci]https://github.com/harbour/core/tree/master/src/rdd[/url:101t5fci] |
ADO RDD xHarbour | Antonio,
I dont have any c expert and even so it would be dificult to understand it without proper documentation.
In order to proceed I need the following functions working:
OrdFor()
FieldSize() or FieldLen()
FieldDec()
DbrlockList()
I'm in a dead end ! What do you propose? |
ADO RDD xHarbour | Antonio,
Its not a matter of knowing C, instead it is a matter of properly searching <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
You asked for OrdFor().
1. Is there a UR_FOR or similar in harbour\include\hbusrrdd.ch ?
I find this:
/* DBSCOPEINFO */
#define UR_SI_BF... |
ADO RDD xHarbour | Antonio,
[quote:3abooj16]1. Is there a UR_FOR or similar in harbour\include\hbusrrdd.ch ?[/quote:3abooj16]
As far as I see no.
[quote:3abooj16]3. In SQL we may need to store a string cFor value only, no need for the codeblock.[/quote:3abooj16]
Its absolutly necessary to build the selects respecting indexes order an... |
ADO RDD xHarbour | Antonio,
I never looked at .ch.
I understand now how it works.
Ive define UR_INFO and now I get the call from dbrlocklist do get the array.
We re back again |
ADO RDD xHarbour | Antonio,
Very good! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Antonio,
if you post here or provide a url to download your most recent version, I guess many users may be interested
in testing it and surely will provide a great feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Antonio,
Ill do that maybe today after finish all locking, seeks and finds.
Dbrlocklist() and Dbinfo() are working <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
.
Ive checked the paramaters in hbusrdd.c
[code=fw:37k6o3kx]<div class="fw" id="{CB}" style="font-famil... |
ADO RDD xHarbour | Antonio,
yes I think it is fine.
You are doing a great work, congratulations! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Once you complete it, you could provide it to Harbour dev team so it will get updated in the Harbour official repository
and you will become an official Harbour contributor <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Antonio,
In order to finish network and concurrent activity I need to work with transactions.
For that I need to know if in ADORDD each time we open a new recordset its in the same connection.
Its crucial to know this because transactions are per connection.
Do you have any idea how to test that? |
ADO RDD xHarbour | Antonio,
AS far as I know I would say yes, but Mr. Rao is the right one to confirm us this <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Antonio,
Ive already ask him in my oyher post ADO exclusive open.
It seems that in the source of tdatarow we could check that. |
ADO RDD xHarbour | very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
I really wish that this ADO RDD gets completed and you are doing a great job <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
AdoRdd will become a great tool for harbour... |
ADO RDD xHarbour | Antonio,
Do you have idea what function OrdKeyNo and OrdKeyCount are calling in RDD ?
Can you help me find that ?
I cannot find it!
Concerning the indexes with FOR clause to be transformed to WHERE clause for SQL. Is it common to be used in predefined indexes or only temporary indexes?
In our app we use it only in ... |
ADO RDD xHarbour | Antonio,
[code=fw:447wvecn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> ORDKEYNO <span style="color: #000000;">)</span><br /><span style="color: #000000;">{</span><br /> AREAP pArea = <span style="c... |
ADO RDD xHarbour | [code=fw:epbobjsd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> ORDKEYCOUNT <span style="color: #000000;">)</span><br /><span style="color: #000000;">{</span><br /> AREAP pArea = <span style="color: #... |
ADO RDD xHarbour | [url:1tsz28ls]https://github.com/harbour/core/tree/master/src/rdd[/url:1tsz28ls] |
ADO RDD xHarbour | FOR clause could be saved as a string and when you issue a SELECT command then you append FOR ...
SELECT * FROM customers FOR ... |
ADO RDD xHarbour | Antonio,
Thanks I think see it now its ORDINFO <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
All locking already finished and it seems 100% compatible <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
FOR and UNIQUE... |
ADO RDD xHarbour | Antonio,
I just sent an email to Mr. Rao asking him for his help.
You have all my support, hopefully you complete it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Antonio,
Mr. Rao already answered me this:
[quote:35fs1woa]1) Syntax of USE ... and DBUSEAREA.
2) Is the recordset opened by the ADORDD? If so how does the ADORDD knows the connection object? If ADORDD opens the recordset, does it open with connectionstring or a connection object?[/quote:35fs1woa]
Please answer wh... |
ADO RDD xHarbour | Antonio,
[quote:1qpsyzz4]1) Syntax of USE ... and DBUSEAREA. [/quote:1qpsyzz4]
Exactly the same as for other Rdds
[quote:1qpsyzz4]2) Is the recordset opened by the ADORDD? [/quote:1qpsyzz4]
Yes. With ADO_OPEN( nWA, aOpenInfo )
[quote:1qpsyzz4]If so how does the ADORDD knows the connection object?[/quote:1qpsyzz4]
... |
ADO RDD xHarbour | Antonio,
Do you mean this value ?
aWAData[ WA_CONNECTION ]
so you can't reuse it ?
thanks |
ADO RDD xHarbour | Maybe you are closing it somewhere ? |
ADO RDD xHarbour | Antonio,
The object its saved in the STATIC oADODB and its not released elsewere.
[code=fw:1j8nfits]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">STATIC</span> oADODB :=<span style="color: #ff0000;">""</span><br /><br /><span style="color: #00C800;">FUNCTION</span... |
ADO RDD xHarbour | Antonio,
Where is it crashing ?
Have you traced the code to check where it crashes ?
Please place some MsgInfo()s or use OutputDebugString( cMsg ) (remember to load dbwin32.exe first). |
ADO RDD xHarbour | Antonio,
oRecordSet:Open(... |
ADO RDD xHarbour | Antonio,
I am checking the properties and methods of the ADO Connection object:
[url:2d9z31i7]https://msdn.microsoft.com/en-us/library/windows/desktop/ms681546(v=vs.85).aspx[/url:2d9z31i7]
Please do a MsgInfo( oADODB:State ) before opening the recordset |
ADO RDD xHarbour | Antonio,
We just found out that :
RecordCount isnt always accurate:
with adUseServer (cursor supported by the provider) always return the total nr of records in table even if there is a where clause in the select like Reccount()
with adUseClient (MS ccursor ) always return the true nr of rows in the recordset
Thus ... |
ADO RDD xHarbour | Antonio,
Many thanks for your great feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Antonio,
OrdKeyCount and RECORDCOUNT might be a problem!
The only way to solve this is to:
If we use always adUseClient because ADO knows all rows and there ist any problem but performance decreases a lot. Not advisable!
IF we use adUseServer then with a WHERE clause ADO returns wrong RECORDCOUNT and OrdKeyCount!
... |
ADO RDD xHarbour | Antonio,
As far as I know oRs:RecordCount() returns the number of records of the recordset
so if you use a WHERE clause then you get less records.
Lets ask Mr. Rao |
ADO RDD xHarbour | Antonio,
[quote="AHF":135057oe]If we use always adUseClient because ADO knows all rows and there ist any problem but performance decreases a lot.[/quote:135057oe]
Using adUseClient the performance is better than adUseServer!
EMG |
ADO RDD xHarbour | Enrico,
[quote="Enrico Maria Giordano":14svmhi4]Antonio,
[quote="AHF":14svmhi4]If we use always adUseClient because ADO knows all rows and there ist any problem but performance decreases a lot.[/quote:14svmhi4]
Using adUseClient the performance is better than adUseServer!
EMG[/quote:14svmhi4]
What DB you use?
ad... |
ADO RDD xHarbour | Antonio,
[quote="Antonio Linares":4gck81zf]Antonio,
As far as I know oRs:RecordCount() returns the number of records of the recordset
so if you use a WHERE clause then you get less records.
Lets ask Mr. Rao[/quote:4gck81zf]
Opening same dbf in 2 dif areas
One with normal index the RECORDCOUNT = nr of records dbf ... |
ADO RDD xHarbour | Antonio,
[quote="AHF":1or9letu]What DB you use?[/quote:1or9letu]
MDB, MSSQL and MySQL.
[quote="AHF":1or9letu]adUseClient would be much easier for adordd (bookmarks etc) but everything I read covering this indicates that adUseClient its much slower and should be avoid.[/quote:1or9letu]
adUseClient is faster in my ex... |
ADO RDD xHarbour | [quote="Enrico Maria Giordano":dr97q009][quote="AHF":dr97q009]Please note that the I'm using SELECT * FROM ... in adordd thats its really not good SQL practice but compatibility much be achieved.[/quote:dr97q009]
???
SELECT * FROM is the base of all SQL queries. What else would you want to use?
EMG[/quote:dr97q009]
... |
ADO RDD xHarbour | Antonio
[quote="AHF":20bqh5nm]I mean avoid loading all the fields instead of just the ones we need for the task.[/quote:20bqh5nm]
Ok, but what if I need all the fields? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
ADO RDD xHarbour | [quote="Enrico Maria Giordano":yp4xe9qn]Antonio
[quote="AHF":yp4xe9qn]I mean avoid loading all the fields instead of just the ones we need for the task.[/quote:yp4xe9qn]
Ok, but what if I need all the fields? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG[/quote:yp4... |
ADO RDD xHarbour | Antonio,
[quote="AHF":2n0penk5]Then SELECT colname FROM table unfortunatly in adordd its always all the fields! Its the price for no code change.[/quote:2n0penk5]
Ok, I see, you're right.
EMG |
ADO RDD xHarbour | Antonio,
Can you find rdd function for close all ? |
ADO RDD xHarbour | Antonio,
UR_FIELDINFO ? |
ADO RDD xHarbour | Do you mean DbCloseAll() ?
I think you have to implement UR_CLOSE |
ADO RDD xHarbour | Antonio,
What is this for ?
HB_SYMBOL_UNUSED( nWA ) |
ADO RDD xHarbour | Antonio,
[quote="AHF":47e899kj]Antonio,
What is this for ?
HB_SYMBOL_UNUSED( nWA )[/quote:47e899kj]
To avoid unused variable warning.
EMG |
ADO RDD xHarbour | Enrico,
Thanks |
ADO RDD xHarbour | Antonio,
Ive made some changes to the function FWAdo... because ws returning wrong types and n decimals.
These replaced the former functions in adordd ADOGETFIELDSIZE AND DOGETFIELDTYPE.
It seems to be correct but Im not sure.
Could you or someone check the code below for some bugs?
There are also some questions m... |
ADO RDD xHarbour | Antonio,
I am afraid that the only way to really test it is once it becomes used by several Harbour/xharbour users |
ADO RDD xHarbour | Antonio,
What I dont understad is what type of fields we must return to SUPER!
Is it only STRING, DATE, LOGICAL, DOUBLE OR INTEGER as in arrayrdd?
Im now taking care of :Seek but I need to use DB indexes. Seek cannot be translated to :Find as :Find only works on a single column.
Do you code code use index present in... |
ADO RDD xHarbour | Antonio,
Yes, you can only return the types that Harbour supports.
What if you issue a new SELECT clause with the WHERE conditions that you are searching for ? |
ADO RDD xHarbour | Antonio,
[quote="AHF":ua6eh17q]Do you code code use index present in the server DB with ADOX? Maybe Enrico has it.[/quote:ua6eh17q]
No, I prefer to use WHERE and ORDER BY clauses.
EMG |
ADO RDD xHarbour | Antonio, Enrico,
I know I shouldnt use ADOX!
I agree is the best practice. Indexes are for the DB admin to deliver selects rapidly.
But dont forget that what we pretend is to change as little code as possible in our app.
I could use seek but then I would have to call a resetseek() to come back to the previous select... |
ADO RDD xHarbour | Antonio,
[quote="AHF":1oh4b7mn]I know I shouldnt use ADOX![/quote:1oh4b7mn]
Please note that ADOX is only supported by Microsoft databases.
EMG |
ADO RDD xHarbour | Enrico,
Forgot ADOX going into SELECT. |
ADO RDD xHarbour | Use oRs:Filter instead of WHERE, so setting oRs:Filter := "" will make have you have all of them when you need them |
ADO RDD xHarbour | Antonio,
Filter property has some limitations:
[url:194r5bys]https://msdn.microsoft.com/en-us/library/ee275540(v=bts.10).aspx[/url:194r5bys]
EMG |
ADO RDD xHarbour | Antonio,
Thanks but it seems filter its not advisable and compatible with all providers.
Ill give a try with selects |
ADO RDD xHarbour | Antonio,
In ADO_OPEN we load all fieldinfo UR_SUPER_ADDFIELD( nWA, aField ).
How can we get back after the information save there? |
ADO RDD xHarbour | Antonio,
Thanks its solved.
I need this hb_SToD() What does it do and were can I find it?
Can you post the source? |
ADO RDD xHarbour | Antonio,
[quote="Antonio Linares":3u0iws8o]Antonio,
Yes, you can only return the types that Harbour supports.[/quote:3u0iws8o]
Are these all the types supported by (x)Harbour?
[code=fw:3u0iws8o]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/* FIELD types */</span><br ... |
ADO RDD xHarbour | Those types are in Harbour hbusrrdd.ch so I guess yes, not sure if xHarbour is exactly the same |
ADO RDD xHarbour | Antonio,
Ok Im using those. Cross my fingers!
How to use SQL CONVERT to convert expressions like dtos(ddate)+val(ndays) ?
Does anyone has a CH file with all defs for CONVERT ? |
ADO RDD xHarbour | Antonio,Enrico,
Do you know What is the corresponding SQL SELECT ... CONVERT to dtos()? |
ADO RDD xHarbour | Antonio,
[quote="AHF":1js1vbez]Do you know What is the corresponding SQL SELECT ... CONVERT to dtos()?[/quote:1js1vbez]
[code=fw:1js1vbez]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">SELECT</span> * <span style="color: #0000ff;">FROM</span> table <span style="color: #0000ff;... |
ADO RDD xHarbour | Enrico,
Thanks but my question was not clear
This is to be used in :find expression and I get this error.
Args:
[ 1] = C DATAFACTUR LIKE '20140407'
argumentos { DATAFACTUR LIKE '20140407' }
descrição DISP_E_UNKNOWNNAME
ficheiro <nenhuma>
genCode 41: Unknown or reserved
opera... |
ADO RDD xHarbour | Antonio,
[quote="AHF":ei5njxhh]DATAFACTUR LIKE '20140407'[/quote:ei5njxhh]
Try with:
DATAFACTUR = '20140407'
If you are using MDB try this instead:
[code=fw:ei5njxhh]<div class="fw" id="{CB}" style="font-family: monospace;">DATAFACTUR = #<span style="color: #000000;">04072014</span>#</div>[/code:ei5njxhh]
(DD/MM/... |
ADO RDD xHarbour | Antonio,
[url:1bpbxxmd]https://msdn.microsoft.com/en-us/library/windows/desktop/ms676117%28v=vs.85%29.aspx[/url:1bpbxxmd]
It seems that this format is needed:
DATAFACTUR = #7/22/97# |
ADO RDD xHarbour | Antonio, Enrico,
:Find with '20150327' or "20150327" and #20150327# doesnt work always same error.
:Find with 27/03/15 works in all above cases.
I could make a function
[code=fw:2ptvo4bv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">FUNCTION</span> ADODTOS<sp... |
ADO RDD xHarbour | Antonio,
In ADO_GETVALUE there is a function hb_stod I dont know why!
Should I use stod |
ADO RDD xHarbour | Decided different approach. What do you think?
[code=fw:2qhifmbg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> ADODTOS<span style="color: #000000;">(</span>xDate<span style="color: #000000;">)</span><br ... |
ADO RDD xHarbour | Antonio,
If it works then keep going, later on we can always modify it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADO RDD xHarbour | Different date literal formats work with different SQL databases and also depending on settings.
Interestingly American dateformats work with many, because all the software is written by programmers (whatever be their nationality) sitting in USA. But we better stick to international formats.
But the following formats... |
ADO RDD xHarbour | FW_ValToSQL( anyvalue ) in adofuncs.prg
may also be seen
I suggest there is no need to reinvent anything. |
ADO RDD xHarbour | Dear Rao,
With your help and ADO expertise, AdoRdd can turn into a great tool <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Many thanks for joining this thread |
ADO RDD xHarbour | Great help! Thanks Mr. Rao!
Can you post those functions here as I dont have them?
Im working on Seeks transforming it into :find or SELECT as one or more fields present in the expression.
Im stucked in a problem when we use lSoftSeek.
Do you have any idea how to emulate that with Sql? |
ADO RDD xHarbour | We can implement Seeks and Locates using Ado Find.
Limitations are that Find works with only one field.
You may examine XBrowse incremental seek for ado for the logic.
For seek we may use
FLDNAME LIKE <cseek>* (char)
FLDNAME = <cseek> (other)
Softseek
FLDNAME >= <cseek>
I hope you are using FWH, you can refer to x... |
ADO RDD xHarbour | Antonio,
I dont have those ado functions can you send the file to me ?
You can download adordd from <!-- m --><a class="postlink" href="https://github.com/AHFERREIRA/adordd.git">https://github.com/AHFERREIRA/adordd.git</a><!-- m -->
Set rdd to adordd
Add your index files to ListIndex() accordingly to the specs.
All ... |
ADO RDD xHarbour | Antonio,
Already sent to your email
many thanks for sharing it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
you are doing a great work, hopefully it gets completed very soon! |
ADO RDD xHarbour | Antonio,
IF UPPER(SUBSTR(cOrder,1,3)) IN aTempFiles .OR. UPPER(SUBSTR(cOrder,1,4)) [b:1dskhk9h]IN aTempFiles [/b:1dskhk9h]
this only works with xHarbour.
I advise you not to code like this, as Harbour users, the majority, won´t be able to try and test it.
With your latest additions it only gives the above error.
T... |
ADO RDD xHarbour | Antonio,
Very great news!!.
When the code is mature, please tell me to test it with a real application.
Thank you very much, |
ADO RDD xHarbour | Lucas,
Thanks Ill do that.
But you can try it already.
See adordd.prg and adordd.ch (only locates need to be redefined)
You need to fill the index array with your indexes and thats it.
Relations, Set scopes are undergoing.
You will understand the approach and see how it works for you. |
ADO RDD xHarbour | Antonio,
Im finishing Set Scopes.
What is the normal behaviour?
The scope if not cleared it remains with the index athough we change orders?
I mean :
[code=fw:kbn0esi2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />sele <span style="color: #000000;">0</span><br />use xtable<br />set <span style="co... |
ADO RDD xHarbour | Antonio,
I am sorry but I don´t understand what you said about indexes.
Can yo please be more specific?.
Also, have you modified original adordd.ch?.
In my previous tests, this is a sample I tested:
[code=fw:3eonanuy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</... |
ADO RDD xHarbour | Lucas,
The adordd us being altered in order to keep the same dbf app logic applied to any source data.
Saying that the indexes in the adordd are virtual as they dont exist as files! (see adordd ordlstadd, orslstfocus and listindex )
In fact the indexes are selects order by the defined "index order" in the indexes ar... |
ADO RDD xHarbour | Hello,
I would like to test with indexes, because that was the only lack in adordd.prg provided within Harbour.
I also use ordsetfocus(), i e:
[code=fw:trvc9zbc]<div class="fw" id="{CB}" style="font-family: monospace;">CLIENTES-><span style="color: #000000;">(</span> OrdSetFocus<span style="color: #000000;... |
ADO RDD xHarbour | Lucas,
Go to ListIndex in adordd and add to the index array wahtever you want respecting the aray spec:
{ {"TABLENAME",{"INDEXNAME","INDEXKEY","WHERE EXPRESSION AS USED FOR FOREXPRESSION","UNIQUE - DISTINCT ANY SQL STAT BEFORE * FROM"} }
ex.
{{"CLIENTES1",{"PAISCLIENTE","WHERE PAISCLIENTE = ' BRASIL'", "DISTINCT"}}
... |
ADO RDD xHarbour | Thank you.
In your git there is no adordd.ch:
[img:nhdyr20d]http://i60.tinypic.com/2a8qqhg.png[/img:nhdyr20d] |
ADO RDD xHarbour | Lucas,
Antonio do need feedback so you are very welcome to this thread <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Thanks for testing and helping Antonio! |
ADO RDD xHarbour | Yes, it is a very exciting contribution.
I am going to test it with a full application, not a simple sample.
I just nedd latest adordd.ch, as it is not in Antonio´s guithub.
Hope we achieve this goal for the community. |
ADO RDD xHarbour | Lucas,
Flle is there already.
I didnt change adordd.ch file its the original of Harbour. |
ADO RDD xHarbour | Antonio,
Please see my email I could not receive the prg file. |
ADO RDD xHarbour | Very interesting contribution <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
ADO RDD xHarbour | Antonio,
ordscope() is calling ordinfo().
The array is with 6 elements but I cant find out what they refer to.
The 4th ele seems to be the scope value what are the others (empty) ?
Can you help me tracking this? |
ADO RDD xHarbour | Antonio,
I just resent it to you as a zip file |
ADO RDD xHarbour | Antonio,
[quote:2y0721cw]The array is with 6 elements but I cant find out what they refer to.
The 4th ele seems to be the scope value what are the others (empty) ?[/quote:2y0721cw]
Could you copy that source code here ? thanks |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.