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!

Search results for query: *

  • Users: herb8
  • Content: Threads
  • Order by date
  1. herb8

    "End of File" needing some help here...

    Hello All, I'm importing a fixed length record file. And am wondering if there is any easy way to tell if im at the end of the file like there was in .vb 6 using .eof ? If anyone can help me out I would appreciate it. Thanks in advance, Matt
  2. herb8

    Adding Crystal Report Objects at RunTime

    Anyone know if this is possible? I know how to edit the report and objects that are currently on the report but I need the ability to add labels and fields. Any help would be appreciated. Thanks, Matt
  3. herb8

    Automated Email of Reports through VB.Net

    Does anyone know if there is a way to email reports in a format such as .pdf or .doc . I would like to be able to export reports through code and dump the reports into and email and fire them off to an address. I know this was possible in vb6/crystal8 though the formatting was not exactly...
  4. herb8

    What replaces the single quote ' in SQL?

    I need to use the single quotes in a string and Im wondering if there is anyway in SQL to be able to declare a variable as a varchar() and include the single quotes in the string? (ie.. @sTmp varchar(50) Set @sTmp = 'Hello World' ...but somehow keeping the singe quotes. Thanks in advance, Matt
  5. herb8

    Trying to get the Screen Size

    How do I go about getting the machines screen size or dimensions. I figured it would be apart of the System.Enviroment but can't seem to find it. Any help would be great. Thanks, Matt
  6. herb8

    User Control - Button.default property

    I know that VB6's Button.Default property has been changed to the form.acceptbutton, but in the user control the accept button does not exist. Is there any way of making a button in a user control act as the default button. Thanks in advance, Matt
  7. herb8

    Sorting a ListView on subitems....please help

    Im trying to sort a listview on subitems and cant seem to figure it out. I have read some about the icomparer which I also have yet to conquer. Any help would be appreciated. Thanks, Matt
  8. herb8

    Class Question Please Read.

    Im kind of new to classes and need to know how to troubleshoot the class. I read somewhere there is a way to raise an error event in the class to allow you to step through it. Any ideas? Thanks in advance! -Matt
  9. herb8

    Adding index to combobox items?

    I'm slowly picking up .net and need a bit of help adding an index to the combobox.item. I'm loading the item from a database no problem there. But I would like to add an index from the database with it to associate to. Any tips? -Matt
  10. herb8

    .Net Enumerating Menu's for custom control

    Hi, not sure if anyone can help me on this one but I'll give it a shot. I am creating a custom user control for security purposes. I have inherited a "MainMenu" and need to enumerate through its children. My problem is that I cant seem to find any properties or methods that happen...
  11. herb8

    2000 Admin Tools from XP client

    Im running a 2k server with Active Directory on it. I have installed the .net admin pak for xp on my machine and am trying to remotley administer the 2k box. When I try to connect to Active Directory Users or Groups and connect to the domain its giving me this error message: Unable to connect...
  12. herb8

    Browsing Shares on a 2000 machine long delay

    Im using a win 2000 workstation going against an NT4 pdc. Browsing the network from any 2000 machine takes a 25-30 second delay. But it only takes a second if it has been recently opened or cached im guessing. I do have netbeui loaded on the workstation and it is the highest in the binging...
  13. herb8

    Trust: 2000 Forest Trusting an NT4 PDC

    I have a new 2000 forest trying to set up a 1 way non-transitive trust to a NT4 PDC. Currently the trust sets up fine. When ou got to access users from the opposing domain it gives you a security box and wants the User/Password from an account in that domain. We have made sure the password...
  14. herb8

    Forms Collection Need Help Getting ALL the forms back

    First off currently I know I can use the Dim frm as Form For Each frm In Forms Do this.... Next But this will only bring me back all the currently loaded forms. Is there ANY way possible of returning ALL the forms, even those that are not loaded????? Thanks, Matt
  15. herb8

    Export Function Not Working Properly

    I have Crystal 8.0 and im having problems with it working on some users machines. It will export a report on my machine but will do nothing on a users machine. I beleive this is related to the .dll for the export is not on the users machine. Can anyone tell me or list the .dll files that...
  16. herb8

    Is it possible to pass parameters to a view???

    The heading says it all... just need to know yes or no. Thanks, Matt
  17. herb8

    Requesting a UserId through server variables accross multiple domains

    I am requesting the "remote_user" id through server variables accross the network for a local intranet security. We have just gotten a new sql server / web server and it is now set up on a new domain for reasons of active directory. I am trying to pull the "remote_user&quot...
  18. herb8

    While Control.isbusy

    I am experiencing a problem with a report. To start off I am using vb6 and crystal reports 8. I am receiving the error "The control is busy downloading data." This error is occurring when chaning the top n sort and the grouping on the fly. The only reference to this error I have...
  19. herb8

    How to find out if a form is open...

    I am working in an mdi project and need to know if a form which is a non mdi child form is currently open. Is there any easy way of doing this? Thanks, Matt
  20. herb8

    I am currently having a problem wit

    I am currently having a problem with using Crystal Reports 8.0 in VB6. I have a complex report that utilizes changing the group, TopNSort, and Sort Direction at runtime. My plroblem is after it changes it when it goes to refresh the report it gives me an error with a number of -2147467259 and...

Part and Inventory Search

Back
Top