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 strongm 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: Merkaba
  • Content: Threads
  • Order by date
  1. Merkaba

    Scope changes when passing Function() across iframe

    Hi all, I am coding a revised version of an application, upgrading it to Ajax following the Model View Controller pattern (MVC Pattern). A quick break down: Client UI - Run on IE7 - HTML/Javascript/ExtJs Library/JSON/MS AJAX Extensions Server - ASP.NET (webforms with no code behind) and a...
  2. Merkaba

    Web Form loads blank - very strange - IIS Issue

    Hi all, I read a few threads here about web forms loading blank when using Response.Redirect, but my case is very odd. I have a custom datagrid control that works fine. There is a Template Column with an ImageButton control to redirect to a web form that displays full details of the...
  3. Merkaba

    PL/SQL Best Practices?

    Hi all, I just started a new job developing Enterprise C# Web Applications and my aptitude with T-SQL and Data Modeling gave my supervisor the idea that I should be sufficient to rewrite the company's software to be able to support Oracle. I received this assignment today and since I have no...
  4. Merkaba

    AMD Dual Core Compatible Security Suites

    Anyone know of any? I posted this in the hardware forum, thread602-1267241, too, just in case someone else has a similar setup and found one. What I have gotten to work: AVG Pro AntiVirus Norton IS 2006 What has failed to work properly: Sygate Personal Firewall - hangs for 4 minutes before...
  5. Merkaba

    AMD Dual Core Issues with Security Suites

    Hi all, Well, I bought an AMD Dual Core system piece by piece, and got everything working, well almost everything... Here are my specs: Motherboard: ASUS M2N-SLI Deluxe, BIOS Rev. 0304 CPU: AMD Athlon 64 X2 +4200 2.2Ghz RAM: 2x 1 GB Corsair XMS2 DDR2 800Mhz Unbuffered Dual Channel HDD...
  6. Merkaba

    DatePicker and hiding invalid dates

    Hi all! I'm writing a reporting app where the user can select one date or a date range. I put validation in so the user cannot select an end date before a start date and vice versa by manipulating the MaxDate and MinDate properties of two DatePicker Controls on a VB.NET 2.0 Windows App. The...
  7. Merkaba

    Changing the Form's Border Color? Possible?

    Hey, I'm practicing my design mode skills and got a killer looking form, but the stupid Window's Color Scheme makes it look like crap. I'd rather not change what I already like to compansate for a oversight by Microsoft. I know there has to be a work-around for changing that Blue or Silver or...
  8. Merkaba

    Streaming Music Through POST?

    I am making a ASP.NET site for my band to get our songs out there. I made a <asp:Literal> and dropped an <embed> to load the song picked from a dropdownlist. The problem is that I want the music to continue when someone clicks a server-side link on the site. Reason being, that I have links to...
  9. Merkaba

    SQL 2005 Error Msg 4101 Mutli-Bound Error

    I just upgraded to SQL Server 2005 Standard Edition for my home Dev work. When I SELECT a column from a table and JOIN with that same column I get a weird error message. I've been Googling it for about 20 minutes and found people with the same problem, but no answer was given. Oddly enough, I...
  10. Merkaba

    ActiveX Viewer XI with 8.5 Reports?

    Is it possible to open Crystal Reports made in 8.5 with the newest viewer bundled with XI. If so, are there any compromises that have to be made. I know it is possible to upgrade to Viewer 10, with minor flaws in SQL UNIONS, but if we upgrade we want to go to XI. I can't find any info on it. I...
  11. Merkaba

    Changing the onchange value

    Hey, I'm writing some code to display a rank in a select box. I have to make it so the same number isn't picked twice. My code works the first time, but I have to change the onchange (ironic I know) to have the new rank as origRank. The code is like this: function changeRank(changedID...
  12. Merkaba

    Can Flash read an XML file from Memory

    I need to make a dynamic chart in Flash for a web app. I'm using XML for the data, but my boss doesn't want the XML file to be written to the server or client PCs. He wants it to stay in memory only somehow and transfered to Flash. Flash, I think, is gonna want a physical file to read. I said...
  13. Merkaba

    Saving XML to Memory ONLY

    I made an XML RS from MSSQL and i have to keep it in memory, but load it into Flash MX, without using RS.Save and loading the saved file. My client insists that the file NOT be saved physically, but only to memory. Is there a way to save it to memory and call it from a different .ASP page, i.e...
  14. Merkaba

    Virus Guard Deleted FileSystemObject dll

    I'm not sure if this is the case, but when I installed Visual Studio.Net 2002, i got this McAfee popup after the final script ran and it said, virus threat cleaned or something... I paid no attention to it, but when i use Scripting.FileSystemObject now, the page acts like it is in an endless...
  15. Merkaba

    Stored Proc Parameter Conversion Error

    hi all! i'm fixing bugs in an ASP web app that tracks employees skills for use in the field. The app calls a Stored Procedure, but when I checked the database, it didn't exist; it must have been lost somewhere. Sooo, I have to Create this Proc over. It is called like this: SelectSql =...
  16. Merkaba

    errors on client computers

    I'm new to vb.net and I've made an app for a client and it works on my pc, but not on his or anyone else without vs.net installed on it. The .Net Framework is installed on the client, including sp1. This is an XP Home OS Machine. Do I need to run a command on the client pc to get this to work...

Part and Inventory Search

Back
Top