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 strongm 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: mn20
  • Order by date
  1. mn20

    How can I read from an MS Excel file using VB?

    i have a list of names in an Excel file and i want it to be read by my VB application. What components/references do i need to use and what are the syntax for openning and reading that Excel file. thanks a lot!
  2. mn20

    How do I remove the comma and period in my formula?

    i have a formula where i display the month(in words e.g. October) and the year (in number e.g. 2001) so i concat them both like this.. "OCTOBER " + ToText(Year{MyTable.Date}). the result of this formula is "OCTOBER 2,001.00", which is irritating!! i want it to come out like...
  3. mn20

    Anybody knows how to use formulas?

    I do my reports in a web browser so I use CrystalViewer. I'm wondering if you know how to filter the report using the SelectionFormula (whats the syntax?). Also, I'd like to know how to pass FormulaFields or Formulas (the syntax also). thanks!
  4. mn20

    I can't add my existing tables in the database diagram... why?

    i'm using SQL Server 7 and i want to build the relationships of my tables, so i create a new database diagram right? after the wizard, no tables show in the diagram. and when i try adding an existing table, it prompts an error (CoInitialize has not been called). Whats wrong and what can i do to...
  5. mn20

    How do I pass formulas to reports from HTML or ASP pages?

    I have a web project and I'm using CR to show the reports. I just learned how to pass Selection Formulas (SF) from web pages to reports but I can't seem to find the URL syntax for passing Formulas, not SF, that my reports use. All your responses are appreciated. =)
  6. mn20

    How do I make my own cross-tab report w/o using the cross-tab wizard?

    i need to create a cross-tab report. the "dates" as the row headers and "names" as the column headers. in each cell, i'll have the number or the count of names that occurred during that date. i can create this using the cross-tab wizard but there are fields that i don't need...
  7. mn20

    Where can i find useful begginer's help resources for SQL Server?

    Currently, I'm doing all my projects in Microsoft Access but I want to shift to SQL Server 7 to manage all my future databases. I'm looking for good SS7 resources to help me understand more on how it works, etc. I'll be using it as a data server for my soon-to-be home page. Will it be similar to...
  8. mn20

    Where can I find helpful Visual C or C++ resources?

    I want to learn how to program in C language, and I'm wondering if you can help me find useful/helpful resources. I have visited plenty of sites already but I can't understand what they're saying, especially the sample codes. I prefer resources where they teach you every syntax, what it does...
  9. mn20

    create a new project in visualindev using iis, having problems

    i went to Mircosoft's web site to look for the solution. and luckily i found the answer. i copied and pasted what was in the microsoft site. it worked for my problem, hope it will help you too. goodluck -----from Microsoft's Web Site------ Server Error or Method not allowed(Error code =...
  10. mn20

    create a new project in visualindev using iis, having problems

    flashnerd, i have the same problem as yours. when you type in a server name, in your case "tuan", it returns an error saying, "Method not allowed.(Error code = 80070005)". this error didn't come up when i was using PWS(personal web server) but occurred when i used IIS. i...

Part and Inventory Search

Back
Top