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. projection

    Output to File has additional newline characters

    That was it! Thank you so much!
  2. projection

    Output to File has additional newline characters

    Hi, Very rusty at Perl. Trying to get back into it by building simple scripts. I can't figure out what is wrong with my script. Your assistance is very much appreciated! Trying to develop a simple script to parse a file and output to a new file. Here is the input file contents...
  3. projection

    Acrobat Type Library - Run Time Error

    Thanks for the suggestion. I will look into it. I am utilizing the Acrobat Javascript object to determine if a page has been ocr or not. I am not creating or modifying any pdfs. it took a few days of research to figure out the javascript solution. But i will check out iText as well...
  4. projection

    Acrobat Type Library - Run Time Error

    Hi, I am creating an application that references the acrobat type library. The Interop.acrobat.dll is I don't know what I am doing wrong, but when it runs, I receive an error specifying that retrieving the COM Class factory for component with CLSID (FF76CB60 ...) failed due to the following...
  5. projection

    list of file extensions

    Hi Groupwise forum, Could you please list out all the different file extensions that are associated with groupwise? So far I have GWI, MLM, NAB, and DB. Are there any others? Thank you in advance!
  6. projection

    Set a subquery variable before opening a report

    Thank you for replying BoxHead. I went ahead and used the createquerydef function to create a temporary query and set that to the recordsource of the report.
  7. projection

    Set a subquery variable before opening a report

    Hi, I have an interesting problem where I want to create a report using a select statement having a subquery union of several tables (partial query below). The sub union query has a variable (sPeriod) that will be set to the Period ending Date specified on the form before the user clicks view...
  8. projection

    workaround for enter before click event

    Hi AceMan1, Nice suggestion/alternative. I will implement this instead. That way I have more control over what is happening. I will let you know how it goes. Thank you so much for your help!
  9. projection

    workaround for enter before click event

    Hi AceMan1, Thanks for your response. I agree. There is no way of knowing how the onEnter event happened so it is best to have the flag in that event. That is what I have. The function to create the hyperlink also contains a global flag that is set to false when created otherwise it is set...
  10. projection

    workaround for enter before click event

    Hi Tek-tips, I came across an interesting design issue with a textbox on an access 2k form. When the user CLICKS the textbox, the File_Enter() event happens, which has a call to a function to prompt the user with an open file dialog. Once the user selects a file, the textbox is populated with...
  11. projection

    acrobat "fit page"

    Hi, Thanks in advance for responding. I am coding a simple utility to set all the pdfs magnification to "fit page". i tried doing this ... Set avp = AVDoc.GetAVPageView Set PDDoc = avp.GetDoc ' first param is type (1 being "fit page"), second is scale i = avp.ZoomTo(1, 1) If i = 0 Then...
  12. projection

    restrict administrator from system settings

    Hi, I am trying to configure our production pc to restrict users from changing the time/date, IP address and installing programs. i created a user account, operator, as restricted user. this works fine except our time clock software has to be run as administrator. the registry would...

Part and Inventory Search

Back
Top