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 Chriss Miller 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
  • Content: Threads
  • 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

    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...
  8. 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 ?
  9. 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
  10. 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.
  11. 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
  12. 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
  13. mtawk

    Integer to string

    Hello, Is there any JS function that converts integer to string ? thanks
  14. 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...
  15. mtawk

    how can i get the Top and Left positioning of an INPUT ?

    Is there a way to get the Top and left positionning of a selected input type text ? Thanks
  16. mtawk

    JS special characters with netscape

    is there a way to stop netscape from converting the javascript special characters to ASCII code. I'm sending : window.open('myfile.html?myvar1=x&myvar=y&myvar3=z'); netscape is replacing &, = by their ASCII code, and i'm not able to get my variables. otherwise IE is acting properly.
  17. mtawk

    Sending variable with form Action with a get method

    here is my code: <form action=&quot;file.html?myvar=xxx&quot; method=&quot;GET&quot; name=&quot;myform&quot; > <INPUT TYPE=&quot;text&quot; name=&quot;myinput&quot; value=&quot;yyy&quot;> <input type=&quot;submit&quot; name=&quot;submitForm&quot; value = &quot;submit&quot;> </form> my...
  18. mtawk

    How can i make drag-drop on an HTML file elements?

    How can i make a drag drop on an element in my html page? for exp an image, a button , an Input... Thanks
  19. mtawk

    how can i create a button with JS

    I want to create an input (Button, or else) dynamically with Javascript code. Is there a way to do it ? Thanks
  20. mtawk

    The best JS debugger

    Can anyone tell me what's the best javascript text editor and debugger ? Thanks

Part and Inventory Search

Back
Top