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

    Excel to chart or graph survey results

    I've been asked to help analyze customer service survey results. Here is a sample of the data. Q4 - Q9 relate to specific questions that the customer answers. They can score Q4-Q8 as 0,3,6,9,12. 0 being Unsatisfactory, 12 being Excellent. They can score Q9 as 0,10,20,30,40. 0 being Unsat, 12...
  2. herrld

    Limit the number of discrete values in Parameter

    Crystal Dev v9. Microsoft SQL 2005 database. I have a parameter that allows multiple discrete values (string) There is no default value for this parameter. I would like to limit the number of values that the user can enter into this parameter to six. Can this be done? Linda
  3. herrld

    New hard drive set up as Master/ old HD slave

    I installed a new hard drive as master and set up the old hd as slave. I installed the Windows XP OS on the new HD as well as programs etc since I believe the old hard drive is getting ready to quit (clicking). If/when the old HD quits can I change the new hard drive to be C: instead of F: ? I'm...
  4. herrld

    Validate that data has been edited

    I have a form that is based on a query which contains 2 tables. These tables have a one-to-one relationship. This form allows edits and deletions. I have a SAVE button on my form. The code follows. Private Sub SaveBtn_Click() On Error GoTo Err_SaveBtn_Click DoCmd.DoMenuItem acFormBar...
  5. herrld

    Make NO of "Yes" , "No" buttons the default

    I have the following code on a form. It works fine, however, I would like to force the NO button to be the default when this message box comes up. Also, somehow show that NO is pre-selected for them by changing the appearance of the NO box. Private Sub DeleteBtn_Click() On Error GoTo...
  6. herrld

    2 DSN's using port 1433

    I have two software applications. Both use ODBC datasources to connect to the SQLServer databases. Both are TRYING to use the default PORT 1433. Is it possible for this to work correctly, or do they have to have different ports! Software vendors are NO help! Thanks, Linda
  7. herrld

    Transformer Error TR1901

    Using Transformer and selecting Run I get an error at finished. Error below- (TR1901) There is an error in the expression parser. (Measure) in d:\temp\cubename.mdc Can someone tell me what this means. Thanks Linda
  8. herrld

    Impromptu Database Connection Error

    Does anyone know what this error means and how to fix it? I am in Impromptu Administrator trying to set up an SQL database. My user name and password are correct. Error number -4: DMS-E-CONNECTREJECT, A connection has been rejected by the remote interface during operation 'attach database'...
  9. herrld

    EXCEL - Count characters in cell

    I need to find all cells (in 1 column) that have more or less than 12 characters. If the column contains exactly 12 characters than I don't want to see it. Can someone help please. Linda
  10. herrld

    Optimize Performance/Speed

    My question concerns SQL Server, MS Access, and Crystal reports 8.5. I usually create my crystal reports using an odbc connection to the SQL server database. This particular report contains so much data, I decided not to stress the server with it each time the user wants a report. Instead, I...
  11. herrld

    FY VARIABLE

    I don't know if this is possible, but if so, can someone help. I would like to include a parameter (?Fiscal Year) in my record selection, such as... Table.Date in ?Fiscal Year I don't want the user to have to enter actual dates in the parameter because I only want to pull one fiscal...
  12. herrld

    Set action of enter key

    I have a form with 2 text boxes for users to enter search criteria. There is a search button which works great. I got the code for it from this forum. What I need to do now is this, When a user enters the search criteria in textbox1, and hits the enter (or tab) key, I want the textbox2 to...
  13. herrld

    Validate that a user has entered data in parameter

    I have a macro that runs via button on a form. The macro uses the TransferText action to run a query and send the output to a .csv file. This works great, BUT.. I want to validate that the user puts data in when prompted by the query's parameters. I don't want it to run if the user makes a...
  14. herrld

    Problem w/ On Demand Subreport through Crystal Runtime

    Hi... I have a report that contains an on demand subreport. I made the subreport 'on demand' because it contains notes that pertain to the main report's details. These notes are used for reference when needed, so I did not want to have the subreport run automatically (takes longer to process and...
  15. herrld

    Suppress Page Header in Report Footer

    I have a report with a Report Header, Page Header, 5 Group Headers, a Page Footer, and a Report Footer. The report footer contains a crosstab report that summarizes the data found in the details. In Format Section, Page Header, Suppress formula editor I used WhilePrintingRecords...
  16. herrld

    Populate Update Date on Form

    I have a form (Form1) with a Command Button that runs a Macro (UpdateMacro). The Macro runs 4 update queries. When last query is complete, a message box opens with 'Update Complete'. User clicks OK, and the macro reopens Form1 in maximized view. I want a field on the form that will show the...
  17. herrld

    Pervasive 2000i server configuration

    Whenever I use Pervasive Control Center on a client machine to access database tables on a Pervasive 2000i.SQL server , the server folder within the configuration folder 'drops', and I have to reinstall Pervasive on the server. Any idea why? Linda
  18. herrld

    Can't Print from DOS Application!!

    I'm running an old Dos program on XP. There are alot of things I have been able to fix, but this isn't one of them. I have a batch file that contains one command: copy h:\division\or_sch_f.txt lpt1 obviously, it is just supposed to print a specific text doc to the printer on lpt1. When the...
  19. herrld

    Redirect to LPT3 on WinXP

    I am running a dos application from WinXP. I need to be able to direct printing from within my application, w/o user intervention, to the printer on LPT3. Before XP, the batch file used a setprt 3 to set the printer to LPT3. That no longer works. I can capture a specific printer to LPT3 from...
  20. herrld

    PCONSOLE command for XP

    I have a dos-based program running on XP. With Win95 a user could type PCONSOLE to access the printer console. Of course, this is unrecognized in XP. Does anyone know a command I can use from the command shell that will get the same results?? Linda

Part and Inventory Search

Back
Top