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 strongm 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: *

  1. deetee2k

    Can't set screen resolution under user account.

    Hi, I have a strange problem with a user's machine. When she sets the resolution to 800x600, it resets itself to 1024x768 the next time she logs on. However if an admin logs in the resolution is 800x600. It looks as if every user that logs in has a resolution of 1024x768. I can't find a...
  2. deetee2k

    Starts to boot, brief startup screen, reboots

    It's rebooting probably because windows XP is setup to automatically reboot when a startup error occurs. To disable: Open the System properties screen. Click the 'Advanced' tab. Click the settings button under startup and recovery. Uncheck 'Automatically restart'. Your machine should...
  3. deetee2k

    RunAs not working

    Does this answer your question? Run Windows explorer as an administrator: runas /user:administrator "\"c:\program files\internet explorer\iexplore\" c:\\" You can also access Control Panel icons in the C:\Windows\System32 folder. In other words you should be able to perform most actions...
  4. deetee2k

    Associate ".rpt" files to a custom application.

    Thanks Matt! I was going in this direction anyway! What's even more annoying is that I searched through tek-tips for over an hour and didn't get anywhere! :-( Cheers.
  5. deetee2k

    Associate ".rpt" files to a custom application.

    Hi, I'm trying to launch my application whenever a user double-clicks a Crystal ".rpt" file. I associated the .rpt extension to my application and it launches OK but the report doesn't load. What extra lines do I have to add to my app to get this to work? Thanks, D.
  6. deetee2k

    Force field duplication based on a subreport value.

    Thanks sv, This is a limitation of 8.5. But I've found another way with DLLs! D.
  7. deetee2k

    Reporting across databases in CRv8.5

    Hi, I've written a DLL to get information from a table in one database on our SQL server and return information from another database (i.e. stock information and purchasing information is spread across different databases on the same SQL server instance). However I'm not getting any data back...
  8. deetee2k

    Suppressing subreports in VB6

    I've found similar behaviour under different circumstances, if you export the report to Excel the blank lines will disappear. Not much help I know... "I want to play..." (Guess the X-Files episode!)
  9. deetee2k

    Force field duplication based on a subreport value.

    Hi, Sorry if this is answered elsewhere... I have a report that takes a value from a shared subreport variable. However, there is a one-to-many relationship between the main table and subreport. My problem is that I want the main report's detail to duplicate for each instance of the subreport...
  10. deetee2k

    Refreshing a report in VB

    You need the line... report.DiscardSavedData ..easy when you know how but terribly difficult to find the information! I found this out by experimentation! Good Luck. D. "I want to play..." (Guess the X-Files episode!)
  11. deetee2k

    Error in Divison function.

    We're using the '/' operator. D. "I want to play..." (Guess the X-Files episode!)
  12. deetee2k

    Error in Divison function.

    Hi, I have a problem with Excel 97 (Sr2). Every primitive operation works EXCEPT division(\). When I enter a calculation such as "=10/2" I get a dialog box telling me the function I have typed contains an error and the formula returns a "#VALUE" code. Any tips on how to fix...
  13. deetee2k

    problems with web enabling Crystal Reports

    Try re-registering craxdrt.dll by going to Start > run and typing: regsvr32 [path]\craxdrt.dll ...or re-install Crystal Reports on the machine.
  14. deetee2k

    problems with web enabling Crystal Reports

    Try re-registering craxdrt.dll by going to Start > run and typing: regsvr32 [path]\craxdrt.dll ...or re-install Crystal Reports on the machine. "I want to play..." (Guess the X-Files episode!)
  15. deetee2k

    RRAS under Windows 2000 Pro

    Really what I was trying to do was allow a user to dial-up to a workstation running Windows 2000 Pro. However I found the answer at http://www.lpt.com/windowsnetworking/regusers/w2krasdf.htm which explains that there is a feature in Win2k Pro under Dial-up Networking that allows you to...
  16. deetee2k

    RRAS under Windows 2000 Pro

    ummm, Tried the above, it says you can 'manage' RRAS servers from any win2k machine. Unfortunately that does not help me. I want to run RRAS on a win2k workstation not a win2k server. Any more ideas is greatly appreciated. D. "I want to play..." (Guess the X-Files episode!)
  17. deetee2k

    RRAS under Windows 2000 Pro

    I stand corrected... Thanks a lot wolluf, guess there is none so blind as those who will not see! Regards David. "I want to play..." (Guess the X-Files episode!)
  18. deetee2k

    RRAS under Windows 2000 Pro

    Ta wolluf, I couldn't find any reference to installing RRAS under pro's help file and a Windows 2000 server 'install additional services' routine will not allow me to install RRAS onto a pro machine. It looks as if it might be possible but against M$' licensing policies, just take a look at...
  19. deetee2k

    RRAS under Windows 2000 Pro

    I have a very simple question that I cannot get an answer to. Can I install RRAS under Windows 2000 Pro? (Similar to RAS under Windows NT workstation) I have started the RRAS service but cannot see the snap-in under start> settings > control panel > admin tools Any help is greatly...
  20. deetee2k

    Problem with Checkbox2

    I don't think you can create control arrays in VBA the same way as in VB. You must specify the Index property for each control and reference it in code as CheckBox1(index). Try to force it. Just put the second CheckBox in there with properties etc. What error message are you receiving? D...

Part and Inventory Search

Back
Top