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 IamaSherpa 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. hsviljoen

    Send/Receive Settings via vba

    I only have the code to check for IP - still need sample on how to change "Send/Receive" settings
  2. hsviljoen

    Send/Receive Settings via vba

    Ok - I have done a module that checks wether or not Im on my work network / home - then according to this i want to only send/receive only cetain email accounts ( I have about 12 pop accounts!)
  3. hsviljoen

    Send/Receive Settings via vba

    I want to exclude a account from a send & receive group, whenever the mail server is unavailable, so that it does popup a error every time is tries to send&receive. This can be done manualy by going to "Send&Receive Settings" , then "Exclude From GRoup" Any ideas to do this in VBA
  4. hsviljoen

    Send/Receive Settings via vba

    Sorry - yes it s through outlook using VBA.
  5. hsviljoen

    Send/Receive Settings via vba

    I want to manipulate the Send/Receive Settings via a macro - any idea on where to begin... ?
  6. hsviljoen

    Hoe to return HTTP/1.1 200 OK request

    Hi all, i hope you could help me with this; I have a asp.net page which parses the url and insert the values into a db. However the post to my URL requires a 'OK' response e.g http/1.1 200 OK.... How would i send the response? Thanks
  7. hsviljoen

    Cancel Postback on button click

    :~( Lets start with the biggest issue: upon a event - I want to update a textbox and show the new text without refreshing the page... eg: timer_elapsed(.....) if xmsg.length > nmsg.length then txtChatArea.Text = nmsg End if
  8. hsviljoen

    Cancel Postback on button click

    Guys, thank you for all your comments - but i think I need to explain the exact sittuation: OK I receive a string with the new chat message from a timer, I then need to update the textbox.... I tried using javascript ... Using Page.RegisterStartupScript and a view others - the problem seem to...
  9. hsviljoen

    Cancel Postback on button click

    OK - here is the sittuation - Im developing a online Chat app - I wanted the on click event of the send button not to reload the page .... I guess this would be very easy in ASP.NET 2.0 as they've implemented client_side events. The other thing has well , i want to update the 'ChatArea' textbox...
  10. hsviljoen

    Parameter problem

    Presuming the 'desc' var is = "" , then it might be that the field("@desc") is not allowed to have a null value and no default value has been set.... If var'desc' is not ="" - Then i dont know, sorry
  11. hsviljoen

    COMException Error: Access denied

    Im really not sure , but think it might be a permission setting in IIS (IUSR_WORKSTATION) .... maybe it helps
  12. hsviljoen

    Cancel Postback on button click

    I hope this is possible.... does nayone know how i can cancel / dissable the postback of a form on a button_click event???? Thanks for your time!...
  13. hsviljoen

    Oracle blob file corrupt after retrieved from db

    Hi there, hope someone can help with this - After retrieving a file from a oracle blob and write to hdd the file is corrupt . I believe it might be a char set issue: here is my code: Dim con As OracleConnection = New OracleConnection(sConnString) con.Open() ' Source...
  14. hsviljoen

    Host office application in vb form

    I need to embed a visio document (office document) into my vb form , but I have to capture events from that document... at this stage I have embedded the document with the DSOframer control , but I cant access the document events. Only the DSO framer's events. So Ive vreated a macro for the...
  15. hsviljoen

    get Hidden formfields ....

    Not very GOOD with jscript , but ive tried both and what I get is that the object document.form.addressONE1.value does not support this property or method....
  16. hsviljoen

    get Hidden formfields ....

    I need help with this : I run a asp function which creates the following: Do until RS.EOF = TRue response.write "<Input type='hidden' name='AddressONE" &ind & "' value=' & rsAgencies("A_Adr1") & "'>" rs.Agencies.movenext Loop THEN I want to populate other textboxes with values from the...
  17. hsviljoen

    Saving word doc as tiff file

    I went thru 20 pages on google and couldnt find one free one - than you in any case
  18. hsviljoen

    Saving word doc as tiff file

    Hi , Ive developed a fax application - checks a folder in outlook and then sends the attachment as a fax... Everything works fine but when i use the converter(kdimageeditor) the word document looks all scrabled and the text is very small... I need to get the word doc to be saved a a tiff file...
  19. hsviljoen

    Saving a word doc as a valid Tiff file

    Hi , Sorry for posting this in the VB section but hopefully someone can help. Ive developed a fax application - checks a folder in outlook and then sends the attachment as a fax... Everything works fine but when i use the converter(kdimageeditor) the word document looks all scrabled and the...
  20. hsviljoen

    URGENT HELP NEED - Connect Pc's to server

    Hi there, Ive installed Small business server 2003 - DOne all the wizards and everything - now i need to connect the pcs to the server - the cabling has been done and all the clients connected via a hub. How do i set the network up to the server (software) - I tried entering the domain but it...

Part and Inventory Search

Back
Top