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

    AD and Term Serv: Saving specific Folder from Local AppData

    Using AD and Terminal Server, how can the user's folder: C\:Documents and Settings\%User%\Local Settings\Application Data\SomeAppFolder\ be saved as a roaming folder? AD doesn't redirect the Local AppData folder, and therefore it gets discarded when the user logs off of terminal server.
  2. SBerthold

    December 2008 VB 6 A security update

    From 8 December 2008 "Description of the cumulative update rollup for the Visual Basic 6.0 Service Pack 6 Runtime Extended Files" Somehow I missed this, and in "Microsoft Update", it didn't show up under the list of software to update. Has anyone installed this yet? If so, any known...
  3. SBerthold

    CR XI - Viewer - Business Objects label

    In CR XI, in the viewer window, (Crystal ActiveX Report Viewer Library 11.0) at the top right there is a Business Objects label. Is there a way to suppress this label, or exchange it for a different icon? I was sure I saw once a property for this, and now cannot find it.
  4. SBerthold

    Free Developers Extension for Access 2007

    In addition to several other freebies Microsoft has been offering (Express versions of VB.NET, SQL Server 2005, Vitual PC, etc.) they are now offering for MS Access 2007 the Developers Edition for free. With the Developers Edition you can create a runtime version of your Access 2007 programm...
  5. SBerthold

    Page Footer conditionally suppress

    In CR 6/7/8 when conditionally suppressing a Page Footer, the objects in the Page Footer will get supressed, but the Page Footer will still be there as a blank space. This is a known "problem". CR says that it is "by design". Q: I am wondering if this has changed in version 9, 10, 11. Will a...
  6. SBerthold

    SQL Server Express

    Is there information available to help determine at what point a need customer would need to purchase the Standard or Workgroup Version instead of using the Express version? I am in the process of changing the DBMS and would like to offer SQL Server. We are a small company and many of our...
  7. SBerthold

    Visual Installer and Dialogs

    How do you run add your own dialog form, and/or change a predefined dialog in Visual Installer? Also, is there a way to run another exe at the end of the setup (like from the last info dialog).
  8. SBerthold

    Visual Installer

    How do you run MDAC from an installation program created by Visual Installer (like happened when added to the P&D)?
  9. SBerthold

    MDB bloat guess

    How can I determine if an MDB needs compacting? Is it just a guessing game?
  10. SBerthold

    Day in Year/Mont

    What would be the best way to determine: 1-The number of Mondays in a given year? 2-The number of Mondays in a given month? 3-The number of weekends in a given year 4. The number of weekends in a given Month I am looking to use a different function for each of these, passing the day (such...
  11. SBerthold

    App.Path problem

    i have two folders on the same level, with two different VB projects, all on the same partition. One folder is called - E:\6.5.0\1SourceCode The other is called - E:\7.0.0\1SourceCode Using App.Path from each program while in the IDE, I get for the first one the correct path name as posted...
  12. SBerthold

    Financial rounding

    Who has a correct formula to financial round with? (regardless if the number is positive, negative, whole, fractional) The Function needs to work like the VB Round function. I have yet to find one, or create a way that is correct, but still reasonably fast.
  13. SBerthold

    Problem with Int( ) function

    Why doesn't this produce the expected results: ?Int(4.123455 * (10 ^ 5) + 0.5) produces: 412345 While: 4.123455*(10^5) +0.5 produces: 412346 I thought that the Int() function not supposed to round but "chop off" the fractional part of a number. But here, there is nothing to round...
  14. SBerthold

    VB project Exe Version

    What is the logic behind setting and using the Major, Minor and build numbers in a VB EXE project? When I set the major to 7, the minor to 5 and the build to 101 then, when checking the version number in the properties window for a EXE (in explorer, right mouse click, properties, version), I...
  15. SBerthold

    DateDiff - Years

    What is the fastest/easiest method in VB to accurately determine the number of years between two dates? I noticed that there seems to be an error in the DateDiff function because if the first date is 12/31/2001 and the second date is 1/1/2002, the datediff return 1 year, even though actual time...
  16. SBerthold

    Ok. Next question. I know (fro

    Ok. Next question. I know (from reading) about using a class interface and IMPLEMENTS, pretty much how it is used(created that is). But, what is it really for? I mean, some where the implementing of the Implements logic is missing for me. Why wouldn't I just declare a variable as Object, and...

Part and Inventory Search

Back
Top