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 SkipVought 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. afryer

    British Summer Time in Microsoft CRM

    Hi All, I have a problem with Microsoft CRM that seems to be a common problem, but also one that I can't find an answer to. Basically since British Summer time start CRM is taking an hour off dates entered into the system, for example: 29/04/2008:00:00:00 would be become 28/04/2008:23:00:00...
  2. afryer

    VB6.0 Data Grid, odd behaviour in Change event

    Sorry, the title should say DBCombo
  3. afryer

    VB6.0 Data Grid, odd behaviour in Change event

    Hi All, I have come across a problem today that is really bugging me and hope someone here can help. Basically what is happening is the following: 1) I have a data item which reads in data from table in the database called RECURRING_FREQUENCIES, which contains two fields...
  4. afryer

    Inet control FTP problems

    Hi, Yes it has to be an email address. When I state I changed it, I meant I changed it in the application as opposed to changing it on the FTP server. I did this to prove to myself that it was the @ symbol that was causing the problem. Cheers
  5. afryer

    Inet control FTP problems

    Hi, The problem that I am having though is that the user name is myName@mydomain.com and this cannot be changed. It means that when the FTP command is parsed it will be: ftp://myname@mydomain.com:myPassword@updates.oracle.com username : myName Password : <blank> FTP server name ...
  6. afryer

    Inet control FTP problems

    Hi All, I am developing a VB application, which uses the Inet control to perform FTP operations. The website I am trying to connect to is Oracle FTP site, but the only type of user name you can create is in an email format and this cannot changed. This means that my FTP login string looks...
  7. afryer

    100% of CPU usage in infinite loop

    Hi, I combined this with a Sleep (10) call in the loop and this has reduced the CPU usage from 99% to 1%, which is considerably better! Thanks Andrew
  8. afryer

    100% of CPU usage in infinite loop

    Hi All, I have written an application in VB, which runs a constant timer to keep track of various events. Basically what happens is when the application is started a function is called from the Form_Initialize event to start the timer. The timer is in an infinite loop of the following format...
  9. afryer

    Selecting a full row in a datagrid

    Hi All, I have in my application a datagrid, which is linked to a data environment. What I need to be able to do is when the OnClick () event is called on the data grid I need to select the entire row. Is there anyway I can do this? Thanks in advance Andrew
  10. afryer

    DataEnvironments and DataGrid/Combo Controls in VB6

    Hi All, I am developing an application using VB6 and as part of this I have created a new DataEnvironment, which connects to my backend database. I have created three commands within the connection, which are as follows: cmd_profile - linked to a DataCombo box on the main form and displays...
  11. afryer

    Getting the difference between two dates in VB6

    Hi All, I am working on an application, which uses a timer consisting of the year, month, day, hour, minute and second fields. I need to be able to find the exact difference between the two dates (one of the dates is based on the current system date and the other is inputted by the user, but...
  12. afryer

    Missing drives in Windows Explorer

    Hi, I've had a look at the group policy and these settings are fine. Windows Explorer still does not work properly :)
  13. afryer

    Missing drives in Windows Explorer

    Hi all, I have a strange problem with my works laptop at the moment, which someone hopefully might be able to help with. Basically when I load Windows Explorer it displays only the desktop, it doesn't show any of the other drives I have - including C:, D:, The CD-ROM or any networked drives...
  14. afryer

    Creating a new database in Microsoft Access VBA

    Hi, Basically what I am doing is a conversion from Access 97 to Access 2003. The original 97 database was protected using some custom-built security to which we don't have access or the source code, hence I am having to duplicate the functionality the best I can. The main functions of the...
  15. afryer

    Creating a new database in Microsoft Access VBA

    Hi All, I am running an application in Microsoft Access and within that I need to create a new database. I have managed to do this, using the CreateDatabase method, but I also need to do the following. If anyone could help with this then I would appreciate it: - I need to create a new Module...
  16. afryer

    Returning Workgroup name in Access

    Hi All, I am running an application, which uses a command line to connect to a user-defined workgroup file. I need to check at startup to make sure they have connected using the command line and not simply double-click on the application name. Does anyone know of a way (in VBA) to return the...
  17. afryer

    Securing Access Databases part 2!

    Hi All, I have posted a couple of questions recently regarding securing my access database and have managed to get part of the way, but I have come accross one last problem that someone might be able to help me with. I am using a bespoke workgroup file to connect to the database, using a...
  18. afryer

    Securing Access databases

    Hi, Thanks for that - it works fine, but if the user is able to get access to the .MDB file then simply double clicking on it will open the application with no security. Is there any way to prevent this? Thanks
  19. afryer

    Securing Access databases

    Hi all, I am working on a Microsoft Access database that I need to secure using a user-defined MDW file. When I connect the database to this file it also applies the security to all of the databases, which is not what I want - does anyone have any ideas how this could be done, so that only...
  20. afryer

    Determining Access group membership through VBA

    Hi All, This is a follow on from a question I asked previously regarding Workgroup security in Access. Basically what I need to do is the following: - I have an application, which connects to a user-defined workgroup file containing a list of live login IDs. - I have managed to change the...

Part and Inventory Search

Back
Top