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 TouchToneTommy 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: Nagrom
  • Content: Threads
  • Order by date
  1. Nagrom

    Set a minimum value column constraint?

    Is it possible to set a constraint on a database column to only allow values greater than a certain number, even if the data type has a greater capacity? For example, if I have a money field that I only want to hold positive values, can I set that as a constraint in the DB even though the money...
  2. Nagrom

    Calling StartService in VB6 with arguments?

    Does anyone out there know of a way to call the StartService API and actually pass it arguments in VB? I understand that it takes a "pointer to an array of pointers" to null terminated ANSI strings, but I can't get it to work. Amazingly enough I can't find a single answer out there of someone...
  3. Nagrom

    Corrupt Index FILE STATUS

    I am working in Microfocus NetExpress 3.0 and I am getting a file status of 9:41 (binary status-key-2 is the 41), which means "corrupt index file" according to the documentation, but I know the index file is good because I am accessing it from other programs. Anyone have ideas as to...
  4. Nagrom

    Class object coding

    I am working on an object in Microfocus NetExpress 3.0. It is an OLE Automation object, and I have some code I am performing in every method I add to the object (instance level methods). Does anyone know if there is a place where I can put a routine with that code so I can just invoke it with...
  5. Nagrom

    Updat certain position on display screen?

    I want to have a running total on the display screen. How do I update a number on the screen so the new value shows in the same position as the previously displayed value? Example: --------------------- Total: 10 | <-- Imagine this is the display --------------------- becomes...
  6. Nagrom

    STRING removing leading spaces?

    Is there an easy way to concatenate two strings and ignore leading spaces in the concatenation? For example, how could you string &quot;How&quot; and &quot; dy&quot; to get &quot;Howdy&quot; as opposed to &quot;How dy&quot;?
  7. Nagrom

    Microfocus Variable size limitations

    Any Microfocus gurus out there know the maximum size allowed for a PIC 9(?)V9(?) field in the Microfocus NetExpress 3.0 compiler?
  8. Nagrom

    Objects from NetExpress 3.0 for VB

    How can I create objects for use by a VB6 program in NetExpress 3.0? I have followed all the documentation I can find on the subject, but VB always says &quot;Can't Create Object&quot; on the final product.

Part and Inventory Search

Back
Top