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 Chriss Miller 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: abraxas
  • Content: Threads
  • Order by date
  1. abraxas

    Trouble with vs 2008 excel add in walk through

    Hello, I'm having some problems with msdn tutorial http://msdn.microsoft.com/en-us/library/cc668205.aspx Excel opens but the string that was supposed to be in A1 is not there ie "This text was added by using code" I did everything as per instruction Create Project Excel 2007 Add In Copied...
  2. abraxas

    VFPOLEDB as linked server and data modification problems

    Hello all, I dug this up here and I wish to know if it's still valid ***** philhege (Programmer) 23 Nov 05 12:59 The bottom line, and I got this straight from the MS PSS horse's mouth last winter, is "we don't support data manipulation through the link server and VFPOLEDB." Select, yes; I/U/D...
  3. abraxas

    NS_ERROR_XPC_BAD_CONVERT_JS with removelChild()

    Hi there, This error appears while iterating through <input> tags. Once a condition is satisfied a call to removeChild() is made. It is this call that produces error NS_ERROR_XPC_BAD_CONVERT_JS in firefox 2.0 Code fragment follows var objInputs = document.getElementsByTagName("input"); // get...
  4. abraxas

    HTTP:// .../?sql=Select+*+From... equivalent in SQL 2005

    Hello, I have the enviable task of migrating our sql 2000 server infrastructure to sql 2005. One of a couple of thousand bits of research I have to do is "What happens with the IIS SQL virtual directory, especially pertaining to XML, in SQL 2005?" We have set up some simple AJAX components that...
  5. abraxas

    Ie7 rendering problem with page created in dreamweaver Mx

    Hello people, This also applies to opera 8.0... http://www.diecast4u.com.au/cat/backhoeloaders.html Thats the page and it does use nested tables.. sorry.. will not display properly in ie7 or opera 8.. just a non pregnant cutoff couple inches below top margin... had page validated with w3c.. all...
  6. abraxas

    Got IE7 Html dilemma

    Sorry people for bothering you on this but could some one please look at http://www.diecast4u.com.au/cat Got no idea why the page loads in everything but ie7 and opera 8... Built it in dreamweaver mx. Not sure this is the right place to post this.. so sorry in advance. Ant
  7. abraxas

    Unions and the order of things

    Hi people, suffering from from an ordering dilemma in which using three queries (on same table) using Union all presents data in order in which the queries are executed and yet gives duplicates, presents the data in an ambiguous order format when using it as a sub query. Here is the basic union...
  8. abraxas

    Removing DTS Package from Structured storage file

    Hi all, Wow, a DTS forum! I have a simple question in regards to DTS. I have a structured storage file, myPackages.dts, that holds seven distinct packages plus their versionings. How do I remove one if I so wish? I open the package in SQL2000 Enterprise Manager and the SelectPackage windows...
  9. abraxas

    Quick Way to unselect/select all checkboxes in datagrid

    Hi All, I need some advice on how to check or uncheck all checkboxes in the displayed winform datagrid. I've found much ASP orientated doco including AllowSelectAll property (which doesn't show in MSDN 2003). Is there some column property to allow this or do I just loop through the datagrid...
  10. abraxas

    Advice needed implementing CASE within INSERT SELECT outer Join Query

    Hello, Having recently given up using cursors for more thoughout queries I have recently encountered a problem. Due to a legacy table requiring "Yes"/"No" values instead of Bit 0/1 I need a CASE statement for a joined Insert Select query. Here is a cut down Insert Into products ( prodkey...
  11. abraxas

    OpenFileDialog Appears To Lock File

    Hello, I've got an app in which user browses (openfiledialog) to a file, opens it, and the code retrieves the filename and path. Drama occurs when further on in the app we go to open the file. In this case an app (call it myapp.exe "path\filename") started using...
  12. abraxas

    Convert Clarion 2.1 to csv or dbase problem

    Hello, I've checked a couple of posts here with similar dramas so I guess i just need some advice on versions. I have a clarion 2.1 dat file called products.dat and two dozen other related dat files that I want to export to CSV format via a command line utility. This will be used as an...
  13. abraxas

    SQL2000 create trigger within stored procedure

    Hello, Was wondering if you could help me with a problem. I wish to create a stored procedure which creates a trigger and a stored procedure that drops a trigger. I realise I can incorporate both into the one procedure but I cannot get past the first step of creating a trigger. Within...
  14. abraxas

    Redirect problem in two browsers but ok in one

    Hi there, I checked this forum before I posted to see if there was something similar. There was one posting that mentioned submitting "_Blank" forms but I'm not submitting a form soooo.... I have this function in the <head> of an asp script. function viewPrompt() { var getName; getName =...
  15. abraxas

    .Net and interbase connection

    Hi all, I have a c#.net form that opens a dialog box to enable a user to point to an interbase .gdb. Sadly this OpenFile() action seems to create a lock on the .gdb file causing a log error SQLCODE=-902 Error while trying to open file unknown win32 error 32 ibcode=isc_io_error when my app goes...
  16. abraxas

    C#, .NET and Text file to SQL vis DTS

    Hi, I hope this isn't akin to a trekkie walking into a Star Wars convention since I've gone through a year of postings in this forum and found not what I need. Essentially, I want to add a dialog box that a user can navigate to a .CSV that will be used as a datasource for a simple DTS package...
  17. abraxas

    Global.asa and the Lazarus cookie

    Hi, Happy New Year to one and all! I've come across an odd behaviour in Global.asa when trying to set a cookie. I've tried researching how global.asa stores some its info on the client but have only come up with.... "Session cookies are stored in the visitor's computers memory." Which i...
  18. abraxas

    ASP- Default values in Function Argument List

    Hi, In some languages like PHP you can set a default Argument in a function such as myFunction(myValue = 0) { Return myValue } print myFunction() Output >> 0 Is there an equivalent in ASP (not .net)? I had a good look around but can't find what I'm after, I'm unsure what it is called. abraxas
  19. abraxas

    .NET framework 1.1 install problem vsvars32.bat missing

    Hello! I tried searching tek-tips for some solution for this but alas the search functionality is undergoing maintenance. I ambitiously installed .net framework 1.1 redis, .net framework 1.1 sp1 and .net SDK (108M big) on a win2000 adv server sp4 running ie 6 sp1 and mdac 2.8 (such prose)...
  20. abraxas

    VB5 OLE DB IBProvider to interbase pointers needed

    Hi, I've been appointed instant expert and am required to write a VB app to taketh from Interbase and giveth to MsSQL. While the mssql part is understandable the vb/interbase bit is very vague. I have searched the web for 3 days and sifted much info and finally selected upon an OLE DB sub tool...

Part and Inventory Search

Back
Top