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 Shaun E 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. BROWNIE56

    I need t make a data map

    I need to build a data map. Our software program has around 300 tables. I plan to break my info up into a Financial Section, Patient, Employer, Guarantor Sections, etc. Does anyone know of any resources on the Internet to get an idea of how I am going to go about this?
  2. BROWNIE56

    ToTrim

    The field is a 50 character varchar Our users type in the name such as: Brown, Sharon Brown Sharon BrownSharon What I have to do it print, on a dot matrix form, the last name then the first name. There is room for 20 characters for the last name and a few blank spaces then room for 15...
  3. BROWNIE56

    ToTrim

    Our name field prints the lastnamefirst name in one field. How would I print the first 20 characters of the last name followed by 5 spaces then print the first 15 characters of the first name? Thanks, Sharon
  4. BROWNIE56

    Date Formula

    How would I make the following ToText work corrctly ToText({EMPLOYER.emp_rep_start_date}), "DD MM YYYY") I want my date to print like: 03/28/02 Thank you
  5. BROWNIE56

    Preceeding Zero's

    I need to be able to display an account number that will always disply "zero's" before the account number, up to six digits. Example: 000056 001112 023433 000001 Thank you, Sharon
  6. BROWNIE56

    SQL shows tabs stops, crytal does not!

    Our SQL database has a notes field (varchar). This prints notes in a report. In our program you can type and enter tabs using alt-tab (same as in notepad or in excel). When the data is passed to SQL the tabs are displayed as little boxes. Crytsal does not recognize the tabs that are stored in...
  7. BROWNIE56

    Time formula

    Yes, it represents 3:15
  8. BROWNIE56

    Time formula

    I need to show a total time of two visits (example in a doctors off, time in and time out, then show the total time of the visit) Visit time in: case_vis_in (varchar) 1515 (time in table) Visit time out: case_vis_out (varchar) 1600 (time in table) I need to be able to display the total...
  9. BROWNIE56

    Time Formula

    I need to show a total time of two visits (example in a doctors off, time in and time out, then show the total time of the visit) Visit time in: case_vis_in (varchar) 1515 (time in table) Visit time out: case_vis_out (varchar) 1600 (time in table) I need to be able to display the total...
  10. BROWNIE56

    Help with a Time formula

    I need to show a total time of two visits (example in a doctors off, time in and time out, then show the total time of the visit) Visit time in: case_vis_in (varchar) 1515 (time in table) Visit time out: case_vis_out (varchar) 1600 (time in table) I need to be able to display the total...
  11. BROWNIE56

    System Date-Year

    How do you get just the system Year to show? What I want to place in a report is The word "Year" a space followed by the system year. This is used on a OSHA report. At the top of the form it reads Year 20__. If this form was used manually, the user would will in the last two digits...
  12. BROWNIE56

    Time converstion-remove ":" from field

    I have a method I use to convert our time from a database from military time to "civilian time." I just ran across one field in a table that has the time stored as: 12:15 instead of 1215 (like the rest of our tables with time). How can I remove the ":" to make the...
  13. BROWNIE56

    Message on Statement

    How would I write a formula to display a message such as, "Your bill is over 60 days old" when the follwoing is met: WhilePrintingRecords; NumberVar over2month; if(over2month=0) then 0 else over2month/100
  14. BROWNIE56

    First Name Last Name formula

    Thank you. But, we have to stay with Crystal 5. Crystal 8 runs are reports way to slow.
  15. BROWNIE56

    First Name Last Name formula

    In our software program we have the client enter their name like the following: Brown, Sharon That is how it is stored in the table. I have one report I need to write but I need the names to display as First Name then Last Name. I was given the following formula to use but it does not seem...
  16. BROWNIE56

    City, State and ", "

    I have 2 fields City and State I need to be able to display them in the following ways City,(comma)State City (no comma) State (no comma) Example Fresno, CA Fresno CA I need the State to be in the same place as the city if the city is not chosed and the comma to be supressed if not needed...
  17. BROWNIE56

    Crystal 5.0 Book

    Any type of book, that way I can take it home to read.
  18. BROWNIE56

    Converting Y or N to text

    Thank you, thank you, thank you! It worked! Brownie
  19. BROWNIE56

    Converting Y or N to text

    I have a field the has the work days in it display as "NYYYYNN". N=Closed Y=Yes How would I change this to display the days of the week that are open. Example: NYYYYYN would equal MTWTHF for the days of the week that a clinic is open. Some clinics are only open 2 days a week so I...

Part and Inventory Search

Back
Top