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 Wanet Telecoms Ltd 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: *

  1. ArizonaRedneck

    preloader error

    Hello, I am trying to make a preloader and and having a little bit of trouble with it. When I test the movie, it gives me some sort of target error but if I close that window, it works fine. Online however... the loader bar just loops forever. I have put the fla file in a zip here...
  2. ArizonaRedneck

    Flash Loading

    I just made my first flash site. I'm having some troubles with the loading of pages. Basically, The page background is black but while you wait for the flash to load, there is a white rectangle there. also, I was wondering if there is a way to make it load faster. I am using mx 2004 and I...
  3. ArizonaRedneck

    execute dts package from asp.net

    hi, I'm trying to execute a package from a sql server on my local box. I have added all references neccessary for it to run. When I run the package from enterprise manager, it works fine. When I run it from my aspx page it throws an error. Something about data pump task or something like...
  4. ArizonaRedneck

    select question

    hello. I have 2 databases located on a local SQL server. one is called Store and one is called StoreDevel. My question is how would I select from a table in the Store Database and insert the records into a table int the StoreDevel database? Here's what it looks like so far...INSERT INTO...
  5. ArizonaRedneck

    serialize arraylist

    I was just wondering how to serialize an arraylist to xml USING VB.NET. After that, I would like to store the generated xml into a sql server database. Any help would be appreciated. Thanks in advance - "Do your duty in all things. You cannot do more, you should never wish to do less."...
  6. ArizonaRedneck

    Debugging Error

    when I try to start the project, it gives the error that "could not start asp.net or atl server debugging" I am running VS 2002 on windows 2003 server. Please Help! - "Do your duty in all things. You cannot do more, you should never wish to do less." Robert E. Lee
  7. ArizonaRedneck

    Advantage Database

    Hello all, I just started a new job and need to tie into their inventory database. The problem is that is an "Advantage" database. I have not heard of this kind of db. I've always used either SQL Sever or MYSQL. I want to import the tables into a SQL Server Database so that they will be...
  8. ArizonaRedneck

    custom scroll bar (MX 2004)

    hello. I am somewhat new to flash. I am more of a .NET programmer. I just picked up flash MX 2004. What I would like to do is create a scroll bar for a text box. HOWEVER... I want to replace the sliding rectangle part with an image. basically one button on top, one button on the bottom...
  9. ArizonaRedneck

    Collaberation

    I was the only developer at my work since I started. I have always worked as the only .net developer in my previous jobs as well. My work just hired another developer. I have visual studio on both machines so we each work on web sites locally. The problem that I'm faced with is that we both work...
  10. ArizonaRedneck

    swf in keyframe?

    hello. I am new to flash. I followed a tutorial online that showed me how to make a simple movie that when you press a button a sound plays, and when you press it again, it stops playing. This is working perfectly. My problem is that I want to put this movie inside of another one. What I...
  11. ArizonaRedneck

    Recomend Control Panel

    I want to switch to a dedicated server using IIS. I have a bunch of sub domains (apx 200). I want to have a control panel so that the clients can change some of the settings for their sub domain only. What software should I use? Thanks. - "Do your duty in all things. You cannot do more, you...
  12. ArizonaRedneck

    Easy SQL Question

    I'm sure it's very simple to do, but I can't figure out how to increase a value using an update statement. I have a column named "PreviousBalance" if a condition is met I want to increase it by a value contained in the "Fee" column. basically: <PreviousBalance> = <PreviousBalance> + <Fee>...
  13. ArizonaRedneck

    StreamWriter Error

    hey ya'll, having a little trouble here. I want to save a text file to a mapped network drive (Y) in asp.net. This works fine and dandy in regular vb.net but when I try the same path in asp.net it says the vb and the asp are running on the same server objWriter = New...
  14. ArizonaRedneck

    Format Excel Column in vb.net

    I need to transfer a dataset into excel for work. I can do that, but I don't know how to format the column through code. for example... in excel, you would highlight the column,click format,cells, and under category I would choose text. I need to do this because some of the fields in my...
  15. ArizonaRedneck

    Deployment register dll

    I want to deploy a vb.net windows application using the deployment wizard in .net. What I want to do is register dlls during the install (I'm using DTS packages and some of the .dlls need to be passed and registered). I have done this manually in the past ( after installing the program, I...
  16. ArizonaRedneck

    DTS From VB.net

    hello, I'm using DTS packages with sql server 2000. I want to execute the packages from a vb.net application. I can get it to work fine from my computer. When I copy the .exe and all of the .dlls in the bin folder to another machine on the same network it gives an error. Something about the...
  17. ArizonaRedneck

    enterprise manager over LAN

    I have SQL Server 2000 installed on my PC. It is working great. in enterprise manager I have 3 sql servers registered ( one local and 2 remote). I have some local packages that I use to sync up the databases. I want other PCs on the network to be able to run the packages. I installed...
  18. ArizonaRedneck

    Local Packages Update

    Does anyone know how to make a local package that basicaly updates two columns on a local database with ones from a database that's online. I don't want to add rows onto the end (this was all I could seem to get it to do). I want to overwrite the value in a row with the value thats online. The...
  19. ArizonaRedneck

    Connect to MYSQL

    I'm trying to connect to a mysql database. I'm using ByteFX. I added a reference of ByteFx to the project and use the following code: Dim strConnectionString As String = "Data Source=mysql17.secureserver.net;" _ & "Database=*name here*;" _ & "User ID=*ID here*;" _...
  20. ArizonaRedneck

    REPLACE HTML

    Is it possible to get the html of a page during it's page load... basically I want to replace part of the text (i.e. *First Name) with dynamic text. I was hoping to somehow get the html for the page, replace the values, and then display the new html to the user. any ideas?

Part and Inventory Search

Back
Top