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

    What is "$SPUrl:"

    Sorry for the newbish question. I'm new to Sharepoint, and ASP.NET. I noticed that there are several examples floating around the net addressing setting URLs with the "<% $SPUrl:~[some path]... %>" syntax. Considering, I just found out about tilde expansion on controls that's are being run at...
  2. lwatanabe

    Outputting to shell from command line executable? (i.e. - ipconfig /h)

    I'm looking to create a very simple executable that is designed to be executed from the command line with arguments. I already know how to parse command line arguments, but how do I get the program to return text to the command prompt? Take some one of the standard TCP/IP commands as an...
  3. lwatanabe

    Can't use an ADO recordset object after passing it to a class module.

    What is supposed to be a rather elementary piece of code is beginning to become a huge problem for me. I have been coding an ActiveX control, with a TreeView control, to manipulate a disconnected ADO recordset (name rsMenu). I also have a class module (within the same project) that needs to...
  4. lwatanabe

    Urgent help needed with Crystal issue: AddADOCommand

    I had been struggling with the RDC and ASP before I found this article (c2006871) on the Crystal Support Site: An application is using the AddADOCommand method of the Database object, from the Report Designer Component's (RDC) runtime engine (Craxdrt.dll) to create a data source for a report...
  5. lwatanabe

    Does anyone know what WebReportSource and WebReportBroker are for?

    Does anyone know what the WebReportSource and WebReportBroker objects are for? I noticed that we have to use this for the ASP/CRViewers to work with rptserver.asp. I'm assuming we have to use this to try to access a report via a URL... ...is there any way around this?
  6. lwatanabe

    Problem setting ADO datasource and Unbound fields from ASP

    I have created a report with unbound fields with the Crystal 8 RDC in VB6 (the only possible way I know how to create a report with unbound fields aside from creating a new report at runtime) and am having some problems. The report is a template that has no database set. The report has a bunch...

Part and Inventory Search

Back
Top