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 Wanet Telecoms Ltd 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: Bratfry
  • Content: Threads
  • Order by date
  1. Bratfry

    Rooms and Resources database

    Domino/Notes 8.5 I installed the R&R database, inputted some sites and room, tested various options and then deleted the R & R database. I guess I shouldn't have done the delete of the R & R databae. I now have the sites and rooms in the (system) address book and I want to get rid of them...
  2. Bratfry

    VB6 String Length Limitation?

    I am building a SQL string using the following method. A = string data (Lots of string data) B = lots more string data C = lots more string data Then SQLcommand = A & B & C When I display SQL, part of the C string is not displayed. If I delete data in the A or B string then more of C is...
  3. Bratfry

    VB6 and CR9 passing parameters

    VB6 and Crystal 8.5 Original configuration Using Crystal Report Control The following code was used to pass a parameter from VB6 to CR 8.5. It displayed the passed value and the user could change the displayed value if desired. It has been working great for years...
  4. Bratfry

    Make VB6 to wait for Crystal Reports Display

    VB6 and Crystal Reports 8.5 I am using the ActiveX control with standard print methods to display the crystal report. i.e. XYZ.Action = 1 (to the Screen) It works fine but I want the VB6 to wait until the users X’s out of the Screen Print display. I then want to continue processing...
  5. Bratfry

    Text box input during a processing loop

    VB ver 6 – (Access database) The first Text box input selects records in Table A that will be processed in a sequential manner (The input sets up the Select of the records and the start of the process controlling loop). Each Table A record is then used to access a record in Table B which I...
  6. Bratfry

    Exception Report showing a non join condition

    I have several Oracle tables (4) that are joined to create a report. Left outer join on table 3 to 4 gives me a complete file of the records I am looking for. It works fine. Now I am now trying to create another report which is really a sub-set of this report showing only the joins of tables...
  7. Bratfry

    Oracle Web Sever and Firefox

    We have an Oracle Web application that works fine with the IE browser(v6). The first time a customer connects to the application the Jinitiator(v1.15.21.1 and above tested) is downloaded and the application processes. A few of our customers now want to use Firefox(1.5) as their browser...
  8. Bratfry

    ItemsSelected Property Question

    I have an existing VBA program that populates a ListBox(A) with a query. User selects the first line in ListBox(A) and enters data into another ListBox(B). User then selects the next line in Listbox(A) and enters data into the next line in ListBox(B). Works great. All I want to do is program...
  9. Bratfry

    Notes Password Prompt on ODBC DSN open

    I am accessing information in Lotus Notes V5 from a Visual Basic(V6) program using ODBC ver2.06. As long as the database is local ( as it was when I was testing) I am not prompted for a password. When I redirect my DSN to a Domino Server stored copy of the database, the DSN asks me for a...
  10. Bratfry

    VB and Lotus Notes- URL link and Return Receipt

    I posted this in the VB section and have not meet with any sucess. As you will see I have solved the RETURN RECEIPT issue but am struggling on the embedded URL link. Found some atricles on linking to other docs but nothing to web sites, or at least nothing I can relate them to my issue. Of...
  11. Bratfry

    VB6 and Lotus Notes - link set up and return receipt

    I have my VB 6 accessing our Oracle database and a filemaker database and creating emails via Lotus Notes to our customers concerning product shipment. All of this is working great. I still have a couple improvements that I can’t seem to find a lot of information about. #1- I want to stop...
  12. Bratfry

    CE8.mdb Size of Database

    My CE8 installation has an Access database under a ODBCsupt folder. It had a size of over 1 gig. I compacted it, using Access, to about 500K. Whats it for? It has already grown to 2800K in one day. I could only fine one document on the Crystal knowledge base that even talks about it...
  13. Bratfry

    CE8 Report Viewer Selection

    I don’t get it. Old CE8 version, everything works ok except for the lack of a printer icon on the display. Read all the posts and it appears that I am using DHTML viewer which doesn’t have a printer icon. Looks like I must use an activex , a java viewer or a java plug in. Using IE browser...
  14. Bratfry

    Flat file input to Crystal Reports

    I have written many reports using Crystal Reports. ALL of the reports had input files from databases such as Oracle and Access. I have never written a Crystal Report using a flat file where I had to identify the fields in the file, i.e. start, length, type, etc.....or use some type of...
  15. Bratfry

    Crystal Reports Printing Directly

    I have read the threads on using VBS and Crystal to create reports. The examples shown, all assign the report output to a disk file in various formats and they work fine. My question, Can VBS command(s) just let Crystal print the report directy to a printer without the extra step of printing...
  16. Bratfry

    Sequential Access of Access with Joined Tables

    The Database is Access, I am accessing it with DAO ( I think, at least I define it as below) Dim db As DAO.Database 'Database Space Dim Tracks As DAO.Recordset 'Record Set space for tracks Dim Albums As DAO.Recordset 'Record Set space for Albums I am trying to loop thru the database and...
  17. Bratfry

    Export to Access Creates Duplicate Names

    CR Ver 8.5 - I have multiple Oracle tables linked and some of the tables have the same data element names. Example Header.CustomerName and Detail.CustomerName. If both of these data elements are placed in the detail section, CR will prefix each with a DE for the detail section and the...
  18. Bratfry

    Word Export changes data values in total

    I don't believe this. When I export to "Word for Windows Document" - Disk file, two total amounts ( in the report footer) are doubled. How can this be?? The PDF export and a TXT export works fine. Any ideas? Thanks Gary
  19. Bratfry

    OutputRepository directory is very large

    CE ver 8.0 Basic This directory has grown to be very large (00-99 sub directories). Investigation shows old data reports and repeated many times. I have set the CE Instances options to save 1 instance of a report. Did I miss something? Can I delete something? Should I change something? Anyone...
  20. Bratfry

    Sales by Month by Year Line Chart

    I have a report that has my sales per year (group 1) and per month (group 2) for each month. I can't figure out how to make a line chart with separate a line for each of the years (same graph). Its seems so simple that I must be missing something very basic. Thanks Gary Regez

Part and Inventory Search

Back
Top