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 Chris 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: *

  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

    Thanks guys for the heads up regarding cpdialog. Correct me if I'm mistaken but all this will be for naught if the vfp application (the app that the company has bought) has exclusive access of the data tables in directory? No, the 64 bit os was just a test on my dev environment to see what...
  3. abraxas

    VFPOLEDB as linked server and data modification problems

    Thanks again Olaf, out of luck? Not me. Why I was asked to do this. The company requires distributed queries to 30 plus instances of Visual Fox Pro applications (they migrated from interbase) on their VPN. At the moment nothing spectacular with the reading and writing of dbf's, just one numeric...
  4. abraxas

    VFPOLEDB as linked server and data modification problems

    Thanks Olaf, I thought i may of put my audience to sleep! I tried playing around with the vfpodbc (6.1.86291) this morning to no avail unless you want to walk me through how to do it. I am looking at a product called adavantage database server and some other advantage products. I'm waiting for...
  5. 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...
  6. abraxas

    NS_ERROR_XPC_BAD_CONVERT_JS with removelChild()

    Thanks tsuji, That cleared up several such instances of that error message, had no idea that removeChild accepted an object, thought it was a damn string primitive!
  7. 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...
  8. 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...
  9. abraxas

    Ie7 rendering problem with page created in dreamweaver Mx

    Ahhh! but once i run it thru nvu and let dreamweaver have it again comes up ss real ugly text file with escaped html tags.. so there is more to the dreamweaver file than meets the eye Ant
  10. abraxas

    Ie7 rendering problem with page created in dreamweaver Mx

    smah, thank you for your prompt response! Will try with winedit 2000.. as i said looked thru with hexedit.. didn't see anything outta the ascii char range w3c would of found amiss table tags.. tried nvu.. was good try though thank you! Ant btw way tried this with apache and iis web servers...
  11. 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...
  12. abraxas

    Got IE7 Html dilemma

    Thank once agian Linney, Got get on top of this... i altered the http://www.diecast4u.com.au/cat/backhoeloaders.html page to be w3c compliant.. it is.. still know joy... not understanding microsoft policy of NOT adhering to w3c standards.. It's just straight forward web page by dreamweaver...
  13. abraxas

    Got IE7 Html dilemma

    Thank you Linney for your time, Found many dreamweaver/IE7 rendering dramas here's one in particular http://dataleak.corewatch.net/archives/6 The code is just straight out html.. no js .. no asp,, just an external css file... http://ozepharmacy.com.au was built in dreamweaver mx and it it drips...
  14. 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
  15. 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...
  16. 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...
  17. abraxas

    Quick Way to unselect/select all checkboxes in datagrid

    Ok, managed to cobble together a functional way of doing this using Hittest, mappingnames and a loop dg[row, 6] = true, (and check boxes display checked) but this seems to fail whatever event datagrid uses to update dataset. They don't Update! When one modifies a datagrid cell, what default...
  18. 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...
  19. abraxas

    Advice needed implementing CASE within INSERT SELECT outer Join Query

    Really sorry folks, I was missing a comma off my select list. It has fifty entries and I'm pretty tired so I just didn't see it. Thank you anyway bborissov. Guess I can sleep now.
  20. 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...

Part and Inventory Search

Back
Top