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: *

  1. ArferMo

    ASP working in IE6 fails in IE7

    As the page has nothing to render until completion it just gives an unable to load page error under IE7. If I put a trap in before the line that starts Response.Redirect.... If CustomerID >= 61 then Response.Write query2 Response.End End If Response.Redirect...
  2. ArferMo

    Equivalent for MySQL-Front on MSSQL

    I am running Microsoft SQL Server Management Studio Express V9.00.2047.00 and following MrDenny's suggestion I found that by right clicking on the table there was an option Open Tabel which then reveals the records :-) Thanks all happy now.
  3. ArferMo

    ASP working in IE6 fails in IE7

    I have a problem with an ASP page that fails after a certain number of Response.Redirect calls to itself but only in IE7. The web page (on an intranet site) is calles runreports.asp This page runs, querys an MSSQL database and then calls itself again using the CustomerID found from the query...
  4. ArferMo

    Equivalent for MySQL-Front on MSSQL

    I have been using SQL Server Management Studio Express and I am working on SQL servers up to V2008, I must admit to being more comfortable with MySQL. SQL Server Management Studio Express seems to do everything except letting me browse and edit records which is what I really need to be doing at...
  5. ArferMo

    Equivalent for MySQL-Front on MSSQL

    When you are viewing a table in MySQL-Front on a MySQL database you have the table structure in the window pane and at the top of that pane you have some buttons one switches from structure view where you see a list of the column names and data types to Data View where you see the actual records...
  6. ArferMo

    Equivalent for MySQL-Front on MSSQL

    Hi could you advise me please as to what the equivalent to MySQL-Front for use on MySQL is for Microsoft SQL. I have tried a few things which allow me to do everything down to Column level but the bit that I really need is to be able to browse the records both viewing and editing them.
  7. ArferMo

    pass the contents of the clipboard to a variable

    This will load the contense of the windows clipboard in to the variable called ClipboardText. ClipboardText = (Trim(Clipboard.Gettext)) use Clipboard.clear to empty the windows clipboard.
  8. ArferMo

    How to get a string back from a SHELL Call

    I am using Extra V6.7 and need to populate a string variable within an Extra Macro with some text that is unable to be read directly by the Extra Macro. I have written a VB6 .EXE programme that will read the required text from the remote location when supplied with the three input variables...

Part and Inventory Search

Back
Top