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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by flybravo

  1. flybravo

    Creating a seteup exe file to write to the registry

    So far I can add a user interface to the installation file and add the files. I can not seem to figure out how to have a user enter a value on one of the textboxes and have the data be inserted in a registry string value. Any suggestions will he help full. Thanks
  2. flybravo

    View users description

    Is there a way to run a query to view a users description? The user will not have any priveleges for the mySQL databases. I am looking for a way when a user logs into mySQL from the web, to be able to view there description.
  3. flybravo

    Dataset/DataAdapter needs to be available throughout page

    <code> Global Dim JerrysTruckingDB As String = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=xx" Dim connection As New OleDbConnection(JerrysTruckingDB) Dim daJT As OleDbDataAdapter Dim dsJT As New DataSet </code> The asp.net page loads with a customer code in a textbox. I can get the page to...
  4. flybravo

    Report not printing all records

    I have a single table named tblUser. I created a report named rptUser. I want the report to print a single page for each user. I have added the UserID to the Page Header and the information on the detail section. When I preview the report I only see 10 of the 30 pages. I have the record...
  5. flybravo

    Virus protection for Exchange 2003??

    The company I work for uses Trend Micro as the exchange virus can. The product is called ScanMail for Exchange 2000/2003. The product is easy to use and works perfectly
  6. flybravo

    reply too email address needs to be changed

    the eamil@companyX.com is a distrubtion list with all of the three users a member of. When I try to add the email@companyX.com in the email adddress in active directory. A prompt appears saying the email address already exist.
  7. flybravo

    reply too email address needs to be changed

    In the office, we have 3 users who receive emails correctly from email@companyX.com. When users send out emails, there email address is the reply to on the receivers end. Is there a way to configure these email accounts to have email@companyX.com be the reply to. I know this can be done with...
  8. flybravo

    Memory problem when clsoing a child form

    Every time I close the form, the program does not release the memory. If I open the form a few times, the program starts to eat away at the memory. Here is my code. What is missing. Thanks *****Parent Form****** public Sub OpenChildForm() dim OrderForm as new frmOrders OrderForm.mdiParent =...
  9. flybravo

    Outlook 2003 Public folders

    Is there a way to have the public folders automatically expanded when outlook opens. Everytim outlook open, the users muts manually expand the public folder then expand a sub folder too.
  10. flybravo

    Slip streaming Windows Updates

    Microsoft has a free program that deploy only service packs and updates to all workstations and servers. The program is called SUS. The program must run off IIS. I am using this software currently and the program runs smoothly after a little tweaking. Go to Microsoft.com and do a search for SUS.
  11. flybravo

    Terminal Services Set up for TSWEB

    How do you set the TSWEB 2003 to be in administration mode? We have a DSL Connection with a single IP Address how can I set up the TSWEB to access all of the servers. I tried to work with the connection and I get an VBScript:Error saying cannot conenct to Remote computer. How do I set it up?
  12. flybravo

    Terminal Services Set up for TSWEB

    I am looking into installing terminal services to allow administrators to access the servers remotely using the TSWEB feature in IIS. My question is, is it reliable? Dose the TS require any license to use this fetaure, if so Cost? putting the software on a Exchange 2003 box cause problems? I...
  13. flybravo

    Resetting license logging

    I need to reset the information listed in the licesne program. I looked online for some help, and found a microsoft kb article. I follow the steps to delete the *.lls file and cpl.cfg in systemroot/system32. I stoped the service, deleted the file and restarted the service. I know get an...
  14. flybravo

    How do I tie a Sql Server backend to a Web or Access front-end

    There are a couple of ways to tie a SQL-Server to access. 1. create a ODBC, system DSN to SQL Server Contral panel, either a icon will say ODBC or data sources or double click on administrative tools, then double click ODBC 2. CLick on the System DSN, click on ADD button 3. cycle to the...
  15. flybravo

    On views, how to link a field to another view

    I have 4 views created. 1 view is the main view which has the customers names and I have 1 other view for their products ordered. I need the main view to link to the other view and on the main view be able to have how much producst were orderd

Part and Inventory Search

Back
Top