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 TouchToneTommy 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
  • Content: Threads
  • 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

    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...
  7. 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!
  8. 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
  9. 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...
  10. 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?
  11. 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.
  12. nzcam

    can anyone explain #exemacro

    can someone explain the #exemacro copy. Eg: Is copy an external routine or an internal forms routine.
  13. 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...
  14. nzcam

    Reading/Updating foxpro 8 dbf from .net problems

    We are trying to read / update foxpro 8 dbf databases from .net but we are having all sorts of problems. We get so far but then the reading navigating and updating of records does not work as expected. does .net 1.1 work with dbf files correctly or are there patches etc that are required...
  15. nzcam

    Any remember forms 3

    We have a situation where we have a forms 3 application and over the years some of the code as been lost!! So is there anyone out there that knows anything about a decompiler for forms 3 to take the executables and make them back into a .inp file Many thanks
  16. nzcam

    problem with OledbCommand parameters

    Hi, I have created a oledb connection / command that connects to a oracle 7.3 database . the oledbCommand was set up in designer that executes a oracle stored procedure with 2 input paramaters with default values. This all works ok when I pass in the 1st paramater ,but when I try to pass in...
  17. nzcam

    Number of session logged into oracle db

    Can anyone help me with locating the number of sessions currently logged on to an oracle instance/DB Thanks
  18. nzcam

    Locate what oracle db version connected to

    Does anyone know any commands that can retreive the oracle version # of a db you are connected to.
  19. nzcam

    Opening up a small wait box when busy

    Can any one let me know the basic command to open up a small box display Please wait when busy!!
  20. nzcam

    How to dynmaically open new form

    I have a system that has the form names that are to be called are held within a database structure. Can anyone help me on opening a new form when the form name is held within a string. Thanks

Part and Inventory Search

Back
Top