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!

Recent content by Setta

  1. Setta

    Strange error - SQL query in ASP page

    Hello everybody. I have the following SQL query in an ASP file. ---CODE--- ALTER TABLE mytable ADD mycolumn single ---------- So far so good, it worked a few times (in tests) But now I get the following error: ---ERROR--- Microsoft JET Database Engine (0x80004005) Número excessivo de campos...
  2. Setta

    Japanese website? How?

    Well, I don't have experience dealling with this kind of thing... but my windows is in Portuguese hehe. First, make sure u have in your IE the suport for jap fonts, then I would try to create the doc u say u do in MSWord (in jap) then save it as HTML, and try to see how it works in IE. If that...
  3. Setta

    Icons for XP

    I've read that tutorial already... But they tell u to use a "Gif Movie Gear" software. DAM! Looks like that XP Icons are AVI files like and not GIF like. Well, I'll keep on the search, thanks anyway. -- Webmonkey --
  4. Setta

    Icons for XP

    Hello. This question is not about PS itself but how to use it for create WinXP icons. I have some experience creating Icons for older versions of Windows but WinXP have something different. I read that winXP icons are actualy 6 icons in one (a bigone, a medium, a small, an extra small and so...
  5. Setta

    MM:Lock - cloning code

    I dont have this kingd of tags in my code: &quot;<!-- TemplateBeginRepeat name=&quot;RepeatRegion1&quot; -->RepeatRegion1<!-- TemplateEndRepeat --> &quot; but i've notice that this file is used as an include in another one that's an include. So, if the outer-include is beign used in a...
  6. Setta

    RecordCount problem

    Hello. I have two pages, and Dreamweaver has created a lot of code in both. In the first one the RecordCount of a give rs returns me the total records in the rs, on the second page the RecordCount gives me -1. What can be wrong? I know so far that if the RecordCount is not allowed it returns...
  7. Setta

    MM:Lock - cloning code

    Well I think that's the problem. I'm probably dealing with a template, but I don't remeber creating a template in this project. If this is a template, how can I &quot;turn it off&quot;? I mean, how can I convert it to a normal page? -- Webmonkey --
  8. Setta

    random number.. always selects first record...

    Uh.... well I'm not very familliar with random stuff, but... Like every thing in Object Based Languages can be treated as an Array, maybe when you pick randomily 5 numbers you're getting no 1 to 5 but 0 to 5. Try the same code but with 4 and no 5 (0 to 4 = 5 numbers) Hope it helps. --...
  9. Setta

    Emailing test problem

    Hello, I'm developing a engine to send multiple emails, it works pretty well on my remote server, the site host. When testing my files localy i've got this error: 'CDONTS.NewMail' can't be created by an ActiveX. Well, I know I can't send these mails from my local server, but there's a way to...
  10. Setta

    I have multiple recordsets on a pag

    Don't fall in the poorly excuses like:&quot;You'll have to recode your pages!&quot; That's crap! If your connection worked once it's 100% correct. The second code block you is better to use, and I belive it's more reliable than the first way, but this kind ofthings can be done in multiple...
  11. Setta

    MM:Lock - cloning code

    Hi guys. I'm having a little problem with an ASP page I've created in Dreamweaver. Here is teh problem. The page is an include, so it does not have a head, or opening <html> or whatever. BUT, in some part of my code i have this: MM:EndLock I don't know what this mean. And worse, when I try...
  12. Setta

    ALL the shortcuts u know!!!

    Well, talking about Cavans andImage size. You can reach these options right-clicking in the window name of your picture. Much faster than using the menu. Other tricks that I use. Hold ALT and click in a layer visibility - hide all layers, except the one you clicked. ALT and click agian - show...
  13. Setta

    How to check if a column does exist?

    Well, thank you guys...now the problem is solved. FYI: A friend of mine give the following code ------------------- Dim my_column_exixts my_column_exixts = false set myConnection = Server.CreateObject(&quot;ADODB.Connection&quot;) myConnection.Open YOURCONNECTION set schema =...
  14. Setta

    How to check if a column does exist?

    mwolf00 were your code in JS or VB? -- Webmonkey --
  15. Setta

    How to check if a column does exist?

    Thanks onpnt! I am using VB and not JS. (or should I say !JS) Well, now I'm getting an error that does not make sense to me. On this line --------------------- cn.ConnectionString = connString --------------------- Then the system says: Object necessary: &quot; (YES, just a lonely &quot;)...

Part and Inventory Search

Back
Top