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: *

  1. Christadelphian

    Attachmate - Read Cursor Location

    Hi Vzachin, Thanks for that. I wasn't aware I could read the row and column in such a way. Much Appreciated! The brackets are where Attachmate will allow for user entry. Placing a 'Y' in between the {} and pressing Enter, allows the user to select that record and bring up the relevant details...
  2. Christadelphian

    Attachmate - Read Cursor Location

    Ok Skip, I'll give the string processing a try, although not amazingly confident about my abilities to do so. It had never occured to me to do it this way, although it seems logical. The Getstring and Sendstring functions were simply to make my life a bit easier as I have them stored along...
  3. Christadelphian

    Attachmate - Read Cursor Location

    Hi Skip, Thanks for your help! The orders are displayed with some form of logic on the screen. They are next to each other in a sequential order or found on the line above a previous order. Those with an associated order are always found on the same line as the order with which they are...
  4. Christadelphian

    Attachmate - Read Cursor Location

    I have posted my code in case it helps..... its not very sophisticated! Please note, its written in Excel VB. Private Sub CommandButton1_Click() 'Declare Variables Dim CSSRef As String Dim PageValidationString As String Dim CSSID As String Dim Database As String Dim ApptDate...
  5. Christadelphian

    Attachmate - Read Cursor Location

    Hello All, Can anyone help please? Can anyone tell me whether its possible to find the current Cursor Location on an EXTRA screen, without using the co-ordinates in the bottom-left hand corner of the screen? I am wanting to search extra for a specific reference (an order ID). Should the...
  6. Christadelphian

    Excel VB - Sendkeys in IE

    Hello All, Can anyone tell me how I can send the equivalent of 'a user pressing the TAB key on the keyboard' through to Explorer from a macro written in Excel please? I'm not sure if Sendkeys is a valid VB command or element opton for an IE window. I am using the following code to change the...
  7. Christadelphian

    Attachmate & IE: Accessing a hidden name\Id element.

    Hello All, I am wondering if anyone can help please? I am writing an Attachmate Macro which will open an intranet webpage, and will edit several values within a form before submitting the form. The problem I am having is discovering the name or ID of the certain form elements I want to...
  8. Christadelphian

    Attachmate, Excel & Outlook

    Thanks Skip.... Much appreciated! I knew it had something to do with antpersand's. Thanks once again! :-D
  9. Christadelphian

    Attachmate, Excel & Outlook

    I have enclosed a copy of my code (editied slightly for sensitive info). The bits inbetween the stars(*) and slashes(/) are the parts of the email I wish to paste a variable. '-------------------------------------------------------------------------------- ' This macro was created by...
  10. Christadelphian

    Attachmate, Excel & Outlook

    Hello all, I am currently experiencing a problem and am wondering if anyone can help please? To cut a long story short, I am writing a macro which will scrape several details from Attachmate Extra! into an Excel spreadsheet. (Cells A1 - A5). This I have done fine. An example being...
  11. Christadelphian

    Web Site input and output

    Here is a little code I use to do something similar.... I think this is what your intending to do. '-------------------------------------------------------------------------------- ' This macro was created by Christadelphian ' Session Document: "CSS.EDP" ' Date: Saturday, January 19, 2008 '...
  12. Christadelphian

    Attachmate - Get today's date.

    Good Day, Can anyone help me with a Query please? I am writing a Macro which will generate emails and populate various aspects of information within the mail before sending. I have managed to get the email generated, with all required fields populated, except one. I need to have the Macro...
  13. Christadelphian

    Sending Email via Outlook

    Thanks StreetProg, That has done the trick nicely. Never thought of a Carriage Return. Couldn't get Extra! to recognise the HTML tag though. Now all I have to do is work out how to get outlook to add the company disclaimer at the bottom!! :o) Much appreciated!
  14. Christadelphian

    Sending Email via Outlook

    Hello, I am using a macro which uses the above code and is similar in principle to this thread. My issue however is that I require the email to have several lines of text for the body, and I can't figure out how to get the Macro to drop to a new line?!? For example: The text should read...

Part and Inventory Search

Back
Top