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

    Connection String

    Help for newbie. I have an asp.net project that I am yaking over. It is written in C# with a MySQL as the backend. I can't locate the connection string. In the web config file I see this <appSettings> <add key="ServerSideViewState" value="true"/> </appSettings> Which is where I thought...
  2. BDW1969

    DNS problem, I think

    I am new and will try to give a good description of the problem. First I have a 2000 dc which I can ping from the clients. The clients can get on the internet. The dc can't get on the internet and I have no out going e-mail (exchange 2000 but do have it coming in.
  3. BDW1969

    Export to Text File

    I have records that I need to break into multiple lines. For example, the record could be - POL 112 KMJN 9898 X INS 874 CND X VEH 874 CND 9876 NHGB X I need it to look like the following, coming out as a comma delimited file "POL","112","KMJN","9898","X" "INS","874","CND","X"...
  4. BDW1969

    Multi Line output of export

    I am trying to export records out into a txt file. I am not sure how to get this done. I need the txt file to look like the example below assuming there were just 2 records. I am doing this comma delimited. POL ......X INS ......X VEH ......X POL ......X INS ......X VEH ......X
  5. BDW1969

    Return One Record

    I have a textbox that I have the user enter a customer number and then they click the find button. The proble I have is that it looks to me like the every record in the db is being pulled and not filtered to just the one needed. Any help would be great. Public Class frmNew Inherits...
  6. BDW1969

    New to VB.NET

    I am new to VB.NET. Can anyone help. I have created a windows form attched to a database. When the form loads it show the first record, but I cant navigate off this record. Any help would be great. Here is the code I have for the navigation buttons. Private Sub...
  7. BDW1969

    Syntax error converting nvarchar value to a column of data type int

    Any help would be appreciated. Below is my SQL statement and this is the error that I keep getting. I have checked the DB and the FirstName is nvarchar and ID is an Int. This statement is coming from and ASP.NET page "SELECT FirstName, ID, FirstName + ' ' + ID AS FirstID FROM TblPolicy...
  8. BDW1969

    New Install

    I am getting ready install Galaxy Express, does anyone know of any pitfalls I should be conserned about? I am installing on Windows 2000 and exchange 2000. Thanks to all for any insight.
  9. BDW1969

    DropDownList and Textbox

    I am new to asp.net so any help would appreciated! What I am try do is show multiple values in the dropdown, once selected it populates the dropdown with a company name and also populates textboxes. He is my code so far. Sub FIllInsuredDropDownList() Dim sMasterClaim As String =...
  10. BDW1969

    DropDown Box on Form

    I have a form with a dropdown box that list many different company names that can be selected to run a report. I need to know how to add an option to allow the user to select all the companies? Thanks
  11. BDW1969

    NEC Electra 192 Station Name

    I need to know how to program a phone to show the name of the person I am calling internally? New to NEC and have a new employee starting. I can't access the system through the SAT does anyone know how to reset the password? Thanks
  12. BDW1969

    Access Reports - Please Help

    I have an access database that that willnot allow me to open any of the reports in any view. If I try to create a new report using the wizzard it shows no feilds to add to the report. All forms and queries work fine. Also receive the following errors. 1. The instruction at...
  13. BDW1969

    Random Number Generator

    Does anyone have a code sample for a random number generator? It would be most useful.
  14. BDW1969

    Setting up Meeting locations

    Hey all I'm new to exchange 2000, can anyone tell me how to add meeting room locations so that when a client in Outlook is setting up a meeting they can also select the room? Thanks for all help
  15. BDW1969

    Help With Proxy 2.0 and W2K VPN

    I am using Proxy 2.0 for a firewall and vpn access to my network. It is running on NT 4.0 with all the latest service packs. Behind it I have a W2k server with all the latest service packs. My problem is when I try to vpn in from the out side (on a w2k pc)I can not see the network. Using the...
  16. BDW1969

    Send Copy of E-Mail to internet e-mail account

    New to exchange Need to know how to send a copy of e-mail from exchange 2000 to an internet account. Please help.
  17. BDW1969

    SnapShot and Printing Problem

    I have a form that accepts user input, (a start and end date) and then produces a report. On the report I am pulling the date from the form and it shows up fine. When the report is printed or saved as a snapshot the date feild is not filled in. The form is based on a query, with the query...
  18. BDW1969

    combo and textbox help

    Please help if you can, I am new to Access2000 and need the help. I have form which the user enters an accident date into a textbox. Then selects the company name from a combo box. Based on this input I need to populate another textbox with a policy number using the company name and the date...

Part and Inventory Search

Back
Top