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

    Progression 7.7 Reset Allocations (running 4+ days)

    I am new to the Macola ERP software, and have had no training whatsoever. I am the administrator of the server and working on an issue that has been here since I started with the company, and our support doesn't really support us... I am having an issue with the reset allocations process. I...
  2. Vachaun22

    Safe to move universal distribution group to another OU?

    I can't really see where there would be an issue, but is it safe to move universal distribution groups out of the Users OU in Active Directory to another OU specifically made to hold only distribution groups? This isn't a necessary move, it'd just be nice to do some housekeeping in AD so things...
  3. Vachaun22

    Yet another folder redirection problem

    So someone tried to set up folder redirection prior to me starting at my current position....I say try because it was a failure. The permissions weren't set correctly at the root share, so it was kind of a hit/miss type of deal on the user folders below. I have since set up the permissions on...
  4. Vachaun22

    Saving excel files corrupts file permissions

    I am thinking this may not be an office problem but a windows problem, but since it only happens when using excel, I am posting here.... There is a shared folder on the network with excel files (.xls not .xlsx) that people with newer versions of office have shared. Now I understand that when...
  5. Vachaun22

    GPP Printers in computer configuration

    I am trying to get GPP printers to work at the computer configuration level as users OU membership doesn't necessarily organize user accounts based on printer proximity. So I want to put the computer accounts in OUs in this manner. I would rather not use the Print Management to deploy printers...
  6. Vachaun22

    Display GPO processing during logon

    This may sound a bit odd, but I was wondering if there is a way to display what GPO activity is taking place during logon. For instance, I have mapped drives configured in group policy preference, and during logon it would be nice to see something along the lines of "Apply group policy drives...
  7. Vachaun22

    Detecting if Aero Glass theme is enabled?

    Is there a way to detect if Aero glass themes are enabled on Vista/7? It seems that windows reports sizes with GetWindowRect/DwmGetWindowAttribute incorrectly when glass themes are enabled (off by about 5 pixels). I have been looking, and all suggestions say to check if composition is enabled...
  8. Vachaun22

    CopyFileEx with callback never returns

    I am trying to use the CopyFileEx function with a callback in order to display a progress bar. However, something does not seem to be working correctly. When I use the callback function, the CopyFileEx function never returns even after the copy process has completed. Also, the progress bar...
  9. Vachaun22

    2950 Switch Gb ports not coming up

    We have a Catalyst 2950 switch with 2 gigabit ports in it. If I plug the 2 Gb ports in to each other, the links come up, however anything else plugged in (even with the same cable) they do not. We've not done much for configuring the switch. The config is listed as: ! ! Last configuration...
  10. Vachaun22

    Noobie assistance with T1/Cable failover configuration

    Hey all, I have a question about hardware configuration for a dual WAN connection consisting of a T1 and a cable modem. Currently we have a T1 configured in such a way as: Serial0/0 ip address [as assigned by ISP for router] 255.255.255.252 FastEthernet0/0 ip address [1 of block assigned...
  11. Vachaun22

    T1 and DOCSIS redundant connections confusion...

    I'm a bit stuck on a solution for a problem. First our current network config: ISP (T1) -> Cisco Router -> Linux Router/Firewall -> Pix -> LAN Our Cisco router has an IP address to access our ISP's network, and the Linux router has our public IP address assigned by our ISP. What we would...
  12. Vachaun22

    App crashing when showing report a second time

    I have an MFC application with a crystal reports activeX control on a dialog. All works fine when displaying the report once, but when attempting to run the report a second time by closing and opening the dialog again, there is an assertion after entering parameters and closing that dialog...
  13. Vachaun22

    Another CComboBox empty issue

    I'm using AddString() method of the CComboBox class in MFC, and I'm tracing every important step in the procedure, and the AddString() method always returns 0 and never adds anything to the combobox. Here is the code of the function: void CFuel_Refund_MFCView::LoadTractors(void) {...
  14. Vachaun22

    Pivot Table column as data

    This may be a simple question, but after digging and googling for a few hours, I've come up with nothing. Once you create a pivot table, is it possible to create a column that simply shows the data from the original data source? Some explanation: We have a spreadsheet showing fuel...
  15. Vachaun22

    VBScript with Internet Explorer as interface

    I have a login script that does various drive mappings and printer installations written in VBScript. The script creates an IE object in order to show a linux init style status window as to what processes succeed or fail, however on Windows 7 (and most probably Vista) a non-administrator user...
  16. Vachaun22

    CTreeCtrl::Expand() sends TVN_ITEMEXPANDING once

    I've noticed that the CTreeCtrl only sends a TVN_ITEMEXPANDING notification to it's parent on the first call. Any subsequent calls to this function on the same node do not send the notification. I'm lazily populating the tree, so I need this notification in order to load the children of the...
  17. Vachaun22

    CString text being hidden or truncated by a special character?

    I am accessing a MS Access database to get some information to show as a tooltip over a tree control. There are 2 fields in particular that are causing some interesting effects on a CString variable. The field types are (in Access) Currency, and Memo. This issue only appears with these 2...
  18. Vachaun22

    Sending focus from one CDialog to another

    I have a CSplitterWnd that loads to dialog resources into it. One dialog contains a CTreeCtrl only, and the other contains various other controls. Currently I have the dialog with only the tree control attached to accelerators, in which case I have overridden PreTranslateMessage to attach...
  19. Vachaun22

    Resize tree control to fit contents

    I'm using a framework that themes controls to look like office 2007, XP, etc. This particular framework has a resizeable dialog window in which you can anchor controls so they are automatically sized when the dialg is sized, and will add scrollbars when necessary. I'm using a CTreeCtrl on this...
  20. Vachaun22

    LPCWSTR to LPWSTR confusion

    I'm getting lost in all the MS specific type definitions. I know that LPCWSTR = WCHAR const * and LPWSTR = WCHAR* but how would you go about converting LPCWSTR to a LPWSTR? I don't understand what how to convert these types. I'm only understanding normal C++ type conversions, like int to...

Part and Inventory Search

Back
Top