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 Shaun E 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. jianhua

    How to invoke a component in Perl?

    Hi! I'm a coldfusion programmer and know nothing about Perl. We've created a web service component in cfmx and we have a client who is trying to invoke this component via Perl. Can anybody show me the basic code to invoke a component in Perl? Thanks in advance!
  2. jianhua

    Whitespace in cfmail

    Many thanks! Is there any way I can fix it by changing the settings from the administration part? I asked this because we used to have cf4.5 and we didn't have this problem. We upgraded it to CFMX a couple of months ago on both the testing server and the production server. Currently only...
  3. jianhua

    Whitespace in cfmail

    No.
  4. jianhua

    Whitespace in cfmail

    Hi, Did anyone have this experience: when cf tag is inside cfmail, it generates big blank spaces in the mail? For example: <cfmail ...> <cfif ...> #myTest# </cfif> body content here... </cfmail> Receiver gets email with big blank spaces between #myTest#. When I move <cfif>...
  5. jianhua

    Pop up a message when users are trying to leave the web page

    noyes99, when people access the page, their current data is displayed, so there are no empty fields. I can set up a flag field, but have no idea of how to detect it. I'm okay if they click the submit button. What if they use the url box to direct the pages other than the open enrollment pages or...
  6. jianhua

    Pop up a message when users are trying to leave the web page

    Hello, I'm working on the online open enrollment now and it contains several pages or we can say several cfm files. On every page, we have links to link to other sections. I want to alert my users if they are trying to leave the open enrollment pages with the job half way done. How can I do it...
  7. jianhua

    Send email with attachment from word document

    Hello, I want to create a command button on a word document. When a user fills in the form fields of this word document and clicks the button, the word file with data is saved and sent as attachment to certain recipient(s). Can I do this? If yes, how? Thanks in advance! jianhua
  8. jianhua

    Radio buttons on microsoft word

    Word 2002 Try to close the file and re-open it to see whether the &quot;protect document&quot; is active and the radio buttons work... I tested for several times. Before I closed the file, it worked, but once I closed the file, it messed up.
  9. jianhua

    Radio buttons on microsoft word

    Hi, I'm creating form fields on a microsoft word document and I want to protect the document so that users can only fill in the form fields, and not change anything on the document. What I'm doing is: create form fields via form tools (view --> toolbars --> forms) and then protect the document...
  10. jianhua

    Error Executing Database Query

    We are using cfstoredproc tags and they have been working fine for a couple of years. The back end is SQL server 2000. Currently we're doing an upgrade from cf4.5 to cfmx, and having problems with executing database query. The error message is: The Error is Error Executing Database Query...
  11. jianhua

    CFgrid's problem

    We're doing an upgrade from cf4.5 to cfmx, and having problems with cfgrid. Does anyone know how to fix it? Thanks in advance! Jianhua
  12. jianhua

    Replication question

    No,no error at all.
  13. jianhua

    Replication question

    Hi I've created a snapshot replication to copy a couple of tables from one database to another in the same server. I scheduled to run it at 2:00 am daily. The problem is that the job doesn't run as scheduled. If I click &quot;start synchronizing&quot;, it runs and the tables are replicated...
  14. jianhua

    Problem of printing checkmarks...

    It's the printer's problem. I send the file to another printer and the checks show up. Thanks Jessica!!!!!!!!
  15. jianhua

    Problem of printing checkmarks...

    Do you think it might be the printer...?
  16. jianhua

    Problem of printing checkmarks...

    I tried to turn on the &quot;print background image&quot; before and it didn't work. I use IE6 and I cannot print the checkmarks... Any solutions...
  17. jianhua

    Problem of printing checkmarks...

    I tried to turn on the &quot;print background image&quot; before and it didn't work. I use IE6 and I cannot print the checkmarks.
  18. jianhua

    Problem of printing checkmarks...

    Sorry for this delayed post. The code is very simple and basic: <form action=&quot;action_file_name&quot; method=&quot;post&quot;> <input type=&quot;checkbox&quot; name=&quot;one_time&quot; value=&quot;1&quot;>One Time<br> <input type=&quot;checkbox&quot; name=&quot;weekly&quot...
  19. jianhua

    Print form with checkmarks if they are checked

    Would you please explain it in a little more detail or post a sample code if you have? Thanks...
  20. jianhua

    Print form with checkmarks if they are checked

    How to print a form with the checkmarks if the fields (checkbox) are checked? I have trouble printing the checkmarks. For example: an html form with several checkboxes - if the user checkes some of the fields and wants to print the form as a record before he submits the form, why all the...

Part and Inventory Search

Back
Top