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. cmetters

    Linked Server error 16902

    Hey Terry, thanks a lot for the info. I will try your workaround on Monday when I'm back at work. Cheers.
  2. cmetters

    Linked Server error 16902

    Hi. I've set up a linked server to a SQL 6.5 database from a SQL 2000 server and am trying to execute the following update query against a table on the 6.5 database: insert into CALLCTIL_S01.TrainTeleconnect.dbo.agentslocal (ID,Agent,Password,login,AgentFull) Values (7, 'TR7', 'test', 2607...
  3. cmetters

    Problems debugging Active exe called from an ASP page

    Hi. I have two problems: 1) I have a VB activex exe which my ASP page uses to open a connection to a sql database. The problem is it doesn't make the connection. But when called from a VB project, it makes the connection fine. 2) When I try to debug the exe to find out the problem, by running...
  4. cmetters

    Debugging a dll while running a Web page

    Hi. I'm trying to debug a dll while running my web page. The page errors at the call but will not jump into the dll code, even though it's running in the background in VB. Curiously, my colleague can do this succesfully on her machine. Does anybody know why this is happening? Chris
  5. cmetters

    "Object variable or With block variable not set" error

    Hi, wonder if you can help. I have this code in an ASP page: Set lobjTravel = Server.CreateObject(&quot;<dll name>.<class name>&quot;) lblnSuccess = lobjTravel.<function name>(request) which basically calls a .dll to update a database. But I get this message everytime: &quot;Object variable...
  6. cmetters

    Header info lost in Custom Cross Tab

    I actually put a seperate formula in the details section exclusively for the purposes of getting the header. ************** WhileReadingRecords; StringVar Header13; If {spCrystalDecisions#1;1.a_monthno} = 13 Then Header13 := {spCrystalDecisions#1;1.a_reportingperiod}; ************** The...
  7. cmetters

    Header info lost in Custom Cross Tab

    Thanks for the lead, Ken. By using the WhileReadingRecords function instead it's appeared to have solved the problem.
  8. cmetters

    Header info lost in Custom Cross Tab

    Hi Ken. This formula in the Details section is ************************ WhilePrintingRecords; NumberVar YearAgoCount; StringVar Header13; If {spCrystalDecisions#1;1.a_monthno} = 13 Then (YearAgoCount := YearAgoCount + 1; Header13 := {spCrystalDecisions#1;1.a_reportingperiod})...
  9. cmetters

    Header info lost in Custom Cross Tab

    Hi there. I have a custom cross-tab report that displays a date in the Page Header using an inserted formula field. The date is retrieved from within the Details section, stored in a variable and the header formula prints the variable value. This works fine in the first report where I am only...

Part and Inventory Search

Back
Top