I would prefer a NON VENDOR response. Vendors don't tend to point out weaknesses. [ur]www.eSearing.com[/url]
version 3
Photography, Flash Experiments, Stuff.
Yikes. I would build a separate table with 365 days and their 4/5week range or period number.
example DateTable
Date , Period , DateRange
Jan 1 2003, Jan-4week, Jan 1 - Jan 28
Jan 2 2003, Jan-4week, Jan 1 - Jan 28
....etc...
Jan 29 2003, Feb-4week, Jan 29 - Feb 25
....etc...
Feb 26...
Which reporting tools do you use and why. Especially interested in large transacional data warehouse applications of more than 25Million records per month.
Like banking or telecom.
Interested in performance of summarizing large tables (1Million transactions/month) over several months, using...
Evaluating Cognos and have seen their show. What are the realworld strengths vs weaknesses? Can one truly query a cube with 1Million records in a matter of seconds as Cognos would have me believe. Anyone using for large scale monthly Telecom reporting (or large banking or similar transactional...
Recently we have recieved request to speed up and expand reporting capability for large volumes of data. We currently have a solid data warehouse for data storage and a mirror reporting system. Lately the requests have been much more than the current system could handle in a reasonable amount of...
I think this might work or at least lead you down the path.
Use the online help at IBI to search graphstyle
TABLE FILE CAR
SUM SALES
ACROSS CAR
ON GRAPH SET GRAPHSTYLE *
setLegendMarkerPosition(2);
-*see documentation for valid values (2)
setLegendDisplay(true);
ENDSTYLE
eSearing.com...
Site works well. You might want to add a bio for the Photographer. Also its unclear whether one adds $7 s&h per image or just $7 regardless of the number of images ordered.
eSearing.com
version 2.something now available
Atlanta IBUG has been going for about a year now. See our website www.webfocus.info/atl-ibug.
IBI's User Groups are a great place to exchange ideas, get code, and network with your peers. You also get more out of them if you join the board or planning team. Be willing to contribute as well as...
FYI...
We have a great tutorial on Match vs Join by IBI's Art Greenhaus at www.webfocus.info/atl-ibug.
See the knowledgebase eSearing.com
version 2.something now available
Sounds like some good ole Math may be needed. Angles, radians, Sin, Cos. etc...
Else you might try a nested looping movie Clip that follows
a motion guide. rotate the MC then begin the motion.
eSearing.com
version 2.something now available
For Flash 5:
IF you review the Action Script Reference Guide you will see there is only really start and stop for any one instance of an audio object. For Next and Back you can put different sound objects in different scenes or load them on demand as individual external swfs into an empty...
You can use report assistant (gui) to do most of the work then tweek the code in the editor if necessary. The focus language is very easy to learn. The SQL experiece you have from Access and Crystal is a good foundation and you can incorporate SQL into your foc-execs.
My team of 4 moderately...
Have you tried
"http://www.domain.com/protected/" add user
instead of +user.
add is used to combine strings. + is used to sum numerics. eSearing.com
a work in progress
I have no practiacal answer, only food for thought.
Have you considered setting the button to invisible until you get the data then test for visibility? Or possibly overlaying the button with a masking MC which is removed if the data test is passed?
eSearing.com
a work in progress
If you have no other buttons on the movie, create an empty MovieClip and attach this code.
onClipEvent (mouseDown){
getUrl ("http://yourUrl", "_blank");
}
The mouse does not have to be over the MC to initiate the action. This also does not change the pointer to a hand...
FlashMX can call a JPG directly so you can use Math.ciel
to call "pic" add i add ".jpg".
To do it in Flash 5, put the images into a MC on separate frames then use Action Script to pick random frames:
onClipEvent(load){
gotoAndStop(Math.ceil(x));
//where x= the number of...
Because it reloads the external swf. when it reloads the swf it positions the MC at _x=1000 then slides it to the xtgt.
I haven't put in a method to check if the newswf==oldswf yet. I assume I can set a variable on the root which tells me which button was last pressed then add AS to prevent...
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.