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 bkrike 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: JaySang
  • Content: Threads
  • Order by date
  1. JaySang

    Acrobat 8 Batch Processing ?

    Its been awhile since my company has upgraded its Acrobat, were currently using Acrobat 5 and we are using the "Batch Processing" feature to automatically crop pages in a specific folder. I can't find this feature in Acrobat 9, is there something that will automatically crop pages in a folder ...
  2. JaySang

    Perl Install Help

    I've installed Active State perl 5.8.0 on a new PC for a new user. When running a perl program from the command prompt, there are 2 command line input c:\> script.pl input1 input2 when running the program is doesn't recongise any command line input. This script is running on 10 other PC's...
  3. JaySang

    VSS GET -GL Issue

    I have an automatic script that executes a bunch SS commands. When I use the ss get %file% -GL%DEST%, the -GL command outputs a user prompt asking: Set %DEST% as the default folder for project %file% (Y/N) My %DEST% is different from my working folder. How can I make it so it does not prompt...
  4. JaySang

    Win32::OLE Excel and cell formatting

    I'm populating an excel file from a perl script using Win32::OLE, but when I push a number with a decimal point excel auto formats it takes off the .0. How can I set the cell formatting to allow for one decimal point ? Thanks
  5. JaySang

    DWG Markup Files

    Pure autoCAD newbie, I have a question about the Mark Up Files (RML) and associated them with DWg files. Heres my dilema, I want my users to be able to create a "markup" of a dwg file but i want the others users to be able to view the dwg with the rml file. Is there a way to make a marked up...
  6. JaySang

    Trouble with Stored Procedure

    I don't think i'm doing this right because my result is -1 I'm trying to launch a simple stored procedure, that doesn't require any input, and just display the results. Heres the code use DBI; use DBD::ODBC; my $server = "ServerName"; my $db = "DBName"; my $username = "xxxxxx"; my $password...
  7. JaySang

    Perl and MS SQL Server

    I need some beginner help on using perl to connect to an SQL Server 2000. Versions Perl v5.8.0 DBI v1.45 MS Sql Server 2000 I just installed the DBI but when i try and connect using use DBI; use DBD::ODBC; I get an error "Can't locate DBD/ODBC.pm in @INC" Which leads me to believe that...
  8. JaySang

    Can't Locate loadable object for module DBI in @INC

    I'm new to this DBI database connection stuff but I'm getting this error when I have a "use DBI;" at the beginning of my script. I have narrowed it down to my DBI not correctly installed but I can't find any documention on reinstalling DBI. The system that I wan't to install it on doesn't have...
  9. JaySang

    Command opposte of \n

    Is there such a command that will remove a line from a varibale ?
  10. JaySang

    Pattern Matching Question

    I'm reading in a file(code structure) line by line and I need to come up with a pattern match for a line: indirect( field("VARIABLE") field("VARIBLE") etc etc etc ) I need to get the first field and the first variable only. I have tried ^ or /o and i think I'm doing it wrong. any...
  11. JaySang

    Searching for Special Characters

    I'm writing a script to search code for specific details. The code i'm searching uses opening and closing ( ) with code in between. How can I search for these opening and closing characters ? Thanks
  12. JaySang

    Current Directory

    I have created a link to another database using a macro. However it requires me to enter the full path to this database. I was wondering if there is anyway of coding it so that to looks in the current directory for the file.
  13. JaySang

    Copying all data from one table to another

    I'm wondering how i would copy all information from one table to another exact same table. Its for a history, that whenever things are more than 6 months old, it will copy to the other database keep the main one small and organized any ideas or suggestions Thanks in advance for all your ideas!!!
  14. JaySang

    Out of Office Only Works for Some

    Hey everyone, I have been asked to investigate why only some people's out of office notification is working and not others. I'm not too fimilar with some of the settings for Notes Administrator. My out of office notifcation works fine, i'm part of the admin group, I created another generic ID...
  15. JaySang

    Windows 2000 Automatic Update ?

    Is there anyway that automatic updates can be pointed to a server or another pc that contains or downloads these updates ? The situation i'm in is that I rolled out 65 new Win 2k Pro PC's and i don't want the users to update files on their own. I want it to update off a controlled server. Is...
  16. JaySang

    Running other Access Databases with forms

    Whats the easiest or best way to launch other MS Access database on a form inside of your main database ? I have a main central database and I want to link to other existing databases any suggestions ? Thanks Everyone!
  17. JaySang

    Norton Anti-virus Corporate - Central Quarantine Server

    Does anyone have any experience with this ? I can't find any documentation on how to set it up and get it working any suggestions ? Thanks
  18. JaySang

    Linux/PHP setup ?

    I have been looking everywhere for documentation or anything to tell me how to setup php on my Linux Server. I have apache 2.0.4 installed and it is running and tested. When i look at the httpd.conf, it includes the php.conf. Where do I put the *.php files ? Right now i'm trying them in the...
  19. JaySang

    Novell Lock Workstation on Screensaver

    I'm haviing this problem with the netware client (4.83 SP2) no automatically locking the workstation when the screen saver starts. I'm using Windows 2000, any screen saver with password option checked. I can't figure out why it won't lock the workstation Can anyone please help ? Thanks

Part and Inventory Search

Back
Top