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

    MouseMove not working

    Hi I am trying to display a message in status bar when moving mouse over a control. But it does not display when moving the mouse. When I click on the control then does display. Private Sub cboNoteType_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)...
  2. rohini21

    Digital Certificate and Access 2003

    Hi There, I am developing an in-house software for my organisation in Access 2003 as ADP running over MSDE. I would like to distribute the software to the people within our company. For testing purpose I had installed MS Access 2003 runtime on a PC. I tried to run the application and it...
  3. rohini21

    Add smallicon to the subitem in listview

    Hi There, How can I add small icon to a subitem in listview?
  4. rohini21

    Microsoft forms 2.0 and Combobox

    Hi there, I tried using Combobox from micrsoft forms 2.0 activex. I did something like this dropped a combobox from activex list on the form and wrote this dim lcbObject as combobox set lcbObject = cboEmpStatus.object bla bla bla It fails on set lcbObject = cboEmpStatus.object saying...
  5. rohini21

    External SQL server

    Hi There, I have a job of bringing in the database from an external SQL server. The owner of the server says I should be using DTS. Now I tried creating an OLE DB connection string to connect to the external server but did not succeed. Can someone please guide me how to achieve my job. Thanks
  6. rohini21

    DateTime Picker and error

    HI, I recently developed an application using windows access 2003. I used a datepicker control in it. When I installed the applications on other machine with access 2003 runtime running on them I couldn't see datepicker control. In addition everytime I run the app I get the message that if...
  7. rohini21

    Access runtime 2003

    Hi, I developed an application in Access 2000. Now I have imported all the forms in MS Access 20003 and trying to run it with runtime version. The problem I am having right now is I am unable to see sub form. Please help
  8. rohini21

    Replicate database design

    Hello Everyone, Can someone clarify if we can replicate the database design? Currently, I am replicating the database but not it's design and I intend to achive that in future. Cheers
  9. rohini21

    ASP page not functional for outside world

    Hello everyone, I have few asp webpages which work perfectly within the organisation but when viewed over the dialup gives this error. Active Server Pages error '8002802b' Create object failed ? Please help
  10. rohini21

    Does replication occurs between two servers only?

    Hello everyone, Just a question. I have a server and 5 XP machines. I intend to replicate the SQL server data across heterogenous Access 2000 database. My question is that is replication possible only between 2 or more servers or could be between 1 server and rest of the PCs? Cheers
  11. rohini21

    Synchronization

    Hello All, I have a challenge in front of me. I have an Access Application on 4 XP machines. I wish to achieve this. Whenever a user logs in or logs out the database should be synchronized with all the standalone databases available on nextwork. Secondly I have a central database on SQL...
  12. rohini21

    RDS shows Internet server error

    Hello everyone, I am trying using RDS on my standalone XP machine in a VB application. It keeps giving me "Internet Server Error". Do I need some special references? Please help Cheers
  13. rohini21

    Adding wepages to a new site

    Hello everyone, I am quite new to hosting websites on W2K server. I created a new website but I do not know how to add wepages to the website. I tried getting into Inetpub--->WWWroot. But do not know what next to do. I already have one website hosted on the server this is my 2nd. I read...
  14. rohini21

    Encrypting and savinc in registry

    Hello Everyone, I would appreciate if someone could help me what I am trying to achieve. I want to build a small application for my company which encrypts the connection string and saves it into registry. Later on I would like to fetch the encrypted connection string decrypt and use it for the...
  15. rohini21

    Newbie to DNS

    Hi All, I am a software developer. Recently my company brought a Small Business Server. We intend to host our own website inhouse. Can someone guide me how to successfully achieve this? Cheers
  16. rohini21

    Difference between ASP.NET mobile controls and Smart Device Applicatio

    Dear All, I am newbie to .NET. Our company had developed a software for IPAQs (Pocket PC) in embedded vb3.0. Now we wish to upgrade our software for .NET. I had a go through the microsoft. I am bit confused beacuse it says that ASP.NET mobile controls should be enough to do it and on the...
  17. rohini21

    Connect VB application to the database over the internet

    Dear All, Can some one suggest if I can connect a VB application to the database sitting on the server through a remote location over the Internet? Cheers
  18. rohini21

    Page orientation through code

    Hi All, I was wondering if I can control the page orientation or the borders of the page through the code within the access in order to print the report. Cheers
  19. rohini21

    Print Problem

    Hi All, I have an application running on two different computers. When I want to print a report and an envelope the printing behaves differently on both the computers. They are connected to the same printer. One of the printer work fine but other is not. The problem is in printing...
  20. rohini21

    Cannot create a DLL

    Hi All, I have a problem of creating a dll. I am trying to create a dll which would be used to connect to the database. But whenever I try compiling the dll it gives me an error ActiveX DLL, and ActiveX Control project types require that you have a least one public creatable class module...

Part and Inventory Search

Back
Top