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

  • Users: LostInCode
  • Content: Threads
  • Order by date
  1. LostInCode

    Passing data to formular from vb - limitation

    Is there another way to pass a string of text to a crystal formula, from a VB program, when the text is longer than 255 chars? Otherwise I get an error that the text for the formula is too long. Do not wonder at the length. I am passing as text the selected/current criteria in readible...
  2. LostInCode

    Enum constants not found when running projekt

    Does anyone have sometimes the problem that when you run your project from the IDE, or try to compile, that a created and used Enum Constants in the code is not recognized? It is usually just only one enum not recognized, and it could be a different enum each time. And to continue all I need...
  3. LostInCode

    Compiling exe - access denied

    Anyone know why I get "access denied" error when I try to compile any vb code, but the error only happens the first time I try after loading the code in the IDE for the day? This happens only when there is already a copy of the same exe previously compiled, in the same folder. After the first...
  4. LostInCode

    VB Menu - Identifying a menu's Hierarchical order

    I am looking for a method to find the complete Hierarchy that a VB Menu item belongs to. Example: -mnuItem_1 - SubItem_A -SubItem_A1 -SubItem_A2 - SubItem_B -SubItem_B1 With-out having to rename the menu items, or create a...
  5. LostInCode

    Find Help window handle

    How do I get the Help window handle of the Help file that my App uses (which opens the help file identified by App.HelpFile, and the form's HelpContextID)
  6. LostInCode

    Receiving/Sending E-Mail

    My application needs to send and receive e-mails with text file attachments automatically. This means that when the user starts the application, the app looks for new e-mail with beginning with a certain ID, and if found, then looks for an attachment and if there is one, retrieves and stores it...

Part and Inventory Search

Back
Top