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: skydive
  • Content: Threads
  • Order by date
  1. skydive

    XL2XML - Attribute problem

    Howdy All, I create an XML file from MS-Visual Basic and then modify the file in Excel. In the generation of the XML, I create code like: <Row> <Cell> <Data ss:Type=&quot;String&quot;>Support</Data> </Cell> <Cell ss:StyleID=&quot;stENTRYCELLSHADE&quot;> <Data ss:Type=&quot;Number&quot...
  2. skydive

    XML-Excel

    Hi, I am new to XMl so excuse me if this is a stupid question. I am creating a web based timesheet system where users can download their timesheet in XML format so they can edit it offline in MS-Excel. The user will then be able to upload the XML file and the system will update the database...
  3. skydive

    menu bar missing in Word App invoked through VB

    I open a word template through VB and populate it's fields. I then save and open it as an doc. That all works great the problem is the menu bar or title bar (you know file, edit, view, ..) is not displayed neither is the icon bar. I'm sure it can be set through a property of word.application...
  4. skydive

    Error Handling

    Hey All, Ok, I got what should be a simple straightforward question for you. I want to get the error description, in my error handling routine, I want to determine what the error is and insert it into an error log table. I can get the error number using @@Error, how do you retrieve the error...
  5. skydive

    BCP Error

    Hi All, I have been encountering a problem with BCP which I cannot resolve. I have read all the posts on this site relevent to BCP but have still not been able to resolve my problem. I have enclosed all relevent information. Here is the destination table on Sql Server CREATE TABLE...
  6. skydive

    Pointers / Parameters

    Howdy All, I would like to pass a variable from one function to another function, change this variable in the second function and when returned to the first function the value would have been changed here. function f_main() { var i = 1; var retVal = true; .. retVal = f_sub_function(i)...
  7. skydive

    Column Default Date

    Hi All, I am trying to write a database creation script and on one table I need to assign a default date to a column of data type &quot;DATETIME YEAR TO MINUTE&quot;. I wish to assign the current date. Any help would be great! Blue Skies Skydive.
  8. skydive

    MS-SQL Server Stored procedures to INFORMIX SPL

    Hi All, Does anyone know of a third party tool that can translate MS-SQL Server stored procedures to Informix SPL. If not has anyone got any ideas how I can approach the problem as I have several hundred SP to convert, so re-coding them manually appears to be out of the question. Thanks &...

Part and Inventory Search

Back
Top