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...
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...
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...
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...
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...
Is there an easy way to concatenate two strings and ignore leading spaces in the concatenation? For example, how could you string "How" and " dy" to get "Howdy" as opposed to "How dy"?
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 "Can't Create Object" on the final product.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.