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 IamaSherpa 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: ashvn
  • Order by date
  1. ashvn

    Problem debugging COM+ component in VB 6 IDE

    Well, one thing is that I can debug the component if I remove visual studio and re-install it. But if I put in SP4(or higher; haven't tried any older SPs though), then it stops working again... Meaning, something must have been brought in by the SPs that has caused the debugging to stop working...
  2. ashvn

    Problem debugging COM+ component in VB 6 IDE

    Well, thanks for the answer, but that still keeps me wondering why it used to work before.. The system actually logs errors in the event viewer, and if I do not change the MTSTransaction mode of the class to debug to 0, then I get this error: VB(-2147417851) Method '~' of object '~' failed. Any...
  3. ashvn

    Problem debugging COM+ component in VB 6 IDE

    Hi everyone, I have a component (say A) which is normally instantiated from within another component (say B), itself called from an ASP page. I used to be able to debug component A without any problems with the ASP page running, but then don't know what happenned, I could no longer debug, and...
  4. ashvn

    Checking for an existing filegroup using T-SQL

    Thanks hmckillop, that made the job!
  5. ashvn

    Checking for an existing filegroup using T-SQL

    Hi, Is it possible to use T-SQL to know if a specific filegroup already exists? If so, how can this be done? Thanks!! :)
  6. ashvn

    Storing a data file on a network path

    Hi! Is there any way a data file for a DB can be stored on a path other than a local one, i.e., on a network path? Thanks!
  7. ashvn

    Using VB6 to convert crystal reports v7 to v8.5

    Hi, Is there a way I can use VB to automate the process of converting crystal reports from version 7 to 8.5, instead of having to open up each report and saving it? Thanks!
  8. ashvn

    CDO error when sending email to 4000+ users..

    Hi!! I'm using CDO (CDOSys) to send emails from a VB app, and all's going fine until I try sending an email to 4000+ users. At this point the following err msg is logged in Event Viewer: 'VB(-2147024882) Not enough storage is available to complete this operation.' Any idea how this issue can...
  9. ashvn

    Intercepting net send messages using VB..

    I want to capture a msg sent to a computer called, say, X, ON that same computer X. Any way of doing that?
  10. ashvn

    Using loops in XSL..

    Hi! Are there any equivalents of the VB Do..While or For..Next functions? Let's say I have a var holding a value of 10 (can be any other numeric value). I have to dynamically create that number of textboxes, each having a name from 'txtNo0' to 'txtNo10'. Is there any way of doing that? Thanks...
  11. ashvn

    Intercepting net send messages using VB..

    Hi again!! I just wanted to know if there's any way of 'capturing' messages sent to a computer via net send by using VB. Thanks! : )
  12. ashvn

    Deleting event viewer logs by using VB..

    Hi! How can I clear event viewer logs by using VB? Thanks a lot!! :)
  13. ashvn

    Converting strings to numeric values using XSL

    Ok, got it, used the 'translate' function to remove that %$£%$ comma!
  14. ashvn

    Converting strings to numeric values using XSL

    Hi! Is there a way to convert, for example, a string of '25,000' to its numeric value 25000? What I want to know is whether there is something similar to the CInt function in VB that I can use to do the conversion. Thanks!! :)
  15. ashvn

    Populating a combo with JS using values from a recordset..

    Cool!!! That seems to be just what i wanted! Thanks!! :)
  16. ashvn

    Populating a combo with JS using values from a recordset..

    thanks a lot, but what I actually wanted is the php code embedded into the JS function to create the different options.
  17. ashvn

    Populating a combo with JS using values from a recordset..

    ok, thanks, but i just had a look at the JS forum, and came out completely lost!! Could u please indicate me where the thread talking about what I want is? Thanks a lot!! :)
  18. ashvn

    Populating a combo with JS using values from a recordset..

    Hmm, thanks, and how can that be done more precisely? Any piece of code on the subject would be very welcome. Thanks again! :)
  19. ashvn

    Populating a combo with JS using values from a recordset..

    Hi, I'm still a newbie at using PHP, and I've been trying to populate a combo box with JavaScript using values from a recordset. Anybody knows how I can do that? Thanks a lot for the help!
  20. ashvn

    XSL arithmetic operations...complete newbie to XSL..

    Hi all! I'm completely new to XSL and I'm trying to do some simple calculations using variables and arithmetic operators. However, I can't figure how to do divide operations. Here's what I'm trying to do: <xsl:value-of select=&quot;format-number(((($mySecondVar - $myFirstVar) /...

Part and Inventory Search

Back
Top