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

    DCOM settings keep reverting to Default

    Hi, I am trying to configure security on an application to use DCOM. I do not want to use the default settings. For Launch and Activate Permissions, it allows me to put custom settings in so I can add the user I want to grant privileges to. For Access Permissions, it appears to take my...
  2. drluggo

    Listboxes appear to be linked

    I have two listbox controls on the same form that I have populated using an arraylist created from an xml file. When I execute the form, the information appears in the list boxes as it should; however, when I make a selection in one of the list boxes, the selected value in the other changes...
  3. drluggo

    Populate listbox in Form_Load

    Hi, I am trying to get used to this .NET thing. I am sure that most of my problems are related to trying to do things the old VB way and not used to the OOP model of .NET. I have a list box that I am populating from an XML file. I would like to populate it in my Form_Load routine. Reading...
  4. drluggo

    Search Text in a word document

    I want to search a word document for the occurence of a piece of text, ("EXPRESSION=") I then want to move a couple of characters to the right and selct the actual expression and completely modify it. The code to modfify the expression works fine. The problem I have is searching the entire...
  5. drluggo

    Filter Keys

    How about a vote for the most annoying feature in Windows XP Pro. I just had to reboot my computer becuase I accidentally held down the SHIFT key for 8 seconds and it activated this accessability option called Filter Keys. It said that it had truned Filter Keys ON and if I wanted to turn OFF...
  6. drluggo

    program trying to access gateway.messenger.hotmail.com

    I have just installed XP Pro on my machine. I connect to the internet through a LAN or through a phone line (depending where I am physically located. When there is no connection to the internet, usually when I am at the dial in location and not connected, I get a message on my system...
  7. drluggo

    associate events with a custom shape

    I am creating my own stencil with several custom shapes that I want to assign events, properties, methods to. I would like the user of the shapes within my stencil to be able to place these shapes on their drawings and exhibit the same behaviour and I am having trouble. What happens is that...
  8. drluggo

    Automating Visio

    I am creating a visio stencil with several custom shapes. I want to associate events with these shapes such as right click, double click, etc. When I edit the stencil file (.vss), I have no problem with this by assigning the event to ThisDocument.MacroName. My problem is that I want the...
  9. drluggo

    Crystal rpoblems with VB 6.0 / XP

    I have recently upgraded my system to Windows XP. I have loaded VB 6.0 and Crystal reports 8.5 onto my system. I have not loaded any of my applications because I wanted to make sure that everything is working o.k. It's not. The first problem I have is that whe I try to acces the report...
  10. drluggo

    SIMPLe firewall question

    I purchased a D-Link router for my home network. The default firewall rules are as follows: Deny Source=*,* Dest=LAN,* Protocol/Port= IP(0),* Allow Source = LAN,* Dest=*,* Protocol/Port= IP(0),* Their documentation does not explain this well but I think this is the maximum security: Deny all...
  11. drluggo

    link multiple pivot tables to same data

    I have a VBA progema that imports a bunch of data to a worksheet and I have several other worksheets in the same workbook that contain pivot tables. In my macros I import the text file to the source data work sheet and then I go through all of the pivot tables and set the data source property...
  12. drluggo

    dynamic range in VBA Excel

    When I use the following code: Range("K1","K500").Select Selection.Formula = sFormula I have no problem. However, my application does not know where the data is going to end (i.e. the 500 will be variable) so I changed to this. Note that the data is in column A and the...
  13. drluggo

    reading .ini file in Excel

    I have an Excel application that is required to read data from an .ini file for configuration settings. There are several settings that I read in my main form and I declared the function as follows: Private Declare Function GetPrivateProfileString Lib "kernel32" Alias...
  14. drluggo

    Group Summary Fields

    I am relatively new to Crystral Reports. I have three fields of concern in my projects table. 1) ProjectType 2) LeadHours 3) LeadRate When I print a project type summary report, which summarizes a bunch of other fields in the same table, I also want to calculate the total labor cost for...
  15. drluggo

    SQL Server/MSDE Development

    I am doing development for a project and we are using a SQL server database. I do some off-site development on a computer not connected to the target SQL server. On the developmetn machine, I have loaded MSDE and I am able to connect with and administer the sample SQL server databases through...
  16. drluggo

    Traverse all records in dataset (ado.net)

    I am new to ADO.NET and I am familiar with ADO. I can create a dataset in ADO.NET by connecting and creating a data adapter and filling my dataset. Now that I have this data I want to trverse all records in the dataset unitl EOF. In ADO, I would have done this with a recordset like...
  17. drluggo

    MSDE; connect to server

    I have loaded msde onto my machine with SP3. When I start up my machine, I look at the services table and it appears to be running at //machine_name/vsodotnet. I am assuming because when I downloaded, I downloaded the version for .Net users. Don't think that has anything to do with my...
  18. drluggo

    update frame source with ASP

    I have a frames page called index.html and it has three frames. The "main frame" is an ASP login page. The menu selection frame is just blank when the login screen is being displayed since we don't want unauthorized users to make menu selections. When the user login page is...
  19. drluggo

    ActiveX Viewer Export

    I am writing a report application that uses ASP in combination with crystal reports Active X viewer to show reports within a web page. Everything as far as displaying the reports is working fine. I have the "Export Button" displayed on the viewer to allow the user to export the data...
  20. drluggo

    Web Login Screen

    I can think of a few different ways to create a web login screen to give access to a site. Any ideas on what is best? I was thinking of just using a form and having them submit but that requires a "trip" to the server, that can be avoided. Is there a good way to do all the...

Part and Inventory Search

Back
Top