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

    Grouping on a Formula Using Minimum Date

    Hi, I have created a report in Crystal 13. I have a formula that is used to tell how many days between two dates. The "Admit Date" is constant, but the second date could have multiple values. I am using the minimum(second date) in my datediff. The first formula is to get the minimum date...
  2. chiplarsen

    Logic Help - Update column in table with data from previous day

    I have a SQL 2005 database that I want to use a trigger to update a column in one table base on data from the previous day. The data in this table is inserted via a bulk insert command. bulk insert BILLING_TABLE from 'c:\ftpfiles\cur_cens2.txt' There is one column that will be empty upon...
  3. chiplarsen

    Remote Execute EXE in Visible Window

    I am using Python 3.1. I am trying to start a process (.exe) on a remote server. I am running the script from another server. When I run this code, the process starts on the remote server and can be seen in the processes in the task manager. I need this process to be visible so I can monitor...
  4. chiplarsen

    VBScript Quest about obj.TextFile.SaveAs

    I am trying to do something that I am sure is simple, but I have not work with VBScript much at all. I want to open a text file in one directory and save as to another directory with a new name. When I run this code from a cmd prompt, I do not get an error, it just executes and does nothing in...
  5. chiplarsen

    Linked SQL 2005 Tables are READ ONLY in Access

    Hi, I have an Access 2003 database that uses SQL 2005 linked tables. I have no problem opening the database and viewing the data, but if I want to add a record to the table or update a record, I can not do it. The options to insert a record are grayed out. The SQL tables are linked via ODBC...
  6. chiplarsen

    Using Split Function to parse data Question

    Hi, I have a string that looks like this. Patient Transferred to:CSCU I want to split out the data from the right side of the :. I tried this, but it did not works. split(description,":")[1] This returns Patient Transferred to. I want to get CSCU. Can anyone help with this function. Thank you
  7. chiplarsen

    Trigger on Insert in table..Udate field (multiple) other table.

    I have a trigger that I created that I want to update my Billing_Table.DISCHARGE_DT with a value that was inserted into my DISCHARGE_TABLE. The date in the DISCHARGE_TABLE is inserted via a Bulk Insert from a txt file. The trigger parses fine, but it does not update the...
  8. chiplarsen

    Updating Two tables with one Input SQL 2005

    Hi, I have a SQL 2005 database that has an Access 2003 front end. I am using linked tables in Access. What I am trying to do is have the user input data from Access into the SQL server database. The field that they are entering will be stored in one table, but I need it to populate another...
  9. chiplarsen

    Can Not Get into Design on Forms or Reports Help

    I have an Access 2003 database that created by someone else. When I go to the Database Window, I can not edit Reports or Forms. I can get into design for the tables, queries, and macros. The database is saved as a mdb, not a mde. Does anyone know why this is?
  10. chiplarsen

    Changing a DateTime field to a Date field.

    I have a DateTime field that I need to use in my Where statement. I need to use it as a Date. I want to say that a Charge Date is Date -1. That will give me yesterdays date. How do I convert the date time to date? Thank you On Error Resume Next Set...
  11. chiplarsen

    Listing Tables in RAS Connection ASP Page

    We are using CE 10. I have a report that has two datasources. There are multiple sub-reports also. The report was created using Crystal 10. I run this report using RAS viewing it in IE. I have an ASP page that was created from the CE example page that contains the login information to the...
  12. chiplarsen

    Converting 7599128320 to = 01/22/2008 07:52

    I am trying to create a formula in Crystal 10. The database is Oracle 9i. I have a field in my database that is stored as a number. I am trying to create a formula to convert that number to a Date Time. I know that 7599128320 = 01/22/2008 07:52. I just can not figure out how to get my...
  13. chiplarsen

    Crystal 10 Using ASP page for database connections

    I hope someone can help me get started on this. I wish I knew all of the terminology to use for this, but I have limited knowledge of Crystal Enterise 10. I am trying to figure this out as the person who created it is no longer around. He is my problem. I have a Crystal report ( Crystal 10) that...
  14. chiplarsen

    Crystal 10 Using ASP page for database connections

    I hope someone can help me get started on this. I wish I knew all of the terminology to use for this, but I have limited knowledge of Crystal Enterise 10. I am trying to figure this out as the person who created it is no longer around. He is my problem. I have a Crystal report ( Crystal 10) that...
  15. chiplarsen

    Does anyone open DB connections using an ASP page?

    I am trying to figure out how to pass three differnt ODBC logins and passwords so the report can be viewed over the web. I can make it work fine with one subreport. I can not figure out how to make it work with a second subreport from a different data source. We are using Crystal Enterprise...
  16. chiplarsen

    Does anyone View Crystal Reports via Internet Explorer?

    We are using Crystal Enterprise 10.0. I am having trouble with adding more than one subreport to the report. I have a connection for the main report and the 1st subreport. I do not know how to create a connection for the 2nd sub report. Has anyone ever done this? Thank you
  17. chiplarsen

    CE REPORT APPLICATION SERVER Help

    We currently view Crystal Reports via CE 10 using Internet Explorer. We have these ASP pages that contain the login information for the ODBC connections used in the reports. That information is passed in IE so the user does not have to enter login information. We had to modify the ASP page so...
  18. chiplarsen

    How to turn off auto link in SQL 2005 Visual Studio?

    Does anyone know where to turn off auto link in SQL 2005 Visual Studio? I am adding multiple table and it is linking them automatically. Thank you
  19. chiplarsen

    Returning Multiple records on one form. Help Please

    I am using Access 2000. I have a form that is built to input or select an account number. When that number is selected, the fields in the form are populated with the records asociated with that particular account number. My problem is that if an account number has more than one record...
  20. chiplarsen

    Using the function FORMULA in a formula.

    I am using Crystal 10. The database is MSSQL Server. I have a report that I am modifying. It has a formula that uses the word FORMULA in it. I am trying to copy the formula and reuse it to create another formula. When I copy and paste it, the word FORMULA is not recognized as in the...

Part and Inventory Search

Back
Top