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 SkipVought 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: IQ
  • Order by date
  1. IQ

    Validating Dynamic Control

    This code is fine for a required field validator. When you are trying to use the custom validator it is necessary to run server code. When you use the custom validator via the designer you specify the OnServerValidate to point to the server code. It is this bit that I do not know how to...
  2. IQ

    Validating Dynamic Control

    Hi, I may be missing something obvious, but how do you use the custom validator control to validate a dynamically created control? I have created a dynamic textbox in Page_Init. I have created a custom validator control also in Page_Init. However what code do I need to do to link up the two ?
  3. IQ

    Run in Separate Memory problem

    Thanks for the info but.... how would I do this ???
  4. IQ

    Run in Separate Memory problem

    Can anyone help... I am trying to set up an application on an IIS4 server. I have 2 servers on one all works OK. On the other I cannot create the application. I click on the create button within Application Settings, then tick the box Run in Separate Memory Space and apply. All looks OK...
  5. IQ

    Word 97 SaveAs Fileformat

    Does anyone know of a list of fileformats available when using vba to save a word97 document? If you record a macro to save the word97 document as a word 6/95 document, the macro saves as version 116. However, I can find no documentation as to what this is. The word documentation states...
  6. IQ

    Start IE5+ without toolbar from shortcut

    Unfortunately, it is only required for the intranet applications. For other browsing the normal setup is required. Any other ideas?
  7. IQ

    Start IE5+ without toolbar from shortcut

    Is there any way to start IE5+ from the command line without toolbars and menus turned on ( not kiosk mode ). I need to start an intranet application without the user having access to toolbars and menus. Any ideas ?
  8. IQ

    Can a stored procedure receive a VB array

    I have a scenario where I need to insert approx. 2000 records into an Oracle 8i database from a VB6 application. The simplest way is to call a stored procedure which inserts a single record 2000 times but performance will not be very good and will kill my network. Is there any way in which I...
  9. IQ

    Can a stored procedure receive a VB array

    I have a scenario where I need to insert approx. 2000 records into an Oracle 8i database from a VB6 application. The simplest way is to call a stored procedure which inserts a single record 2000 times but performance will not be very good and will kill my network. Is there any way in which I...
  10. IQ

    Web Class and the use of Frames

    I have an initial template which has a frameset with three frames in it (Banner, Contents and Main). I have attached three templates to this via the designer (Right click on the frame tag and attach a web item). This works OK. I then wish to change the initial frameset with a different frameset...
  11. IQ

    Microsoft OLE DB Provider for Oracle - Resource Pooling ??

    Can someone shed some light on resource pooling? I assumed (maybe wrongly! ) that this allowed users to share connections - so when one user has finished with a connection, the connection would be pooled so the next user to ask for a connection with the same details could use the connection...
  12. IQ

    Using FORMAT function changes arrays in VB6 not in VB5

    If you format an array cell which has not been set to anything ( i.e. IsEmpty = True ), VB5 and VB6 do different things.<br><br>In VB5 the array is left as EMPTY.<br><br>In VB6 the array is changed to NULL.<br><br>So if you use any checks for IsEmpty these will be False!<br><br>IQ
  13. IQ

    How can I tell who is using the IIS Web Server ?

    Can anybody explain how I can see who or how many people are using the web server at any one time ?<br><br><br>Thanks <br><br>IQ
  14. IQ

    How to I kill a session when a browser window is closed using X

    I have an ASP application, that when called creates another browser window with no buttons etc. to help me control navigation within the application.<br><br>I also have a logout button which when pressed abandons the session.<br><br>However, when a user clicks the X in the top right hand corner...
  15. IQ

    Webclass Process Tag Error

    NoHandle,<br><br>Thanks for your reply,&nbsp;&nbsp;I have found what the problem is, which might also help you.<br><br>There is a bug in SP3 of VB6 which causes this truncation.&nbsp;&nbsp;There is a fix - which is to revert back to the original DLL sent out with VB6 ( See Q234317 at <A...
  16. IQ

    Webclass Process Tag Error

    I am new to using Webclasses - so this is probably something I am doing ( or not doing ).<br><br>I have an HTML Template Webitem that I have placed the following&nbsp;&nbsp;tags in<br><br>&lt;WC@MESSAGE&gt;&lt;/WC@MESSAGE&gt;<br><br>I have futher HTML code after this.<br><br>The ProcessTag event...
  17. IQ

    VB6 Crashes when accessing Oracle Database Stored Procedure

    Good news!<br><br>I have attempted to do the same as before, except this time I used NT4.&nbsp;&nbsp;The same problem occurs until I loaded Oracle NET8 version 8.0.5. <br><br>Now it does not seem to matter how many parameters I return.<br><br>IanQ
  18. IQ

    VB6 Crashes when accessing Oracle Database Stored Procedure

    Jim,<br><br>It does appear to be 8, I have selected purely numeric data fields from the table and the same thing happens. <br><br>Have you successfully used the Microsoft OLEDB Driver for Oracle v2.5 to connect to Oracle yet?<br><br><br>Ian
  19. IQ

    VB6 Crashes when accessing Oracle Database Stored Procedure

    I have connected to an Oracle 8.0.4 database using Microsofts OLEDB Provider for Oracle. <br><br>( I have installed MDAC 2.5).&nbsp;&nbsp;<br><br>When I try to execute a stored procedure which returns more than 8 fields in a recordset VB6 crashes completely.<br><br>If I reduce the number of...
  20. IQ

    Formatted printing from a browser

    Currently I have a VB program that uses the Printer object to print directly to the default printer, but I need to convert this into being intranet based.<br> <br> Unfortunately, it needs to be fully formatted, with generated bar charts, so a straight print of HTML will not work :-&lt;<br> <br>...

Part and Inventory Search

Back
Top