Search results

  1. C

    Disappearing Chart Legend

    I have several reports with charts which, when run on my PC, view correctly however when A.N Other runs the same reports the legends disappear, but there is a gap where they should be. Any ideas? Thanks for you help
  2. C

    Problem Saving Reports with Graphics in Snapshots Format

    I am having problems saving/outputting reports in Snapshot format. When I use "Snapshot (*.snp)" as the output format I get the following error Run time error 2465 can't find field "Forms" referred to in your expression You may have misspelled the field name or the field may have been renamed...
  3. C

    Snapshot Viewer Format

    After furhter investigation I have found the problem to be the unbound object frame containing the Customers logo. Isn't it possible to use graphics with Snapshot viewer? Has anybody any idea how I can resolve this. Thanks
  4. C

    Snapshot Viewer Format

    I have a form where the user selects the Customer, Report, Start & End dates for their Report - this information is also used as the filename when saving the Report. I am having problems saving/outputting the report in Snapshot format. I have checked my code & variables etc by outputting to...
  5. C

    Output to a named folder

    I recently had a similar issue with Folders Hope this helps The DIR function searches for a folder Then MKDIR creates the folder if it is not found. 'Find the Folder if it exists strFolderName = Dir(strPath & strFolder, vbDirectory) 'If Folder not found then Make Directory If strFolderName =...
  6. C

    InputBox Size

    I have an InputBox that collects and shows default information which can be changed by the user. However, the default text string is quite long and the dialog box does not grow to accomodate the whole string. Is there anyway to change the size of the dialog to automatically fit the content?
Back
Top Bottom