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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: overyde
  • Content: Threads
  • Order by date
  1. overyde

    Vote Count

    Hey, I have a voting system for images for a competition a client is holding. I have 2 tables: entry and votetrail. I need to know the statement to be able to count who has the highest votes at any particular date/time in the past. My tables look like this: Entry...
  2. overyde

    Array Loop

    Hi, For some reason this has me stumped. Basically I'm calling data from a db and placing it in an array. How do I get the array to write a <tr> for every different "eventid" not evry entry? i.e. Basically the data below should have 2 rows in the table with <td> cells for each of the start dates...
  3. overyde

    Select entries that fall in date range (part 2)

    Hey, Another issue has raised its ugly head. Man I hate working with date ranges!!!! I originally had the query: SELECT * FROM calendar WHERE (startdate < '2009-05-01' AND enddate > '2009-05-30'); And this is some of the data in my database: id-------startdate----------enddate------- 1...
  4. overyde

    Select entries that would fall in a date range

    Hi, How do I go about selecting entries that have a start date field and an end date field but not specified in the present month. Bit hard to explain. I'll try to show it: id-------startdate----------enddate------- 1 2009-04-24 2009-04-26 2 2009-04-25 2009-06-18...
  5. overyde

    start date and end date problem

    Hi, I'm making an online diary and have run into a problem. I need to display an appointment on the calendar. Easy enough if it spans over one day. However, I have appointments that need to be displayed over a few days. I have a start date field and an end date field. What would be the best way...
  6. overyde

    Counting Movieclip Frames

    Is there a way to count how many frames are contained in a movieclip? Reality is built on a foundation of dreams.
  7. overyde

    Retrieving Dynamic Instance Names

    Hi, What is the way to be able to target an instance dynamically. I have a class that store static variables to which I can assign data. My one class object: glo.bal.sectionname contains "ins_section1" So what would be the right way to tell my movieclip to move 1 frame. I was sort of looking...
  8. overyde

    Setting variables with a button AS3

    Hi, I'm prety handy with AS2 but AS3 has come and pulled the carpet from under my feet. I need to know how to do the following. In AS2 you would set this script on the button: on (release){ variable = "variable amount"; gotoAndStop("labeled frame"); } I've pretty much got the...
  9. overyde

    Decimal Time to minutes and seconds

    Hi, What would be the right formula to get say 0.18mins to equate to 11seconds or 1.25mins to equate to 1min15sec? Thanks Reality is built on a foundation of dreams.
  10. overyde

    Embed A Browser IN Flash

    Hey Guys, Is there a component or someway I can embed a browser into flash? I know that it can be done with MDM Zinc but I need it to go through a browser rather than being a desktop application. Sounds confusing I know but it is a way for me to bring 2 projects together seamlessly. Reality is...
  11. overyde

    Link Under Div Layer Not Working

    Hi, Is there a way to make a link under a div layer active? Really been struggling with this! <body bgcolor="#000000" style="margin-bottom: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px;"> <div id=layer2 style="position:relative; width:100%; height:100%; margin-bottom: 0px...
  12. overyde

    Adding Results Then Selecting Top Results

    Hey All, It's been a while... I'm looking to go through a table of sales which has a reference to the sales person for that sale. There is another table with details of the sales person. What I need to do is add up the amount of sales each person did (amount of individual sales not value of...
  13. overyde

    Buttons, actionscript3...WTF?

    Hey guys, Recently got Flash CS3 and just can't seem to get my head around AS3. I have a button with and instance name of "ins_button" (the button's own name is btn_mybutton). On click the button i want it to go to labeled frame "lb_proceed". How do I do this? I'm not even a noob to flash and...
  14. overyde

    Problems installing Flash CS3

    Hi, I bought flash cs3 (upgrade) from adobe and downloaded. When i run the self extractor it says that I have insufficient space or my write priveleges do not allow the file to be written. I have hdd space and the folder has full rights. any ideas anyone? Reality is built on a foundation of dreams.
  15. overyde

    Need Inner Join Help

    Hi, I have two tables, namely "people" and "messages". I need to do a join between the two tables so that I can see who sent the message, who recived the message and the message details and ordered by the message receiver. Sample tables below: +-----------------------------------------+ ||...
  16. overyde

    Upload and execute .sql file

    This is something I feel I should know by now but am struggling to get it to work... I need to be able to allow a user to upload/execute a .sql file into a table on a server. How do i go about this? Reality is built on a foundation of dreams.
  17. overyde

    Flash player TCP port

    Hi, What port does the flash player use to connect to the internet. There has been some mods on the firewall and now the our flash app can not connect to the web and need to know what port needs to be unblocked. Reality is built on a foundation of dreams.
  18. overyde

    Dynamic Text Field Scroll Bar

    Hi, I'm pulling info from an external source (php page/mysql dbase) into a dynamic text field with mutiline on and word wrap. Problem is this: when I try to add the uiscrollbar component it does not work...I see the info I've pulled in from my php source but the scroll bar does not work(i.e. not...
  19. overyde

    Closing apache console window

    Hi, I have a weird php/apache problem. I manage to start apache from a php script I wrote but can not get it to shutdown from a script. I have tried various methods i.e. apache -k shutdown. I then thought of installing as a service (apache -k install) then run (apache -k start) and reversing...
  20. overyde

    Closing apache with php

    Hi, How do I close apache and mysql from php? Would I need to use a dll as it will be running on windows machine? The environment is apache 2.0, mysql 5.x, and php 5. Thanx Reality is built on a foundation of dreams.

Part and Inventory Search

Back
Top