Sending a code

You promise to send a code to my mobile. I haven't got. I can't get any connection to You and I can't open my e-mails!
Could You give me an address where to contact, prefer finnish? This is my wife's account.
Tapani S.

Sorry but you've posted to the VB.Net developer's forum.  I'm not sure what you were trying to achieve, but you are in the wrong place.
Moving to off-topic.
Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

Similar Messages

  • Multiple row selection & Send Email Code ? Need littel Help

    Dear All,
    I managed to insert a code which will enable me to select multiple rows (Artikel from the great Yann Duran),
    i also have a code which enables me to send a mail for each selected row (only one row).
    But now since I was able to select more rows, I need to to customize my "Send mail" code to send mail to all selected rows. I guess I will need a loop here but I am not sure.
    My code for multiy row selection :
    private const string _CONTROL = "vw_CustLedgerEntry" // This is my Data Grid;
    private DataGrid _ItemsList = null;
    private int _SelectedRowsCount = 0;
    partial void Part_2_CustomerItemDetail_InitializeDataWorkspace(List<IDataService> saveChangesTo)
    // Write your code here.
    this.FindControl(_CONTROL).ControlAvailable += Orders_ControlAvailable;
    private void Orders_ControlAvailable(object sender, ControlAvailableEventArgs e)
    _ItemsList = e.Control as DataGrid;
    //if the cast failed, just leave, there's nothing more we can do here
    if (_ItemsList == null)
    return;
    //set the property on the grid that allows multiple selection
    _ItemsList.SelectionMode = DataGridSelectionMode.Extended;
    _ItemsList.SelectionChanged += new SelectionChangedEventHandler(_ItemsList_SelectionChanged);
    private void _ItemsList_SelectionChanged(object sender, SelectionChangedEventArgs e)
    switch (_ItemsList == null)
    case true:
    _SelectedRowsCount = 0;
    break;
    case false:
    _SelectedRowsCount = _ItemsList.SelectedItems.Count;
    break;
    This is my code for sending a mail for one selected row:
    partial void EMail_Execute() // EMAIL BUTTON FOR OPEN ENTRIES
    if (vw_CustLedgerEntry.SelectedItem.Report_Type == null)
    // throw new ArgumentNullException();
    this.ShowMessageBox("EMail Can't be sent,PDF generation is not possible for this Entry");
    this.Application.ShowPart_2_CustomerItemDetail(this.vw_CustomerItem.Costomer_No_, this.vw_CustomerItem.Company);
    else// if (vw_CustLedgerEntry.SelectedItem.Send_Mail== true)
    //do
    vw_CustLedgerEntryItem1 entryItem = this.vw_CustLedgerEntry.SelectedItem;
    InvSendbyMailRequestBody reqBody = new InvSendbyMailRequestBody(
    entryItem.Document_No_
    , entryItem.Report_Type
    , "DynNavHRS"
    , this.Application.User.Name.Replace(@"HRS\", "") + "@hrs.com" // HRS001
    , "Document"
    , false
    , false
    , this.vw_CustomerItem.ISO_Code // Change 7.8.2014 Bug in Email body text sprache
    , this.vw_CustomerItem.Salesperson_E_mail // Change 7.8.2014 Bug in Send E-mail
    , entryItem.Customer_No_.ToString()
    , false
    , "XYZ"
    , false);
    InvSendbyMailRequest req = new InvSendbyMailRequest(reqBody);
    HRSReportServiceSoapClient wsHRS = new HRSReportServiceSoapClient();
    // wsHRS.InvSendbyMailCompleted += new EventHandler<InvSendbyMailCompletedEventArgs>(wsHRS_InvGetPDFCompleted);
    wsHRS.InvSendbyMailAsync(req);
    this.ShowMessageBox("Your email was successfully sent");
    // while (vw_CustLedgerEntry.SelectedItem.Send_Mail == true);
    Thaks a lot for your help.
    Zayed

    I tried the following but I donot know if its correct and Iam facing a problem with the "Foreach" function.
    private const string _CONTROL = "vw_CustLedgerEntry" // This is my Data Grid;
    private DataGrid _ItemsList = null;
    private int _SelectedRowsCount = 0;
    partial void Part_2_CustomerItemDetail_InitializeDataWorkspace(List<IDataService> saveChangesTo)
    // Write your code here.
    this.FindControl(_CONTROL).ControlAvailable += Orders_ControlAvailable;
    private void Orders_ControlAvailable(object sender, ControlAvailableEventArgs e)
    _ItemsList = e.Control as DataGrid;
    //if the cast failed, just leave, there's nothing more we can do here
    if (_ItemsList == null)
    return;
    //set the property on the grid that allows multiple selection
    _ItemsList.SelectionMode = DataGridSelectionMode.Extended;
    _ItemsList.SelectionChanged += new SelectionChangedEventHandler(_ItemsList_SelectionChanged);
    private void _ItemsList_SelectionChanged(object sender, SelectionChangedEventArgs e)
    switch (_ItemsList == null)
    case true:
    _SelectedRowsCount = 0;
    break;
    case false:
    _SelectedRowsCount = _ItemsList.SelectedItems.Count;
    break;
    partial void Send_Multiple_Mail_CanExecute(ref bool result)
    //only enable rows have actually been selected
    result = (_SelectedRowsCount > 0);
    partial void Send_Multiple_Mail_Execute()
    if (_ItemsList == null) { return; }
    //StringBuilder names = new StringBuilder();
    //loop through the selected rows
    //we're casting each selected row as a DemoItem
    //so we get access to all the properties of the entity that the row represents
    foreach (_ItemsList.SelectedItems)
    vw_CustLedgerEntryItem1 entryItem = this.vw_CustLedgerEntry.SelectedItem;
    InvSendbyMailRequestBody reqBody = new InvSendbyMailRequestBody(
    entryItem.Document_No_
    , entryItem.Report_Type
    , "DynNavXYZ"
    , this.Application.User.Name.Replace(@"HRS\", "") + "@hrs.com" // HRS001
    , "Document"
    , false
    , false
    , this.vw_CustomerItem.ISO_Code // Change 7.8.2014 Bug in Email body text sprache
    , this.vw_CustomerItem.Salesperson_E_mail // Change 7.8.2014 Bug in Send E-mail
    , entryItem.Customer_No_.ToString()
    , false
    , "XYZ"
    , false);
    InvSendbyMailRequest req = new InvSendbyMailRequest(reqBody);
    XYZReportServiceSoapClient wsHRS = new HRSReportServiceSoapClient();
    // wsHRS.InvSendbyMailCompleted += new EventHandler<InvSendbyMailCompletedEventArgs>(wsHRS_InvGetPDFCompleted);
    wsHRS.InvSendbyMailAsync(req);
    this.ShowMessageBox("Your email was successfully sent");

  • Why can't I send a code to reset my security questions but I have a rescue email address?

    Why can't I send a code to reset my security questions but I have a rescue email address?

    If you have a rescue email address on your account then you will see a reset link on your account : http://support.apple.com/kb/HT6170
    If you only have alternate/secondary email addresses on your account then you won't get the reset link, an you won't be able to add a rescue email address until you can answer your questions - you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    If your country isn't on that page then try this form and explain and see what they reply with : https://ssl.apple.com/emea/support/itunes/contact.html
    When they've been reset you can then add one for potential future use : http://support.apple.com/kb/HT5620

  • Question  i wish to share pictures in Elements but need a sender verification code

    I wish to share pictures in Elements but cannot as I don't have a Sender Verification code for the HTML Email which I never received.

    You can apply again by going to:
    Edit >> Preferences >> Sharing
    Now change the Email Client to Adobe Email as shown in this picture:
    You also need to fill your name and your email address just below this picture.  You will see it anyway.
    After that, just go back to PSE Organizer, slect the picture you want to send and follow the online instructions step by step and you will get a step where you can request an email with your verification code. See this picture:

  • Adding "Sending company code" to Transaction FCHN

    Hi,
    We would like to add a column "Sending company code" to the report out of transaction FCHN. The info for this column is present in REGUH-ABSBU. Is there anyway this could be done without copying the standard program into a custom program and modifying it.
    Any help will be appreciated.
    Thanks,
    ALAM.

    Hi
      I believe you would need an exit cause, FCHN is feed from table PAYR, and in taht table you don t have the sending company code field
    Regards
    Jose

  • Send T. code for report u0093Schedule Delivery Dateu0094 Vs u0093Actual Delivery Dateu0094.

    In ECC 6.0 send t . code (Report for Delivery Monitoring based on “Schedule Delivery Date” Vs
    “Actual Delivery Date”)

    capaho,
    Previous related Topics:
    9/3/09 Duplicate Post Report Rejected
    9/6/09 Is anyone else getting bounced email notifications for "Report this Post?".
    9/8/09 Weird bounce message when I report a questionable or duplicate post
    9/25/09 Does this indicate a problem on the forums
    ali b

  • Can you send a code for iTunes and have it still work

    Can you send a code for iTunes and have it still work

    Did you get this in an email from Apple? Are there instructions in the email?
    Typically the way that you redeem a gift card is to go to either the app store or iTunes - go to the featured tab in the app store or the music tab in iTunes - swipe to the bottom of the screen. Tap on Reedem at the bottom and go from there.
    OK. I'm a little dense tonight. Now I get it. Like Meg said, you will know soon enough.
    Message was edited by: Demo

  • Adobe Email service won't accept sender verification code

    Adobe Email service issued me a  Sender Verification code to allow me to attach images to emails
    in the PSE 8 Stationery and Layouts wizard. The process worked without the code in Vista. I now use WIN-7.
    So far, it has rejected the code everytime I entered it.  Each time I requested the code, Adobe resent the same number.
    Where am I or Adobe or PSE erring? What is the solution?

    that's not a serial number.  Find your serial number quickly

  • Send Hex code via serial

    I want to send the code 0x01 (Hex) on RS232 and read back 2048*2 Bytes..
    Anybody has an idea for make the program to send Hex code.
    Thank you very much for anybody help.

    The serial port doesn't know about U16 or U32, just bytes. So your application will need to convert the bytes to U16. There is an easy way to do this in LabVIEW using the Join Numbers vi. It takes two bytes and spits out a U16 (or two U16's and spits out a U32). Very handy.

  • What is sending company code in APP???

    Hello
    I am bit confused abt what is sending company code in APP. I have searched in google also but no answer is clear. It only says  sending company code is ur known business partner but that does not  clearify anything.
    Can anyone explain with detail.........I will be greatful to you.

    Hi,
    Example 1:
    Company code 0001 pays its own items and the items of company codes 0002 and 0003. All items are grouped into one payment.
    Company code Paying company code Sending company code
    0001  0001  0001
    0002  0001  0001
    0003  0001  0001
    Example 2:
    Company code 0001 pays its own items and the items of company codes 0002 and 0003. However, a separate payment is created for each company code.
    Company code Paying company code Sending company code
    0001  0001  0001
    0002  0001  0002
    0003  0001  0003
    Hope this helps..
    Br, Vivek

  • Program that sends G-code pages to a machine tool's controller

    I am looking for some advice and examples (if possible) of programs that are able to send G-code programs to a CNC machine's controller.
    In other words I would like to build a program that could send the G-code program to the CNC brain of a machine tool (possibly through the serial port of the computer) . Also, I would like to read back programs from the CNC brain of a machine tool, bring them on the screen and possibly write an ASCII file that could be opened with notepad or word.
    Could somebody help?
    Thank you

    I think you want to use the parallel port rather than the serial port.  I've done what I think you want to do, but not in LabView. 
    I have a Taig benchtop milling machine that I built my own stepper control box for (based on the allegro chips).  It like every hobby CNC machine I've seen uses step and direction lines for each axis.  IE, when the direction line is pulled high, each pulse on the step line moves one direction, when the direction line is pulled low, each pulse moves the stepper the other way.  This very low-level of control is quite popular in CNC machine tools and allows the controller to blend axes for circles etc. 
    You've got a couple issues with trying to do this level of stepper control with LabView, the main issue is windows itself, the latencies out the parallel port is quite long due to the hardware abstraction layer in windows.  Second is the lack of determinism in windows.  So even after your pulses (IE data) start spewing out the serial port, there is no guarantee that all your data will come out in a smooth consistent manner.  Rather, there will be a splatter of data, a pause while windows does something else, then another splatter of data. 
    This is a real issue when controlling either steppers or servos with step and direction type of controls.  Because the step pulse train is directly linked to motor speed.  Any fast changes in the pulse train period will cause motor stalls or other very undesirable behavior.  You can get around this to some extent by working very slowly.
    My workaround is to use TurboCNC (you get the source code when you register), which is a turboPascal program that runs in DOS.  DOS is so simple that it's quite deterministic and you can get nice consistent pulse trains out the parallel port.  I use various windows programs to build my parts, and generate G-Code (Autodesk inventer, meshcam, MasterCam, etc).  I've also written some, not-for-prime-time, Labview routines to edit G-code, view toolpaths, and unroll loops, etc. 
    To use a non-real-time OS to control real-time critical tools like this, you can always build a hardware buffer.  Imagine a hardware Queue where your pulses are pushed into one side of the queue sporadically, and a hardware clock pops them out of the queue to your controller in nice smooth increments.  I've been toying with building such a thing, but honestly, the DOS turboCNC program works so well that it's not high on my list. 
    The beauty of DOS and turboCNC is that you can use a $40 small laptop to control your machine.  I have a 486 HP laptop sitting on top of my controller next to my mill.  Small, cheap and effective, everything I want. 
    Pushing your data out of the parallel port is fairly easy in LabView, and parsing G-code is also quite easy, but before you spend much time on it, make sure the data coming out your parallel port is suitable for your needs from a timing standpoint.
    Hope that helps,
    Sheldon
    Message Edited by Sheldon Stokes on 09-27-2005 09:01 AM
    Technical geek, engineer, research scientist, biodegradable...

  • Send the code for Method CL_XMS_PERSIST --   archive_marked_msg in XI.

    Hi All,
    Someone Please send the code for Method CL_XMS_PERSIST -->  archive_marked_msg in XI.
    XI version -- 7.0 .  If 3.0 is available send me from the same.
    Thanks for the help.
    Regards
    Krupa.

    answered

  • Bought the paid version . I can not download the program . Did not send the code .

    Bought the paid version . I can not download the program . Did not send the code .

    Which version of Photoshop?

  • Msi motherboard 990FXA-GD80 wont work only sending debug code

    my motherboard 990FXA-GD80 is not booting to bios ore nothing is coming up to the screen it's only sending debug code:
    FF
    19
    FF
    2b
    3b
    37
    36
    70
    60
    72
    b2
    92
    99
    52
    54
    55
    56
    some times
    44
    45
    46
    why are nothing happening and what can it be
    i have tried out chaining slots for the memory card and to remove/mount the CPU and still it responds the same
    it's a FX-8120 CPU
    i have also tried with a
    is there someone that knows what can be wrong with the motherboard ples i need some help with this.

    FF - means nothing
    19 - Pre-memory South Bridge initialization is started
    FF - means nothing
    2B - Memory initialization. Serial Presence Detect (SPD) data reading
    3B - Post-Memory South Bridge initialization is started
    37 - Post-Memory North Bridge initialization is started
    36 - CPU post-memory initialization. System Management Mode (SMM) initialization
    70 - South Bridge DXE initialization is started
    60 - DXE Core is started
    72 - South Bridge devices initialization
    B2 - Legacy Option ROM Initialization <--- possible Graphics Card Problem too
    92 - PCI Bus initialization is started
    99 - Super IO Initialization
    52 - Memory initialization error. Invalid memory size or memory modules do not match
    54 - Unspecified memory initialization error
    55 - Memory not installed
    56 - Invalid CPU type or Speed
    the Red area is a very bad set of codes as they are mainly Memory and CPU issues
    your some times codes are all DXE IPL is started
    ok from that track of codes it looks to me like either a memory problem (MOST LIKELY) or CPU not Supported problem!
    ok so Read this>>>> >>Posting Guide<< and give us the parts in your Build and exactly what memory and CPU you have?
    also what is the Serial Number of your motherboard (Leave off the last 3 Digits if you do not want to give the full one)? ----- NOTE: its either on the rear of the board or on the UPC label on the Motherboard Box or both!

  • HT5312 For the security questions, it won't give me the option to change it. Like when I go to manage my account,it doesn't say  " send security code." What should I do?

    For the security questions, it won't give me the option to change it. Like when I go to manage my account,it doesn't say  " send security code." What should I do?

    The reset will only show if you had put a rescue email address on your account, if you aren't getting the link then you don't have one and you won't be able to add one until you can answer your questions, you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down the page that you posted from to add a rescue email address for potential future use

Maybe you are looking for