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

  1. boettger

    Crystal viewer in vb.net won't work on web

    The message that I'm gettting is "The report you requested require further information." It displays a box that asks for server name,database,username and password. And yes I've passed that information in the vb web form but it doesn't seem to take. Again why does local host works and the web...
  2. boettger

    Crystal viewer in vb.net won't work on web

    Hi: I'm hoping someone can help. I have a simple Crystal viewer in Visual Studio 2005. It runs a crystal report on the web server that connects to a database on a remote server. I connect to the same database in a Datagrid view and everthing displays fine. When I run the web page under...
  3. boettger

    Total for format with multiple columns

    Thanks for you reply but it didn't work. To get the subreport detail to wrap it with multiple columns it has to be at the bottom of the main report. When we just try to add a literal to the bottom of the main report it goes to another page. Any more ideas? Thanks Pat
  4. boettger

    Total for format with multiple columns

    I have a subreport that has data that is formatted with multiple columns. It looks really nice. The problem is that I need a total of one of the fields on the bottom of the data. It always prints on another page. I've tried resizing the subreport but nothing makes it stay on the first page. Any...
  5. boettger

    Display output of two reports in 1 browser window

    Hi I have two reports. The first one lists people who need a doctor's appointment. The second report prints out letters telling the people to schedule an appointment. As a work around I have the report output going directly to a printer but I want the output of these two reports that run...
  6. boettger

    Date format for military time

    Hi: This is the code that I have in my ASP page. value=<%= formatdatetime(now,vbshorttime) %> name="timestarted" > This displays military time as 13:12 and my customer puts in a start and end time and I get the number of minutesfor the task. My customer wants the format of...
  7. boettger

    MS2000 and bat job

    This job can run anytime during the day. Sometimes the user skips a day so I can't schedule it. Any more ideas??? Thanks
  8. boettger

    MS2000 and bat job

    Hi: I have an Oracle form that uses a host command to create and execute a bat job. It works fine on NT and Windows 98. When I try to run the job on MS2000 it creates the bat job but doesn't execute it. I used the start command and the call command but it still doesn't execute. I put a...
  9. boettger

    crlf special characters

    Hi: I tried that. It generates a new file that gives me a blank line in my data file. It does not give me the control characters at the end of the line it executes a &quot;Carriage Return New Line&quot;.
  10. boettger

    crlf special characters

    Hi: I have to explain my problem better. I have a flat ascii file that has a file header on it. At the end of the file header record I need the control characters &quot;CrLf&quot;. This file is then ftped to another system that requires the control characters at the end of the file...
  11. boettger

    crlf special characters

    Hi: I need a way to write control characters &quot;CRLF&quot; to a flat file. It sounds easy but when I edit the file after I write the control characters it actually does the &quot;carriage return line feed&quot; so that I get a blank line. I don't want that. The file has to have in...
  12. boettger

    Runsql and archive problem

    Hi: This site has helped me so much with Access problems I'm hoping someone can help again. This is the code that I'm trying to run. It's easy. If the Year table exists I insert data from the archive table. If not, copy archive to the new table name. The problem is that I'm getting a...
  13. boettger

    Calling a module from a form

    Thank you so much. I just pasted the code and it's works. Thanks again Pat
  14. boettger

    Calling a module from a form

    Thanks for your answer. When I tried what you said ,it seems like the module that I wrote is not attached to the form. I created the module (it's a sub function) before I created the form. How do I attach the module to the form??? I'll keep working on it but any more help would be great...
  15. boettger

    Calling a module from a form

    I have a VB module that I wrote to update a total table from another table. It works great and since I'm very new to Access I'm pleased. I'm trying to just click a button on a form and run the VB module. I've tried creating a macro to execute the module but I get an access error saying it...

Part and Inventory Search

Back
Top