not sure if it is this what you want:
If Button.Index = 3 Then
CrystalReport1.StoredProcParam(0) = cboDisciplina.Text
CrystalReport1.StoredProcParam(1) = Mid(cboEpoca.Text, 1, 4)
CrystalReport1.StoredProcParam(2) = orsTurmas!id
CrystalReport1.StoredProcParam(3) = lstPeriodo.Text...
hi
thanks for answering, and so quickly!
in fact i'v no path at all in both places; i'm inclined to database location, odbc or similar problem
dont know what to do...
using vb6, visual installer 1.1 and crystal 8.5 i made a install package; i tested it in my machine and it does print, but, in any other, does not
the event log file states: Invalid directory
what am i doing wrong?
i use ms access database
thanks in avance
thanks, MrPlough69 for your answer
i tested your sugestion but it doesnt work
in meanwhile i was told i had to have multibyte support:
http://pt.php.net/mb_ereg_replace
and the regex shoud be as this:
$texto = mb_ereg_replace('\[L=([-_./a-zA-Z0-9!&%#?+,\'=:~]+)] *(\w+)\[EL]',
'<a...
i got the following from a book:
its a regex that works IF the word(s) dont have any special chars, like:
página, or
maçã
here it is:
$texto = ereg_replace('\[L]([-_./a-zA-Z0-9!&%#?+,\'=:~]+)\[EL]','<a class="texto" href="\\1">\\1</a>', $texto);
$texto =...
>>Except that Macromedia's is a flash only solution.
Of course, and impossible any other way, but, who asked for more?
anyway here's sun solution:
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/ieappletguide/index.html
there several workarounds around, but the one i much prefer is macromedia's
take a look here:
http://www.adobe.com/devnet/activecontent/articles/devletter.html
bingo!
i just tried:
trace(this["ponto"+i]._x);
this["ponto"+i]._alpha=random(100);
and works perfectly
thanks a lot!
BTW where could i have learned that sintax (this[blabla])?
i'm drawing (based on an elipse) and using this code:
duplicateMovieClip(ponto, "ponto" + i, this.getNextHighestDepth());
i varies from zero to 359, so how can i target every (or any) of the recent created mcs?
my prob is the duplicated movie clip's name! how to write it?
if i use ("ponto" + i)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.