User Profile

Collapse

Profile Sidebar

Collapse
varunrap
varunrap
Last Activity: Jan 29 '09, 03:02 PM
Joined: Jul 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • varunrap
    replied to Regex Validation
    Stripping out alphanumeric characters, is not an option. Unfortunately due to the configuration and setup of the application, I need something that will block the different varitions of the word.
    See more | Go to post

    Leave a comment:


  • varunrap
    started a topic Regex Validation

    Regex Validation

    Hi,

    I have an application in which I need to validate a word which might have multiple variation. For example, the word "trust". I need a regex validation to pull out variations like, trusty, tr-ust, tr ust, trustall. Could anyone suggest a regex pattern for this?
    See more | Go to post

  • varunrap
    replied to SSRS, textbox multiple formatting
    yeah u can. but that dose not solve the problem of italicizing and underlining words.
    See more | Go to post

    Leave a comment:


  • varunrap
    started a topic SSRS, textbox multiple formatting

    SSRS, textbox multiple formatting

    I have a text box with multiple lines, I need to format 3 words in the whole paragraph, one bold and 2 italicized and the 2 underlined. Is there a way of doing this in reporting services? I really do not want to use extra text boxes for this. That kind of messes up the alignment of the page.
    See more | Go to post

  • varunrap
    started a topic Relay Access Denied

    Relay Access Denied

    When using SMTP to send mail in python, I get "Relay Access Denied" for a few email IDs I am trying to send an email to and "Helo command rejected: You are not a member of " for a few others.
    The general error message is "SMTPRecipients Refused(senderr s)"

    For security reasons, cannot put in email IDs but this is what the error message looks like.
    Code:
     SMTPRecipientsRefused: {
    u'ID1@email.com\r':
    ...
    See more | Go to post
    Last edited by numberwhun; Nov 5 '08, 05:13 PM. Reason: Please use code tags

  • varunrap
    started a topic Retrieving XML values
    in XML

    Retrieving XML values

    I have a textbox in which I want to enter text which may include HTML tags.
    I have a function to convert the tags to rendered HTML o/p
    What i want to know is how do u retrieve the data from the XML object so I can iterate through the data and see if i have any text with HTML tags. the function I have takes a string as an i/p. this is done in VBscript. any help will be appreciated.
    See more | Go to post

  • varunrap
    replied to new line char
    I do not get a compilation error. but wen i do get the o/p it is
    "this is the first line and this is the second line. "
    does not put it to the next line....
    See more | Go to post

    Leave a comment:


  • varunrap
    replied to new line char
    it is the o/p to a client interface. the actual project i am working on is in vb6.0 but trying it out on the .net environment. sorry if i led u astray.
    See more | Go to post

    Leave a comment:


  • varunrap
    replied to new line char
    tried it. but it is not working in the .net environment. also tried environment.new line and vbnewline
    See more | Go to post

    Leave a comment:


  • varunrap
    started a topic new line char

    new line char

    this is my text. how do i insert a new line char in vb6.0

    label1.Text = "There was a problem with your payment. Please check your credit card information and try again. Make sure the credit card number is entered correctly (no spaces, hyphens or other punctuation). * The CVV2 code must be current and correctly entered. * The expiration date must be current and correctly entered. If you still are unable to submit the payment...
    See more | Go to post
No activity results to display
Show More
Working...