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 John Tel 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. 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

    .NET, Parameters & Crystal Reports

    What make and model of printer are you using?
  5. coboldave

    Read Write INI Files

    I created a Class Module and pasted the info into it from above. When compiling I get "variable not defined" and points to "objIni". Do I need to make any additional settings to use the module? What I am trying to do is supply the runtime path and the data paths in my app to...
  6. coboldave

    Sum of fields in a Query

    I for got to put this in: I have a query only. I am trying to disply the results in a Front Page 2000 DB results form
  7. coboldave

    Sum of fields in a Query

    Is it possible to do this in the table field test_score? Then the query would just read the results directly from the test_score field.
  8. coboldave

    Sum of fields in a Query

    I'm not very good at this. Where would the update statement go?
  9. 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...
  10. 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...
  11. 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...
  12. coboldave

    INI File or Registry

    Thanks xyzzy! That's what I was looking for. Unfortunately, Liant does not provide very good documentation on this subject. My app is now working from the ini imported into the registry. It now enables me to provide a unique datapath and no one can change it without registry editing permissions.
  13. 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...
  14. coboldave

    Should PDC's validate logons? Or just BDC's?

    I am running NT 4.0 SP6a and I do not have that utility. Is this something that might come off of the resource kit?
  15. coboldave

    Should PDC's validate logons? Or just BDC's?

    How do you prevent users from authenticating across the WAN? This seems to be a major performance issue for me at the moment. Also, are there other activities, that should be either scheduled to be performed after hours or totally stoppped being done automatically and done manual? I have a PDC...
  16. coboldave

    Print Reports to Screen

    Sorry, I also use the Windows Enviroment.
  17. coboldave

    Print Reports to Screen

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

    Windows API calls

    I tried to compile the code supplied by MKuiper with RM 7.00.03. There were so many errors there is no room here. Can RM make API calls?
  19. coboldave

    Full Screen Window

    Does this have to be in the configuration file? I would like it to be in the object file. Then how would I be able to detect if the work station was set to 640x480 or 800x600 so that the application could adjust its layout?
  20. coboldave

    Reverse

    Thanks Tom, I'll try the other format.

Part and Inventory Search

Back
Top