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

    View With CASE - Need help

    I need to parse a column into two columns filtering out the first 4 characters and converting the fraction into a decimal and the others that apply e.g. 10GA to decimal also. In the second column I need to parse from 6 to the next space. This is what I have so far. I have the fraction...
  2. coboldave

    Delimited Text File Help

    I have a query that the results are exported out to a comma delimited file for importing into another application. My problem is that a char field is used for product information where the user may enter a measurement in inches and using a double quote ' " ' after the number. This is of course...
  3. coboldave

    Parameter Form for CR Viewer

    Is there a way to alter the appearance of the parameter form from CR9 when ran in VB.Net 2003? I have several parameter options I want to offer the user, but it shows the name of the parameter, Prompt and then requires me to hit next for next param. I'd like to keep it all on one page. Thanks all.
  4. coboldave

    Sum of fields in a Query

    Access 2000 / OS win9x/2000/me/xp/pro How do I add the numerical value of ten fields together and show the result in a DB or Query field Example: I have a FP2000 form that the results of a simple test is mapped to fields Q1 thru Q10, the values are either "0" or "10". I...
  5. coboldave

    Removing menu bar from IE6

    Win2k,IE6 - I have two workstations in a public area running a job application via asp/html to our intranet. I have a short cut in the startup folder for IE maximized so thats all you get on startup, can I remove the menu bar? I'm running policies so they can't get any where with them, but it...
  6. coboldave

    Print to Screen

    A few weeks ago I posted a request asking for the best method to preview reports on screen using RM/Cobol. I recieved several good tips and suggestions, including links to third party software. My true interest was to write a method into current source and use whatever available method to also...
  7. coboldave

    INI File or Registry

    Running RM/Cobol version 7.00.03, what is the most efficient way to specify data paths? Presently I am using the following method and mapping the drive. What I would like to do is create a shortcut to the menu object file and the data path is known from the ini file or registry. Batch file...
  8. coboldave

    Print Reports to Screen

    Using RM version 7.00.03, what is the best method of being able to preview reports on screen?
  9. coboldave

    Reverse

    Using RM ver 7.00.03 I am having to double space my display and accept lines because the reverse lines run together on single line spacing. I have used underline as an alternative to create a seperator but prefer not to have visual differences on the others that stand by themselves. Is there 1...
  10. coboldave

    Full Screen Window

    Using RM version 7.00.03, how can I create a full screen window? I changed the font size and accomplished a full screen, the down side is that I really need the space the larger font is taking up.
  11. coboldave

    Background-Color

    I am trying to change screen colors for each different page using RM ver 7. 01 Master-Data-Group Background-COLOR is 1, Foreground-COLOR is 7. The background and foreground settings work but only where there is a display or accept statement. How do I apply it to the...
  12. coboldave

    Centering Third Party App Windows

    When I load a 32 bit third party app, the windows load to the bottom left hand corner. How do I center it? vb6,WIN98/2000
  13. coboldave

    Controlling third party apps within VB

    I was very lucky being able to find this free source code at http://www.allapi.net. The program allows me to start any executable program (I use COBOL) from within. What makes it different from Winexec and other methods is that the third party app does not appear in the task bar while running...
  14. coboldave

    Calling Cobol

    I have a UI that needs to call RM/Cobol objects. The runtime has a DLL called RNCBLRUN.DLL. How to I do a declare and call the object?

Part and Inventory Search

Back
Top