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 strongm 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: 13sio
  • Order by date
  1. 13sio

    Notify of GW client 7.03 in cache mode

    Your explanation makes sense. Thanks.
  2. 13sio

    Notify of GW client 7.03 in cache mode

    Notify is in Windows firewall exception.
  3. 13sio

    Notify of GW client 7.03 in cache mode

    Thanks for your reply. In my case, Notify is running all day. If GW client is in online mode, everything works fine; if GW client is in caching mode, no notify at all unless GW client is opened.
  4. 13sio

    Notify of GW client 7.03 in cache mode

    Finally i cannot get it done and give up Notify.
  5. 13sio

    Notify of GW client 7.03 in cache mode

    Hi, i m using GroupWise client 7.03 (cache mode) in a Win XP SP3 machine. i would like to get help of Notify for new mail notification. Notify only prompts me for new mails when GW client is opened, and has no notification when GW client is not opened. Is it possible to get notification without...
  6. 13sio

    Groupwise Migration

    Hi, i m doing similar migration - moving mails/contacts from Outlook Express 6 to GroupWise client 7.03. i first import OE's stuffs to MS Outlook 2003. Then import PST file to GW client w/ the following utility GroupWise 7 Import Utility for Microsoft Outlook B...
  7. 13sio

    Email's encoding option not available in Outlook connector

    My feeling of using Outlook connector for GW is not so good. The related resources i found on web are Quick Start on Novell official site and some no-answer questions. marvhuffaker's advice is absolutely correct for me. i will use GroupWise client instead. Thanks.
  8. 13sio

    Email's encoding option not available in Outlook connector

    The reason we stick on Outlook connector is that most of our users get used to Outlook or Outlook Express. If i cannot solve the problems in connector, changing into GroupWise client is a solution. Thanks for you reply.
  9. 13sio

    Email's encoding option not available in Outlook connector

    Hi, my company have just built up a GroupWise 7.03 server which is running on SLES 10 SP1. Most of our users use MS Outlook 2003 with GW connector (included in GW 703 HP1 Win client Multilingual) installed as mail client. For some mails with non-english content, we cannot change into suitable...
  10. 13sio

    Expand/collapse script problem

    Try <div id="main" style="margin-left:0em; display:none;">hi there</div>
  11. 13sio

    Cannot load C:/php/php5apache.dll into server when starting Apache2

    Is php5apache.dll really in c:/php/? According to the directory/file names in your path, you seem to use Apache2.2.x & PHP5.x.x. If so, PHP5 module php5apache2_2.dll is needed for Apache2.2.
  12. 13sio

    annoying little gap in IE7...

    Thanks
  13. 13sio

    annoying little gap in IE7...

    Try to add 'vertical-align' property .images { padding:0px; margin:0px; vertical-align:bottom; } No gap exists for my IE7 display no matter setting 'vertical-align' property as 'top', 'middle', 'bottom', i cannot figure it out though. Another, there is a outstanding '}' near style close tag...
  14. 13sio

    Help with caused by &lt;/form&gt; that I don't want

    zero form margin may help.
  15. 13sio

    Add tags to selection

    see if this helps http://www.quirksmode.org/js/selected.html
  16. 13sio

    Monitor Install

    i have no experience about your topic, see if the following helps http://www.tldp.org/HOWTO/XFree86-Touch-Screen-HOWTO.html
  17. 13sio

    Select checkboxes on action.

    In your case, i think dropdown item-checked checkbox relationship should be handled in Perl. For checked checkbox, keep the 'checked' attribtue <label style="width: 60px;"><input type="checkbox" name="unitXXX" value="unitXXX" checked />XXX</label> For unchecked checkboxs, remove 'checked'...
  18. 13sio

    Help getting array results to print

    For your first post, tr close tage is missing //... "<td>". sprintf("%.2f",$total) . "</td>"; print "</tr></table>"; } Hope the following snippet helps $thStr = ""; $tdStr = ""; $query = "SELECT e_group, sum(amount * quantity) as total FROM expense where e_date between '$arr1_date'"." and...
  19. 13sio

    Tableless Layouts: Having problems scaling height/width. Help me PLEAS

    http://css.maxdesign.com.au/selectutorial/tutorial_intro.htm This tutorial teaches us 3-column layout step by step. i think it is worth to take a look. Hope it helps
  20. 13sio

    ajax radio button no value problem

    No document.quoteform.car1 in the page, there is only document.quoteform.r1

Part and Inventory Search

Back
Top