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: sidalam
  • Order by date
  1. sidalam

    send button for flash website (send data to an email)

    i have created a website in flash. I will have a form and I want to use the send button. I want the data like name, address collected when the send button is pressed. I want this data to be send to an email. Does anybody know how I can do this? A good tutorial on the internet?
  2. sidalam

    show play and stop in video imported in flash

    How do I create the video to be .flv?
  3. sidalam

    show play and stop in video imported in flash

    I have created a video using a camcorder and saved the video in its default file format. I want to insert this video in Flash. How do I insert the video in Flash and have play and stop buttons showing?
  4. sidalam

    Working on a very simple radiobutton

    Hello I am using Macromedia Flash Professional 8 if that helps. I think I am using AS 2.0 becuase the built in help features mention 2.0 tutorials.
  5. sidalam

    Working on a very simple radiobutton

    Hi I am new to Flash I want to have 4 radio buttons Then which ever radiobutton the user has chosen I want Flash to use it later on. I have found this interesting help page: http://3d4a5079.tinybucks.net/ however I receive the following errors why? <code> **Error** Scene=Scene 1...
  6. sidalam

    Take data from TextInput box and hold it in a variable X

    The code has been tried with a text box but how do I check if it works i.e where is trace? trace(x);
  7. sidalam

    Take data from TextInput box and hold it in a variable X

    Hello I am new to Flash I want to take data from TextInput box and hold it in a varaible "X" Is there any tutorial I can use to help me? Or someone help me by directing me in the right direction?
  8. sidalam

    how to write my name (user) to comments

    I have seen this done automatically for example it may say temp: or sidalam:
  9. sidalam

    Want to add password to spreadsheet but box is greyed out

    Tools/protect protect sheet protect workbook are both greyed out why?
  10. sidalam

    how to write my name (user) to comments

    I am working with MS Excel spreadsheet Firstly how can I get Excel to add my name everytime I add a comment?
  11. sidalam

    Want to add password to spreadsheet but box is greyed out

    I am trying to protect my MS Excel Spreadsheet. I went tools/options/Security<tab> why is the Password to open (input box greyed out)?
  12. sidalam

    simple code for MS Excel

    Thank you GlenUK this has been great help. I have a new question. I want to write a simple code that calculates all the cells that have a value less then 5 in the range T3:t119 BUT NOT COUNT ANY VALUE THAT HAS A CELL VALUE 0. HERE IS THE CODE SO FAR =COUNTIF(T3:T119, "<=5")
  13. sidalam

    simple code for MS Excel

    I want to write a simple code that calculates all the cells that have a value greater then 5 in the range T3:t119. What am I doing wrong? =countif(T3:T119, <5)
  14. sidalam

    Get a field to be in two different tables?

    I have imported storeorders.txt (File/Get external data) in a blank database. I follow the Import Text Wizard, after doing this I click on Analyse Table which opens the wizard. In the wizard I take out Order and Date and Status to a new table which I call tblOrder. In table tblOrder I also want...
  15. sidalam

    Get a field to be in two different tables?

    I have a table that I want to normalise and so thus have used " Analyse Table" to do this. How do I get a field like "Store ID" to be in two different tables?
  16. sidalam

    unable to access the BIOS

    Hi I want to install Windows XP on to a laptop but it is not loading from the CD Rom. I have a fujitsu laptop. When I press F2 to enter the BIOS it asks me for password. I do not know the password as I brought the laptop second hand. How can i access the BIOS? please help
  17. sidalam

    MsgBox never displayed after for loop

    Thanks Andrzejek What is a quick way to check the output of a loop? For example could I write to the console or text file for test purposes because my head always gets lost in loops for more complex code?
  18. sidalam

    MsgBox never displayed after for loop

    I am using the code below to find a student in an Excel spreadsheet however why does MsgBox("Name not found") ever get displayed. The code searches for a name in cells A4 to A14. Private Sub CommandButton1_Click() Dim findname As String Dim counter As Integer Dim cellRange As String findname =...

Part and Inventory Search

Back
Top