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 SkipVought 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: biry
  • Order by date
  1. biry

    set partial string to a var and deleted from main string

    i'm getting error: Expected end of statement Private strText as String ----------------^ i think there is a client / server side mix up? hmm...
  2. biry

    set partial string to a var and deleted from main string

    thanks pkailas, is there a way to make it more dynamic for the "variable" as i have to use this for many variables, starting at variable49 and ending with variable1076 (incrementing ever 13, like so: variable49, variable62, variable75, ... variable1076
  3. biry

    set partial string to a var and deleted from main string

    hi, was wondering how a variable can be set to certain characters of a string while deleting it from the string I have this string where the info is formatted like this: some_text_always_different (different_numbers) (more text) e.g. BERMAN MICHAEL BRUCE (0001266261) (Reporting) i would like...
  4. biry

    deletion of a duplicating substring

    thanks! that was bigger help than expected. I will use it and tag Motor11 in as the developer, thanks again!
  5. biry

    deletion of a duplicating substring

    can you help me get started on this, my VB skills suck as i'm just learning. How would i use split on the data to loop through an array thanks The answer to both your questions are yes.
  6. biry

    deletion of a duplicating substring

    hi, I have a string containing html code and though the string, And in no particular tagging order i have a duplicate HTML lines that i would like to eliminate the second one, a kind of find the sections of the string where this is duplicating right afer itself and delete the second repeater...
  7. biry

    removing sections of a string

    Hi, i have a string with html code, the begining of the string is as follows: <html><head><title>Testing</title></head><body><center>Items 1 - 80<br> <table> <tr BGCOLOR="#D6D6D6"> <th align="left" nowrap="nowrap" width="4%">Form</th> <th align="left" nowrap="nowrap" width="4%">Formats</th>...
  8. biry

    getting the function to work

    yes i've tried that with no luck - i get a blank screen. I thought maybe i'm calling a null cell number to i tried running the NumberCells function: variable2 = NumberCells("http://www.yahoo.com") in which i also get a blank screen when i view source of the blank screen i get: <!DOCTYPE...
  9. biry

    getting the function to work

    as a test, this isn't working: variable = GetCell(2, www.yahoo.com) error: Microsoft VBScript runtime error '800a01a8' Object required: 'www' /todaysq3.asp, line 98 if i use without www. i still get object expected and if i use the http:// i get error of: Microsoft VBScript compilation...
  10. biry

    install with windows server 2003

    i was wondering what benefits i can expect when i install ISA server 2004 on the windows Server 2003 (fully patched, standard edition with no active directory - hence web enviroment only) will the asp scripts run faster, better? will things be faster/better overall? thanks
  11. biry

    isa server 2004

    i was told that the ISA server 2004 would speed up server2003. Is this true? can i install ISA with server2003 standard edition and install it over top? Does ISA server run in the background or does it replace server 2003? thanks
  12. biry

    getting the function to work

    hi, i'm trying to use the tutorial here: http://www.4guysfromrolla.com/webtech/031000-1.shtml but i can't seem to return anything, infact no errors just hangs. i'm tring to get column values, starting with "Form" from...
  13. biry

    formating a stringed html

    basically i would like to remove all text between and including <P> to </html> thanks
  14. biry

    formating a stringed html

    i could use the replace and just replace each line at a time with nothing, but i thought there must be an easier way. thanks
  15. biry

    formating a stringed html

    Hi, i have an html page as a string, i've used sFileExt = mid(strRetval, 5418) to strip unuseful html code. How can i also strip the tail end of the html? this is the tail end i want to strip off: <P> <i>http://www.company.com/cgi-bin/browse</i><BR> <!-- BEGIN FOOTER --> <HR SIZE="1"> </div>...
  16. biry

    registered cdonts.dll and permission denied

    i registered the dll and went to run the asp script and received an error of: Microsoft VBScript runtime error '800a0046' Permission denied /secfiling2.asp, line 76 line 76 >> sendmail.Send I use to get can't create object b4 registering. Was wondering what settings are needed for...
  17. biry

    query for new input

    i was wondering if i could be informed by a query, what items or values were inputed into the database yesterday. thanks
  18. biry

    Can't locate Common.pm

    problem solved, it was a custom Common.pm file, i just put it in a lib folder, up 1 in the dirTree and all is well, thanks for reading this ;)
  19. biry

    Can't locate Common.pm

    hi, i'm newish to perl and was running a script someone wrote and i got this error message: Can't locate Common.pm in @INC (@INC contains: ../lib C:/Perl/lib C:/Perl/site/l ib .) at symchange_auto.pl line 32. BEGIN failed--compilation aborted at symchange_auto.pl line 32. ... this is part of...
  20. biry

    from ppm 2 to ppm3

    i created a list of all modules installed and am gonna just install latest activestate then reinstall modules - wish there was an easier way. I'm doing this cause when (in command prompt / windows enviroment) i initiate ppm i get this error: Element 'IMPLEMEMTATION' must contain a 'CODEBASE'...

Part and Inventory Search

Back
Top