User Profile

Collapse

Profile Sidebar

Collapse
pelusa
pelusa
Last Activity: Jun 17 '08, 09:02 PM
Joined: Nov 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pelusa
    started a topic change script to send html email
    in Perl

    change script to send html email

    hello all,

    i need help modifying a small perl script that sends an email after a form is submitted.
    i need to be able to receive the email in html format, but my knwoledge of perl is very poor.

    please any help at this moment would be fantastic.

    thank you.

    here is my script:
    Code:
    l#!/usr/bin/perl -w
     
    use Net::SMTP;
    use CGI;
     
    my $cgi
    ...
    See more | Go to post
    Last edited by numberwhun; Jun 17 '08, 09:05 PM. Reason: Please use code tags!

  • pelusa
    replied to check record before inserting
    in .NET
    i understand what you are saying and it makes sense.

    i have one question after reading your post if you don't mind.

    i made a mistake and actually i should have said that these are not item numbers but box numbers something like
    order 2345 has 5 boxes.

    would in this case still table a and the option to follow?

    thank you.
    See more | Go to post

    Leave a comment:


  • pelusa
    started a topic check record before inserting
    in .NET

    check record before inserting

    i am trying to figure out the following:

    i need to insert a row to table b where the customer_number can be the same as well as the order_number
    the item_number will always be different (a spoon (item 123, a cup 345 can be part of the same order)

    but if the ship date is the same (no time portion) then I just need to insert one row for this order.

    this is table a

    id order_number...
    See more | Go to post

  • pelusa
    started a topic numeric values for ex.messages
    in .NET

    numeric values for ex.messages

    Hello,

    my question is: are there equivalent numeric values to ex.messages?

    i.e. If (ex.Message = "Logon failure: unknown user name or bad password")

    if i don't want to use text as the check value what value can then be the equivalent to this exemption?

    Thank you.

    I am developing in ms visual studio 2005 vb.net
    See more | Go to post

  • pelusa
    started a topic pasting into masked text box
    in .NET

    pasting into masked text box

    hello,

    I am dedveloping this solution in ms visual studio 2005 vb.Net

    I have a masked text box using this mask: 99999999

    Sometimes users paste the numbers into this control without makin sure if the are in the starting position of the control causing the number to be cut.

    Let's say they paste the number 20891231 but they clicked in the middle of the control, they will end up with 1231 in...
    See more | Go to post
    Last edited by pelusa; Feb 6 '08, 05:33 PM. Reason: forgot to include specifics

  • pelusa
    started a topic how to add a week to datetimepicker default value
    in .NET

    how to add a week to datetimepicker default value

    Hello everyone,

    I have a windows form that has a datetimepicker control in it.

    I need to set the default date of the datetimepicker control to
    todays date + 1 week.

    I was wondering if anyone has an example of how to do this?

    thank you.

    pelusa.
    See more | Go to post

  • pelusa
    replied to strip numeric portion of a string
    Thanks Jim! that worked so far :-)
    See more | Go to post

    Leave a comment:


  • pelusa
    started a topic strip numeric portion of a string

    strip numeric portion of a string

    Hello,

    I would like to know how to get only the last 7 characters of a string of 22 varchar

    my string can be:

    3027777777450A8 0000001

    or

    A02777777745055 0000001

    but the last 7 characters will always be numbers.


    Thank you for your help.
    See more | Go to post

  • stored procedure that retrieves next unused value

    If possible I need help to write a stored procedure, or
    pseudocode, that looks into a table named numbers_ranges
    and retrieves the next unused value.

    The table currenlty has the following data:

    id start_value end_value status date_created date_updated
    1 805777777745078 0000000 805777777745078 0000010 N 2007-11-29 16:28:46.793 2007-11-29 16:28:46.793...
    See more | Go to post
No activity results to display
Show More
Working...