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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hsviljoen

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

Part and Inventory Search

Back
Top