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 SkipVought 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. NickyB

    ADO Recordsets and Datasheet View

    I am using an ADO recordset (Select * from <<table>>) as the form.recordset value. The form is displaying in datasheet view. I need to be able to update and add new records but when selecting anything I am getting the message that the recordset is not updateable. I have checked that Allow...
  2. NickyB

    Case sensitive

    Is it possible to set Oracle (version 7) to be case insensitive, so records would be found in the database for the following if the field t_name contained 'TEST': SELECT * FROM T1 WHERE t_name = 'test' SELECT * FROM T1 WHERE t_name = 'Test' SELECT * FROM T1 WHERE t_name = 'TEST' I know that I...
  3. NickyB

    Get list of NT users into an array or similar

    Does anyone have an idea on how to get a list of all the NT Users in the current domain into an array or an alternative structure. I have found information on global.exe which will put all the usernames into a text file, which I could read and put into an array but would prefer to get the...
  4. NickyB

    Exporting Reports

    Discovered the 8.5 html export dll is corrupt - needed to use version 8.0. Discovery was confirmed by Crystal! X-)
  5. NickyB

    Open new window with different session

    We had the same situation and redirected the user to a new website passing the parameters etc for the report in a query string. When the user closed the report you can close the session variables without affecting your original application. We also discovered if you do not close the session...
  6. NickyB

    Maximise a new window

    Only problem is that doesn't work as the page I need to resize contains a redirect to either a html or pdf page. The resize works fine but then the page cannot redirect - it just displays a blank page. Any suggestions??? X-)
  7. NickyB

    Maximise a new window

    When using the window.open method how do you open a maximised window (not fullsize as this loses the navigation bars) Any help would be appreciated - I'm hoping to avoid using resizeby or resizeto
  8. NickyB

    Indenting Code

    Is there anyway of indenting a large chunk of code in Interdev at one time???? s-)
  9. NickyB

    Download Files from SSL

    In my virtual directory I have a .cab file and a .exe that clients need to be able to download. Netscape users are able to download these files but IE users cannot. I have a SSL installed. Does anyone know any reason why IE users cannot download these files. X-)
  10. NickyB

    Report Viewers and SSL

    Has anyone else experienced problems with using the report viewers with SSL - namely Active X and Active X plugin for Netscape. We have been unable to download these from a server which has a Secure Socket Layer. I know the code etc is ok as we can download the viewers from a development...
  11. NickyB

    Browsing a Virtual Directory (and run exe files)

    We don't seem to have a default web site set up (don't ask me why as noone knows!) It is a virtual directory of the domain web site ie/ www....
  12. NickyB

    Browsing a Virtual Directory (and run exe files)

    I have 'Allow Browsing' selected on a Virtual directory. I have a SSL. But cannot browse unless I use https://full domain/vd name I cannot use the machinename instead of the full domain at this point I can open .txt, .htm, .asp files but am unable to open .exe or .zip or .cab files. Does...
  13. NickyB

    Download Netscape Viewer

    Does anyone know any reason why IE or Netscape is unable to download the npviewer.exe from viewer/ActiveXViewer/en/ - I know the user can access this directory as they have opened the htm file - get-npviewer.htm from the same location. The users are also unable to use the ActiveX viewer - I...
  14. NickyB

    Appending reports

    The second report has a number of subreports - and since subreports cannot contain subreports the two reports cannot be combined together.
  15. NickyB

    Display two HTML pages

    Does anyone have any idea whether it is possible to append two HTML files to display them as one page? The pages cannot be combined to be one page as they are automatically generated as two pages.
  16. NickyB

    Append two HTML files

    Does anyone have any idea whether it is possible to append two HTML files to display them as one page?
  17. NickyB

    Appending reports

    Is there any way to append two reports so that they can be viewed as one report in a viewer when opened from ASP etc. I cannot put the reports together as one report for all users (they have to be designed as two seperate reports).
  18. NickyB

    Exporting Reports

    I am currently exporting a report to HTML 4.0 format using ASP code based on the sample code supplied by Crystal Decisions (simple report export)every now and then I get the dreaded ASP 0115 error. Does anyone know of any problems exporting to the export type 31. I have also been exporting to...
  19. NickyB

    DHTML Viewer

    Does anyone know if there are sample files on how to use DHTML viewer in 8.5 from an ASP page. I have found sample files for Active X and Java viewer but the HTML example there seems to implement the Standard HTML viewer. Alternatively does anyone know the code I should be using to call the...
  20. NickyB

    Disable group tree in Crystal 8.5 HTML export

    Any idea how to disable the group tree in DHTML (page by page) report export in Crystal 8.5. I have a feeling I should be using the toggleGroupTree function but not quite sure where. Reports are being called from ASP. Can anyone help please.

Part and Inventory Search

Back
Top