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. MenuItem

    Date prompt use in Formula with DatePart?

    @supportsvc, To display all row headings on the same row in a crosstab, right-click the empty space in the top-left corner of the crosstab, click the "Customize Style" tab, and in the "Rows" section, highlight each row heading and check the "Suppress Subtotal" checkbox below. Just for fun...
  2. MenuItem

    Date prompt use in Formula with DatePart?

    I'm sure you're doing a "manual crosstab" for a good reason, but it's worth pointing out that you could also use a traditional crosstab. Just summarize TransactionQty, and group columns by either "Week" or "WeekBeginning". You can have multiple row headings, suppress subtotals for things like...
  3. MenuItem

    OE: Confirm Picking - Capture OE Line Number

    Progression 7.8.200, Flex 7.8.200, MS SQL Server With Flexibility, I'm trying to capture the OE order line number in the confirm picking OE0101 screenset (project created is OE0101.P). (We're trying to write the Mfg. Employee ID to a transaction record at confirm picking to track productivity.)...
  4. MenuItem

    Email Invoices

    A little late to the party, but... We use a program called Check Factory (http://www.trans-micro.com/) to batch and email invoices and statements (written in Crystal Reports). Email addresses are stored in a SQL table, since the accounting email contact in the AR customer record is not always...
  5. MenuItem

    macComboEntry Enter Key Behavior with Flex

    I don't see one. There's a prenavigate event, but no presave...
  6. MenuItem

    macComboEntry Enter Key Behavior with Flex

    Yes. To be certain that the problem isn't caused by the screenset literals having been changed, I unhid a user_def_fld without a modified literal, which exhibited the same behavior. (<Enter> appears to have no effect.)
  7. MenuItem

    macComboEntry Enter Key Behavior with Flex

    The code below will display a msgbox when the <Enter> key is pressed, but setfocus or other methods don't appear to work. I'm sure I'm overlooking something obvious. (Lines below are alternately commented out for testing purposes) Private Sub SortCode_KeyUp(KeyCode As Integer, ByVal shift As...
  8. MenuItem

    macComboEntry Enter Key Behavior with Flex

    Thanks for the reply, Don. The form will not save when a macComboEntry field has focus, even if you just tab into the field without entering any data or activating the drop-down. This is even the case with a brand-new, blank project. Randall
  9. MenuItem

    macComboEntry Enter Key Behavior with Flex

    Progression 7.6.400a MSSQL 2000 SP4 Working in OE Enter Orders screenset (OE0101), our users are accustomed to saving the OE Header record with an <Enter> key stroke while in one of two "comments" fields. These are "user_def_fld_n" fields with a value list, and additional input allowed. With...
  10. MenuItem

    Excel: Right Function

    Considered a new thread, xlbo, but decided that this was pertinent. After all, it is. Thanks, BlueDragon2.
  11. MenuItem

    Excel: Right Function

    I have a similar issue that I'm struggling with. I'm trying to find a character, &quot;/&quot;, starting from the right, and then extract everything BEFORE that character. How would I do that? Thanks all.

Part and Inventory Search

Back
Top