I have found one bug in Function ExtracteCriteres, return
incorren values in @return tag.
Replace de line
aREP(0) = Right(strLigneTitre, InStrRev(strLigneTitre, " "))
with this
aREP(0) = mid(strLigneTitre, InStrRev(strLigneTitre, " ")+1)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is ok, I like your form to insert HTML code. A small bug if
you try to insert a coment in the first function, with nothing
in declaration zone (enter in the PremierePremiereLigneProc
and Do Loop crash).
I'm clean and coment my own code to English, please test my
code in https://sourceforge.net/projects/vbdoxaddin/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got your addin.
I found it nice and simple to use, if we read the doc and we
know when we use the button!
Some of routines in my add-in will be useful for you! Use them
if you wish. I don't intend to continue this work. Thus you
can take over.
(You note that the sentences are short. That's because I
know English is not your primary language. No es mina
tampoco. :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Source Code of the Add-in
Logged In: YES
user_id=795313
I have found one bug in Function ExtracteCriteres, return
incorren values in @return tag.
Replace de line
aREP(0) = Right(strLigneTitre, InStrRev(strLigneTitre, " "))
with this
aREP(0) = mid(strLigneTitre, InStrRev(strLigneTitre, " ")+1)
Source Code of the Add-in
Source Code of the Add-in (July 2003)
Logged In: YES
user_id=580653
Thanks to Carlos (idcarlos).
I posted a new version (July 2003). It includes his correction
and some other ones.
Logged In: YES
user_id=795313
It is ok, I like your form to insert HTML code. A small bug if
you try to insert a coment in the first function, with nothing
in declaration zone (enter in the PremierePremiereLigneProc
and Do Loop crash).
I'm clean and coment my own code to English, please test my
code in https://sourceforge.net/projects/vbdoxaddin/
Logged In: NO
I got your addin.
I found it nice and simple to use, if we read the doc and we
know when we use the button!
Some of routines in my add-in will be useful for you! Use them
if you wish. I don't intend to continue this work. Thus you
can take over.
(You note that the sentences are short. That's because I
know English is not your primary language. No es mina
tampoco. :)
Logged In: NO
Carlos, keep me informed of your updates.