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 wOOdy-Soft 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: orangeblue
  • Content: Threads
  • Order by date
  1. orangeblue

    problems with loadVariablesNum

    Hi Basiclly i have a mc in in which there is a text box. The data is taken from text file using loadVariablesNum("news.txt", 0); the problem i am having is that i can't get the data to load into the movieclip. I got rid of the movieclip and use the _root and it works fine. anyone got any...
  2. orangeblue

    checkbos for a repeater in vb

    Hi I wondered how i would go about doing a multiple deletes. i know i need to put the id in a checkbox, but i am getting errors. I can't seem to put the in in a check box. has anyone got an example of how to do this thanks hesh
  3. orangeblue

    getting the last id

    Hi I need to get the last id of the record i have inserted in s sql sever db. i know in asp i can use @@identity but what to i do with asp.net the insert code is below cmdinsert = new sqlCommand("sp_Insert_event", myConnection) cmdInsert.CommandType =...
  4. orangeblue

    dynamic fonts causing problems

    Hi I using flash mx to design a project. I have been using a pixel font called harmony. The problem that I am having is that when I use dynamic text box which brings the data from a txt file the font on is very small and cannot be read at all (This is when I run it on the web server). But when I...
  5. orangeblue

    mac explorer 5.2

    Hi Just been doing a website and i amd stuck on some css for mac explore 5.2. I was looking for the answers but most forums involving mac 5.2 stuff saying that the browser is out of date and its not worth programming for it. Is this true?? Cheers Hesh
  6. orangeblue

    xml error with exploer and not firefox

    Hiya I just leant and created a xml feed, Its working fine in firefox, all the info are showing, but when I tried to run it in explorer i find that it says error page not found. Does any one know why? I have included my code thanks in advance Hesh <% ' Write out the XML Version Identifier...
  7. orangeblue

    rss using asp tutorial

    Hi Does anyone know a very good tutorial on how to creat a Rss using sql db many thanks Hesh
  8. orangeblue

    cmd command for sql text not nvarchar

    HI I got a field called text area, but on my store proc i used the command @desc text I know how to use nvarchar, but not sure about text cmdStoredProc.Parameters.Append cmdStoredProc.CreateParameter("@desc", adVarChar, adParamInput, , gs_desc) i am having errors using the above statement...
  9. orangeblue

    see though div and a input-box

    Hi I am having a problem with explore. In that I have a div tag and a form on the page. The problem is that the input-box is still showning in front of the div tag rather then hidding the input-box. This problem doesn't happen in firefox. Can some one help me on this please thanks hesh
  10. orangeblue

    changing the list-style

    Hi I have seen on web site where the list-style has changed to say >> or another symbol instead of having the usual circle or square. I know I can use an image, but wondered if anyone know of actually changing the circle or square without using an image. cheers Hesh
  11. orangeblue

    Vertical Navigation Menus Using CSS Lists

    Hi Anyone know of any good examples of a Vertical Navigation Menus drop down using CSS Lists. Cheers Hesh
  12. orangeblue

    Microsoft JET Database Engine (0x80040E14)

    Hi I got this error in my asp page Error Type: Microsoft JET Database Engine (0x80040E14) Syntax error (missing operator) in query expression Basically I have a script that updates a record using the access version of a store procedure. I think the problem is that is the text has an ‘ or any...
  13. orangeblue

    writing username and password to config.inc

    hi is there a way of doing this Bascially, a form that submits a username and password and sends it to the correct location in config.inc thanks hesh
  14. orangeblue

    getting setinterval to work

    Hi I am trying to load a the same movieclip on to the stage every 5 secs. I am having problems with setinterval as it doesn't seem to work. please can u help here is the code //this function will get a loop of the number of daisys getdaisys = function(){ i = 1 ; //geting a the...
  15. orangeblue

    making the word search bold

    Hi I have crated a search script but i want to make the words that equal the searched words bold Say if i have a block of text Str="hello world this is england calling and so on " the word searched is "england" how would i go about making it bold. the best example is the google results...
  16. orangeblue

    rounding down a decimal

    Hi Say if I have 4.98 and if i use round() it rounds to 5 but I want the number to round down to 4. How can I do this? many thanks Hesh
  17. orangeblue

    iif calculation help

    ok i have to create a db that calculates the averages of batemsn in cricket so the forumla is Avg=totalruns / innings the problem is that inning can be 0 in which case Avg=totalruns so i am confused how i goabout doing this. so this is the basic if statement if innings>0 then...
  18. orangeblue

    drag and drop - moving the moviclip back using a timer

    Hi I am learning to do a drag and drop, basically say I got A movieclip called 'clipdrag'. the current position of the movie clip is _x=65, _y=51. and the clipdrag movieclip is droped at say _x=200, _y=300. Bascally what i need to know is how i got about bring the clip back to its orangial...
  19. orangeblue

    Diagonal lines

    Hi Guys I am trying to do thick diagonal lines that are the latest crazy on websites. I looked for the tutorials but can find only 1 pixel sized diagonal lines. But I require diagonal lines of 3 or 4 pixels. Can someone tell me how I go about doing this? Thanks
  20. orangeblue

    delete statement help

    can someone tell me why i am getting this error Microsoft VBScript runtime error '800a01a8' Object required: '' /admin2/include/portfoliolist_delete.asp, line 36 here is the delete code set deletePortfolio=server.createobject("adodb.recordset") sql="DELETE FROM dbstock_portfolio where...

Part and Inventory Search

Back
Top