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 Mike Lewis 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. richf007

    Text to Date

    I have a similar problem where our vendor's MS Excel report has text dates formatted as, for example, 7022002 and 11212004, which translate to 7/02/2002 and 11/21/2004 respectively. My client cannot sort by this date field which is causing them problems with their data analysis. I tried...
  2. richf007

    Problem Exporting Crystal Report to Text File

    Thanks to all that replied. We (me and a co-worker) offerred 2 solutions to the client agency requesting this info: 1. Created a comma delimited text file containing all of the fields we have available, but not in the same size the client requested. The IsNull suggestion worked great on fields...
  3. richf007

    Problem Exporting Crystal Report to Text File

    Crystal Reports XI. I'm having problems exporting a large amount of data (i.e. many fields) from Crystal to a text file. I created a formula to assemble all of the required fields, which must be fixed length to match a mainframe system (formula is below). Each sub-formula makes the...
  4. richf007

    Form Parameter disappears when report exported to MS Word

    Hi. I fixed the problem using a workaround solution. First, for the route number on the report I just used the RouteNumber from the table since the value returned by the query will equal the parameter value selected by the client (duh). For the "as of date", I created an expression named...
  5. richf007

    Form Parameter disappears when report exported to MS Word

    Hi. I was wondering if anyone has come across this issue in MS Access 2000 when exporting a report to MS Word 2002 (PC is running Windows XP with Service Pack 2): Modules: form (frmRouteByDate), query (qryRouteByDate) and report (rptRouteByDate). I have a form that allows the client to...
  6. richf007

    How to fill and store checked items of listbox of style checkbox

    Hi. I created a Class module for processing all of the selected items found in a ListBox, which we use in a Crystal Reporting application where clients select values such as company codes for reporting purposes. You may be able to use this Class module for what you are trying to do with the...
  7. richf007

    Disabling items in a ListBox with Checkbox items.

    There may be a roundabout way to “disable” the checkbox within the ListBox. When you identify which item in the ListBox needs to be disabled, set the ItemData property for that item to a specific value: ' Disable a specific ListBox item. Dim intIdx As Integer For intIdx = 0 To...
  8. richf007

    Save Reminder before exiting

    Sorry to have responded so late. Another option would be to ask if the client wants to save the data in the form's QueryUnload event. Here's a rough code sample. '*****************************************************' 'DESCRIPTION: (generated by VB) ' Before exiting, see if the client wants...

Part and Inventory Search

Back
Top