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 TouchToneTommy 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: mtawk
  • Order by date
  1. mtawk

    report designer

    Is there any flex component for a report designer? I want clients to be able to design their own reports over flex interface.
  2. mtawk

    Query SQL text to XML

    hi, Is there any tool that can convert SQL Query Text to XML format? or a predefined XML format to store Query SQL text? Thanks
  3. mtawk

    MSSQL DTS using Delphi

    I need to do a DTS of a prod database into a specified database. the 2 databases are on MSSQL server. Is there a way or a component that can do so in delphi?
  4. mtawk

    Big print size difference between AReader5 and AReader6

    Hello, I have a pdf file(200KB 2pages with no images). If i open this file with Acrobat Reader5, the printing size of this file is about 400KB, which is acceptable. But if it is opened with Acrobat Reader6, the printing size is 3.6MB which is very heavy. What could be the problem for that i'm...
  5. mtawk

    PDF print size

    hello, I have a 2 pages PDF file (55 KB).The file contains text only and no images inside it. Once I print this file and i open the printer's dialog, i find the file's size 3.6 Mega and the printer is taking more then 10 minutes to print it. Is there any way to reduce the print size of this...
  6. mtawk

    Compiling PHP with FDFTK under Linux

    Hello, I managed to make FDFTK work with PHP under Windows OS. But in order to make it work under Linux, i need to recompile the PHP library. Does anyone know the exact syntax for compiling the PHP library with FDF support under Linux? I'm a little bit new to Linux. Thanks for any help.
  7. mtawk

    Using FDF to set a PDF field value

    Thanks a lot, your code worked ok. I guess my mistake was that i'm not specifiying physically the address where the fdf must be created "c:/application/outtest.fdf". Your code works on windows OS, but my next challenge is compiling the php library with fdftk over Linux in order to be...
  8. mtawk

    Using FDF to set a PDF field value

    I would be very grateful because i didn't find any working example I can rely on. Hope I'm not too much disturbing you.
  9. mtawk

    Using FDF to set a PDF field value

    No i haven't done that and I don't know how exactly i can do it. Actually this is my first time working on Acrobat reader. My problem is that i have a already done PDF report in which there is a number of fields that i must fill dynamically according to the client that is demanding the report...
  10. mtawk

    Using FDF to set a PDF field value

    Yes, i created it in Adobe Acrobat 4. Is there anything special i should change in the properties of the field in the PDF file?
  11. mtawk

    Using FDF to set a PDF field value

    Yes i have tried it but i'm always getting this message after the opening of Acrobat Reader : "There were an error in opening the document. File does not begin with '%PDF-'". I have changed the PDF file and it is still giving me the same message. What may i have done wrong?
  12. mtawk

    Using FDF to set a PDF field value

    I have a PDF file in which there are a number of fields I wish to set them from PHP before opening the PDF file. I tried many FDF examples i found on the web but nothing seems to be working. Does anyone knows a simple example for how to set a value to a field in a PDF file dynamically from PHP...
  13. mtawk

    Saving server resources while executing a job

    The job is on the production server. The job is actually a process of transferring a big amount of data from SQL server to AS400 DB server via linked server. This process is taking all the SQL server resources, I want it to work with lower resources on a longer period of time.
  14. mtawk

    Saving server resources while executing a job

    I have a job which is taking all the resources of the SQL server and slowing it down for the users. Is there a way I could limit the server resources given for the execution of this job ?
  15. mtawk

    Execute a job step

    Hello, Is there a way to execute only a specific step from a job without executing the other steps. Thanks
  16. mtawk

    Column default value

    Hello, I have an existing column (NOT NULL) in a table with no default value and i want to update the column to set a default value for it. I tried "ALTER TABLE xxx ALTER COLUMN yyy", but it didn't work. I would appreciate any help. thanks.
  17. mtawk

    Disabling a trigger

    Hello, I'm using a trigger in a table and i need to stop it for a certain treatment in my code and then reactivate it. Is there a way to do so in SQL server ? Thanks for any help
  18. mtawk

    set focus on a checkbox

    Hello, Is there a way to setfocus on a checkbox? i tried select() and focus(), they work on <INPUT TYPE=&quot;TEXT&quot;> but not on <INPUT TYPE=&quot;CHECKBOX&quot;>. thanks in advance for any help
  19. mtawk

    Integer to string

    Hello, Is there any JS function that converts integer to string ? thanks
  20. mtawk

    Incremental search over a &lt;SELECT&gt;

    Hello, I have an html combo <SELECT> which contains around 1500 values inside. Is there a way that i can make an incremental search over this combo, because the search is made only over the first character of the value and not the second and third character i'm typing. I want it to make an...

Part and Inventory Search

Back
Top