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 strongm 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. dbielenda

    Formula for a Time

    Thanks, that seemed to work just great ! [wink]
  2. dbielenda

    Formula for a Time

    I have a database field, SAWP030A.TGLMA, which is represented in minutes (let's use 60 minutes for this example). I need to convert that to hours and minutes, so I have used the following formula: ToText(({SAWP030A.TGLMA})\60, 0) + ':' + ToText(({SAWP030A.TGLMA}) Mod 60, 0) The report shows...
  3. dbielenda

    Genral SQL Server Error. Check the Messages from SQL Server

    So, go from this: BILP350C.BILLC *= BILP352F.BILLF AND BILP350C.BILAUC *= BILP352F.BILAUF AND BILP350C.BILLC *= BILP351C.BILLC AND BILP350C.BILAUC *= BILP351C.BILAUC AND BILP350C.RTUNTC *= BILP305E.RTUNTE AND BILP350C.ITEMC *= INVP100A.ITEMA AND BILP350C.OWNERC =...
  4. dbielenda

    Genral SQL Server Error. Check the Messages from SQL Server

    I thought these were left outer joins? This is the query that Crystal created. I don't think I can manipulate it, can I? Thanks...
  5. dbielenda

    Genral SQL Server Error. Check the Messages from SQL Server

    After going through my report field by field, formula by formula, I have finally discovered why I get this error --> a left outer join on BILP351C.TRNTPC *= SAWP652E.TRNTYE. When I take this out of the query, I get records. Here is the query that Crystal generates: SELECT BILP350C.BILLC...
  6. dbielenda

    Formatting the Page Footer

    I'm sorry, typo. I meant I suppressed the report footer.
  7. dbielenda

    Formatting the Page Footer

    Naith, I cannot delete this section because it is the page footer. I right mouse click and do not have the option to delete it, instead I have suppressed it. Also, the section lines are dragged to the bottom of the fields in that section. Design view looks correct, preview mode puts this gap in...
  8. dbielenda

    Formatting the Page Footer

    I am doing a bill of lading report that contains the page header, details section, and page footer. I need the page header and page footer to appear on each and every page. Now, here is my formatting question... The details section and the page footer have a gap/space between them on the report...
  9. dbielenda

    Dropping Date Range Parameter on Report

    Thank you for the help. I just discovered a new way to do it. I have the same value type (Date) and option (Range Value). Then I created a formula and dropped this formula onto my report: ToText(Minimum({?Date Range})) + "-" + Totext(Maximum({?Date Range})) And it displays...
  10. dbielenda

    Dropping Date Range Parameter on Report

    When I place the date range parameter on the report, it shows a blank instead of the dates I entered. I would like to see 5/14/02-5/16/02 that was selected from the drop down calendar. Why did this happen? All the other parameters show fine... Value Type: Date Option: Range Value(s) Thanks...
  11. dbielenda

    Can Grow

    The two DLL's provided by Azalea are: 1.) u2lbcode.dll 2.) barcode.dll and I placed them in ...\WINNT\SYSTEM32. Don't know if this info helps or not. Just more like an FYI. Thank you for your responses! s-)
  12. dbielenda

    Can Grow

    You think these two DLL are necessary?
  13. dbielenda

    Can Grow

    What I do have installed are fonts and DLL's from Azalea. I think this is about the same as that UFL from Crystal.
  14. dbielenda

    Can Grow

    We are using Code 128 font, I tried the formula that you suggested and it did not work. Do you have any other suggestions for Code 128?
  15. dbielenda

    Can Grow

    Will do, thanks Jim for your help! Much appreciated! s-)
  16. dbielenda

    Can Grow

    The same format is being printed.
  17. dbielenda

    Can Grow

    1.) I used barcode fonts from Azelea and installed them. 2.) I created a formula: BarcodeC128A("(402)"+{ORDP999B.BLADB}). This function comes from the "Additional Functions". 3.) The barcode fonts are universally bad and the same barcode "look" prints everytime...
  18. dbielenda

    Can Grow

    The thing is that this report is being printed from a software product we are developing. So, it is printing from an application, not directly in Crystal Reports. Within Crystal Reports itself, the barcode looks, prints, and scans fine. When printed from the application, it prints these...
  19. dbielenda

    Can Grow

    I have a barcode formula and I want the barcode to automatically size itself. I thought maybe the can grow feature would do it. Unfortunately, it only goes vertical. Any other suggestions? Thank you s-)
  20. dbielenda

    Can Grow

    After checking the "Can Grow" under the format editor, the field grows down instead of growing across. Is there a formula I can use to change this?

Part and Inventory Search

Back
Top