Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by renartbrazil

  1. renartbrazil

    schedule a task in Brio

    I believe version 8 and newer it can be done. Also read that previous versions can be done using Window's task manager and a script.
  2. renartbrazil

    end of one query, trigger another to begin

    How can I set up a brio query to trigger another query in the same bqy file? Like if I had a 2 step query, or a 3 step query, I would want to have step 2 run at the event of the step one's query completion.
  3. renartbrazil

    if cell matches cell in column A in external workbook

    Well, I can't get it to go for me. The one here is skip's that I need but can't get it to work. While I keep at it, just to clarify what it was. Two workbooks, one to keep something like an account number or something, then the other is where I will past information into that I may need to check...
  4. renartbrazil

    if cell matches cell in column A in external workbook

    I find myself looking at the same thing over and over when looking at specific data. Can not find any good examples on how to set it up. Simply looking to highlight a cell if it matches a cell in an external workbook. Any suggestions or links I possibably may have not come across to explain some...
  5. renartbrazil

    plotting

    Maybe I should be specific. Does anyone know how or have read somewhere how to make a specific long/lat coordinates to be a specific point in Flash. Like 0,0. I just don't have an idea on this, anyone?
  6. renartbrazil

    plotting

    Has anyone seen any examples of longitude and latitude being used in Flash? I have an idea but I have to get past this part or understand how it has been done. Thanks so much.
  7. renartbrazil

    loading txt from external txt file into a dynamic txt box

    I have come across some examples on the web for loading external txt files. I have a gallery I am working on and I am in need of some txt under each image. Any suggestions on the most effective way? Doing this for someone else and trying to make it simple as possible so they do not have to open...
  8. renartbrazil

    how to keep proportional an image

    that is great, exactly what i am looking , now have to wait all day til i get home !
  9. renartbrazil

    how to keep proportional an image

    this is similar as my last post, which was answered. what if i have several images, different dimensions. how to create a smaller image (which i will be using in a gallery) to keep its dimensions or ratio? below is a way for images that are always the same size. onClipEvent (data) {...
  10. renartbrazil

    position of a movie clip

    thank you, i had this question without being able to try what i though it was, but this looks exactly right, ty
  11. renartbrazil

    position of a movie clip

    onClipEvent (data) { this._width = 142; this._height = 142; } i have several of these that will place an image here. it makes the image that size or what ever size i want but my images are not all the same size. does anyone know of a way to have this read to a "x" "y" position instead...
  12. renartbrazil

    it's like Ltrim but opposite

    so does anyone know how to take the last 9 digits off of a number starting right to left, even if in text format? Is there a way to have it read from right to left? thanks.
  13. renartbrazil

    DISTINCT COUNT

    that looks like it should work, i will try that, thanks
  14. renartbrazil

    DISTINCT COUNT

    I am using Distinct Count quite often and I see on issue so far. If there are 10 rows, 5 have different names in them, and 5 are blank then that will give me a Distinct Count of 6 (i want another column to give me the 'Count' of blanks.) How can I deal with the blanks? Can I drag another...
  15. renartbrazil

    it's like Ltrim but opposite

    ok, so I see no one really participates in this forum, but if anyone reads this....with in the next month i am going to purchase to understand BRIO better. anyone know of some good books on this subject? and anyone know of a good place online for BRIO related stuff?

Part and Inventory Search

Back
Top