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. mutidjo

    Tracking and documenting XML changes

    Hello, I'm looking to building an application to track and changes in various xml documents. The application would then generate a repot, probably in html format, listing out the changes made to each section. Has anyone done this before? Thanks in advance!
  2. mutidjo

    Placing a photo in an Access form.

    Hi Randy, I'm trying to perform a similar task. Interested in your code as well. Appreciate if you could e-mail a copy of your Coredatabase.MDB to emutidjo@directdevelopment.com Thanks and look forward to a reply! esti
  3. mutidjo

    How to pass variable from aspx page to user control

    Many thanks Paul.. i'll try it out! esti :)
  4. mutidjo

    How to pass variable from aspx page to user control

    I've seen ways to pass a variable from a user control to an aspx page. However I need to do the opposite. I am programming in VB. Basically, I have a host form which has a datagrid. I want the user to select some items in the datagrid by clicking on the checkboxes, then I want the id of the...
  5. mutidjo

    method 'Range' of Object '_global' failed

    I got this code from the web: Private Sub Command0_Click() ADOImportFromAccessTable "C:\WINNT\Profiles\emutidjo\desktop\db2.mdb", "AWARD", Range("C1") End Sub Sub ADOImportFromAccessTable(DBFullName As String, TableName As String, TargetRange As Range) ' Example...
  6. mutidjo

    From Access to Excel

    Thank you! I'll give it a try... :)
  7. mutidjo

    method 'Range' of Object '_global' failed

    i am getting this problem as well... has anyone found a solution? thanks.
  8. mutidjo

    From Access to Excel

    Hi Jimmy, I would appreciate if you could post the code to export data from access to excel. Many thanks!
  9. mutidjo

    how to setup vpn server and vpn client

    Hi, I am also new to VPNs. i'm trying to set up one on WinNT. I am using DHCP. Would I need to set up an external IP address, and what would that be and how would i go about finding that IP address? Our LAN is using private IP addresses. Can I use that as the IP address to connect to? Thanks in...
  10. mutidjo

    SQL, ADO and Subforms

    Thanks for your replies. I will try your advice, and let you know if I get it to work. esti
  11. mutidjo

    Is there a way to list users accessing same record?

    Hi, Thanks for your reply. I'll try to explain the transaction as best as i can. I'm using optimistic locking. User2 makes an update transaction on Field 1 of Record1 in Table A. User3 then makes an update transaction on Record1 in Table B, which programmatically in the application code...
  12. mutidjo

    SQL, ADO and Subforms

    Morgan, Did you ever resolve the issue. I'm new to vb6 and have to do the same thing from access. Thanks in advance.
  13. mutidjo

    Is there a way to list users accessing same record?

    thanks for the input... i trapped the specific error, but was unable to cancel the update. Do you know how I could do that? Now i have it so that it traps the error, but it goes ahead and does the update, but I'm still having the same problems, adn don't know how to cancel the update, without...
  14. mutidjo

    Is there a way to list users accessing same record?

    Thanks for your reply. I'm not sure what kind of locking is involved, since the recordsource is a SQL Server table. I was assuming it was optimistic, or the default? Yes, the updates are happening from a form that displays the records for the user to update. I have a main form, within it is...
  15. mutidjo

    Is there a way to list users accessing same record?

    I have a MS Access front-end and SQL Server 2000 be. Some times, the front-end locks up when two users are writing to the same record. Is there a way to list the users who are accessing the same record? Thanks in advance.
  16. mutidjo

    Is there a way to list users accessing same record?

    I have a MS Access front-end and SQL Server 2000 be. Some times, the front-end locks up when two users are writing to the same record. Is there a way to list the users who are accessing the same record? Thanks in advance.
  17. mutidjo

    Backup has Failed - Error Msg: BAD DATA - help Please...

    That's what I did too, but not having any luck. Thinking may have to replace tape drive. Suggestions are welcome :) Thanks!
  18. mutidjo

    Backup has Failed - Error Msg: BAD DATA - help Please...

    Did you ever get this problem resolved? I am having the same problem. Thanks!
  19. mutidjo

    Automatically schedule upload of table to remote web server

    Hello, I need to automatically schedule an upload of a table from an access database to the database on a website hosted by an ISP. Is this possible, and how? Thanks in advance.
  20. mutidjo

    WEBSITE HOSTED BY OTHER COMPANY

    Hi,I have an opposite problem. I need to automatically schedule an upload of a table from an access database to the database on a website hosted by an ISP. Is this possible, and how? Thanks in advance.

Part and Inventory Search

Back
Top