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 Mike Lewis 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: nzcam
  • Order by date
  1. nzcam

    Deployment project shortcut opens App folder in explorer instead of starts the executable

    I have created a deployment project where I have created a shortcut in the File System / User program menu. The properties of Target and working are set to app folder, arguments are blank What is the setting I am missing. Thanks
  2. nzcam

    RegEx String between 2 different strings MultiLine

    Hi, I am trying to come up with a regex for retreiving the text/number between 2 different strings in a multiline text field. Any ideas EG I would like to strip the number out that lies between DSL: and customers in the following Impact at 04/01/2012 21:28 DSL: 92 customers on TEST111 test...
  3. nzcam

    decrease httpRuntime-executionTimeout isnt working

    We want to decreate the httpRuntime-executionTimeout from the default 110 seconds to approx 15-25 seconds, so the client times out and leave the web service running in the background, <compilation debug="false"> NB: we do not want to use Async for various reasons. We have tried various ways...
  4. nzcam

    Oracle Forms 3 (Forms triggers not executing)

    We have created a new oracle schema/users and granted just about every priviuledge I can think of. But we are receiving an error when trying to call a trigger/procedure defined in aanother .inp form FRM-40504: ORACLE error -- unable to execute a SAVE_N_EXIT trigger. the SAVE_N_EXIT (along...
  5. nzcam

    Updating an oracle database from sql server db trigger

    Is there a way to update an oracle database from a sql server 2005 database trigger ( or similar). Eg, When an insert or update on a table in a sql server 2005 db occurs a trigger (or something) fires and updates an oracle database.
  6. nzcam

    Populate textbox in gridview itemtemplate

    Great, after looking again and thinking about I released that I only assigned a reference to the itemtemplate textbox. Therefore I could just go txTitle.Text = "" as suggested by you both. Thanks to you both, and silly me
  7. nzcam

    Populate textbox in gridview itemtemplate

    I am getting the text by these 2 lines. TextBox txTitle = ((TextBox)gvRow.Cells[1].Controls[1]); Title = txTitle.Text; What I cant figure out is how to place a string into the textbox held within the gridview row column that has a textbox in an itemtemplate field. It not quite that easy! Any...
  8. nzcam

    Populate textbox in gridview itemtemplate

    I cant figure this out! I do not know how to do it at all!
  9. nzcam

    Populate textbox in gridview itemtemplate

    I have a gridview with multiple columns, One of the columns is set to a itemtemplate and holds a textbox. I can easily get the text from the textbox using TextBox txTitle = ((TextBox)gvRow.Cells[1].Controls[1]); Title = txTitle.Text; I am trying to set the same textbox to a...
  10. nzcam

    SMTPClient delay send

    I am tring to send mails via SMTP and would like to delay the actual send time. Everypart work great, but I cannot find out how to set the send time. Can this be done!
  11. nzcam

    Populate a list box from xml on the client.

    I have a xml file that is held on the client machine. I would like to databind this to a listbox without sending it back to the server? How do I do this
  12. nzcam

    Tool to monitor asp items

    This is a asp2.net web form, My mistake!
  13. nzcam

    tool to display what an asp form is made up of.

    I have a asp.net form (based on a starter kit) that seems to take a lot longer than all the others. It looks like it is downloading about 1 mb to create the form. Are there any tools that monitor what items are being download to make the web page? Or what other ways are there to see what is...
  14. nzcam

    Tool to monitor asp items

    I have a asp form (based on starter kit) that seems to take a lot longer than all the others. It looks like it is download several items to craete the screen (about 1 meg). Are there any tools that monitor what items are being download to make the asp page?
  15. nzcam

    Changing the Membership Question and Answer

    Thanks, But this is only half of what I require. The ChangePasswordQuestionAndAnswer requires a usercode and password. How does a application administrator see the answer and/or change this without knowing the users password
  16. nzcam

    Changing the Membership Question and Answer

    Hi, I am trying to change the Membership answer within sql server 2005. Can someone please help me in this.
  17. nzcam

    can anyone explain #exemacro

    can someone explain the #exemacro copy. Eg: Is copy an external routine or an internal forms routine.
  18. nzcam

    connecting to visual fox pro table

    I have tried this to, 1st without success - later I found that my problem was that the driver to open fp dbf was not up to date in .net 2003 make sure you download the latest fox 8 or fox 9 OLb Db for fox driver from microsoft! Cam
  19. nzcam

    Opening outlook and attaching files

    Thanks, That simple question you asked made me look back at img (img is the output from a screen capture class). I was saving the screen image as a jpg file that I wanted to email but I wasand trying to send the actual image in the email not the saved jpg image. So Simple. Thanks again.
  20. nzcam

    Opening outlook and attaching files

    Hi, I am having trouble with the attachment of a file to a outlook email. I am trying to open outlook with new email that holds an attachment. Here is the code, Everything works OK except the attachment.add code get and exception Please help Thanks Try 'Create Outlook application...

Part and Inventory Search

Back
Top