Search results for query: *

  • Users: davebhoy
  • Content: Threads
  • Order by date
  1. D

    Question DataGridView - Adding column values

    Hi I would like to add two column values in a third column and I thought that a template field was the way to do this but maybe I'm wrong, I tried this <asp:BoundField DataField="exp_budget2_cy" DataFormatString="{0:#,##0;(#,##0);0}" HeaderText="CY Budget Revised"...
  2. D

    Server name in SQL connection string

    Hi there I have specified a SQL connection string allowing for distribution of the published web app to different client locations. This is becuase the server names will be different in each location. The SQL string is as follows: Dim server_name As String = Server.MachineName ConnStrSQL =...
  3. D

    Sum a few Fields...

    Hi there I hope this a simple question! I've just upgraded to SQL from Access and I'm using the designer to create a select query in enterprise manager. I have about 5 fileds with alias's that I want to show as a total field. How do I create an expression in the column field to add the...
  4. D

    Timer and Loop

    Hi all Once again I'm looking for someone's invaluable help! My web application exports a report to pdf which can take up to 12 seconds to complete and create a pdf file. Then I rename the file and redirect the web browser to show the file. What I think I need to do is to check for the file...
  5. D

    ASP.NET printing error

    Hi there I'm really hoping for guidance here because I've tried everything! My asp.net page in my web application has a command to you must install a printer ro design print or preview. The event viewer error refers to account NT AUTHORITY/NETWORK SERVICE at which point I'm lost! I've added...
  6. D

    Code to print a document

    Hi to all you coders out there I'm relatively new to all this and I'm presently using Visual Studio 2005 with VB.NET and ASP.NET. Hopefully what I'm asking is simple (just not to me!). I want some sample VB.NET code to print a document to a specific printer. I know this has changed alot from...
  7. D

    Bind textbox to datasource with single row

    Hi there I really hope someone can help me here as I'm a newcomer to vb.net and asp.net. I am developing a web application in VS 2005 and I have created an access datasource on a form that returns a single row of data with 5 fields. What I want to do is return the five fields in five...
  8. D

    A simple question (hopefully!)

    Hi there I'm very new to VB.Net and only performed some simple coding in Access prior to this so hopefully this is a basic question. If I am declaring objects or variables such as a connection string or Access Application, how do I write the code so that I only need to declare them once (say...
  9. D

    Running a msaccess macro using VB

    Hi there From viewing some very useful threads here I can now successfully run an access macro using Visual Basic. However, if a macro involves a query which has a linked table to SQL Server, how do I specify the SQL username and password so that it can complete the macro. Any help is...
Back
Top