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 wOOdy-Soft 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: *

  • Users: jeffward
  • Content: Threads
  • Order by date
  1. jeffward

    Access Database Inserts Very Slow

    I have a VB.NET application that is getting data from various sources and saving this to an access database for subsequent reporting. I am inserting approx 18000 records via a dataset and when I call the update command this is taking over 5 minutes to run Is this normal or am I missing...
  2. jeffward

    Solaris 8 Management Console Version 2.0

    I need to install the Solaris Management Console version 2.0 onto a server running Solaris 8. I have managed to dowload The Solaris 8 Admin Pack but this only contains version 1.01 of the SMC. I have found the SUNWmc etc. packages on one of my original Solaris 8 04/01 cd's but am not sure what...
  3. jeffward

    Word 97 Mergefield inside a table is not wrapping correctly

    I have a mergefield inside a table and it is not wrapping correctly, infact its truncating part of the text before wrapping, for example :- 99 The Lane Down-the-Road Toytown TT01 9YZ The Toytown is being chopped off but the post code then correctly wraps to the next line as below: - 99...
  4. jeffward

    Include contents of a text file

    I am using an xsl stylesheet to output my XML to HTML and would like to conditionally include the contents of a text file, for example: - ....html content here... <xsl:if test="something='true'"> show contents of .txt file here </xsl:if> ....html content here...
  5. jeffward

    Output text containing &amp;#10;

    My xml source file contains text representing code and the software that saves this to xml format has converted the line breaks in the code to &amp;#10. I am using xsl to output the contents to html and so need to display the code block properly. for example if the xml contains:- Code="line...
  6. jeffward

    Take action based on result of lookup

    I have a lookup table of values and need to perform an action based on the result of the lookup. For example the following code will return either Y or N <xsl:call-template name="Lookup_MyLookup"> <xsl:with-param name="P_ID" select="name()"/> <xsl:with-param name="P_Attr"...
  7. jeffward

    XSLT to show detail from a selected list?

    Hi im fairly new to XML but I trying to generate documentation for a number of programs that have been saved as XML files (I have no control over the content of the source XML file). A simplification of one of these files would be something like this: - <Form name="form1" description="this is...
  8. jeffward

    Shell Error Trap

    I have an existing .exe that I need to run and detect if any errors occurred. I can run this with the shell command but this does not tell me if the application worked or not? (I also have the full c++ source for the exe and looked at making it into a dll but as i dont know c or c++ this...
  9. jeffward

    Word97 IncludeText and extra blank line

    During a complicated mail merge process I am inserting sub documents into a master document via the INCLUDETEXT option. This is adding an extra blank line after the inserted document. for example, if my master document was: - Line1 Line2 INCLUDETEXT.... Line3 Then I end up with Line1 Line2...
  10. jeffward

    Word 97 Merge Multiple Documents And Data Sources

    I have a complicated set of Word documents to produce that have multiple sections some requiring data in a table format. I have broken the document down into a set of eperate documents which I then link into the main document via the INCLUDETEXT field. This works fine if each document is using...
  11. jeffward

    Word 97 Mail Merge to include sub mail merge documents

    I have a complex mail merge document and to simplify testing etc. I have broken it down into a number of sepertate mail merge documents. I have been using code to merge each sub document to a new file and then insert each file into a final document prior to saving as a stand alone letter. I...
  12. jeffward

    Word 97 Nested If Readability

    I have a number of complicated mail merge documents and I have split these down into sub documents to improved readability from a coding/authoring point of view but some of them still contain a number of nested if statements and it is very hard read and maintain. Is there any way of formating...
  13. jeffward

    Making Word Documents View/Print Only

    I have an application that uses ole to generate word documents via a mail merge and at present the users can load the documents for checking before printing. As a result on new regulations, I need to be able to stop the users from any form of editing i.e. save as, copy and paste into another...
  14. jeffward

    How to Detect Failure of OLE2 INVOKE commands to MS-Word

    I am using OLE2 to automate MS-word mail merge and it works fine but I now need to build in error handling before the application is ready for the end-users. So far I have been unable to detect simulated errors on the Word end such as if the source document does not exist or the destination...
  15. jeffward

    Project Builder Source Control With CVS

    Has anyone managed to setup Oracle Project Buildder to use CVS for source/version control or does anyone know of a good guide of how this might be done?
  16. jeffward

    Oracle 8.0.6 readonly tablespace transport

    I have a readonly tablespace on an Oracle 8.0.6 database which I wish to archive to tape and then delete. I then wish to be able to restore this to any one of four other databases in the future for querying in required. What is the baset way to do this? Copying/restoring the 2GB datafile...
  17. jeffward

    Oracle Forms 6 Version Control

    Does anyone know of a free( or LOW COST) product that can be used with Forms 6 to provide source/version control etc. ?
  18. jeffward

    Word mail merge cant find source document

    I have a number of mail merge documents on a common network directory that use .txt files created on the users c: as the data source. Unfortunatally I keep getting intermitent errors where Word cant find the data file and the user has to point it manually to the correct file.
  19. jeffward

    cant add new trigger code

    I am using Forms Builder 6i on win2000 and I can not add new triggers etc. at form, block or item level. The only way I can add a trigger is to copy and existing trigger and then rename it!

Part and Inventory Search

Back
Top