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

    webforms installable windows NT 4.0

    Hello, im new at oracle. i have to install forms 6i release 2 on my windows xp pro sp2 machine i select the first choice that says forms developer and after making some steps i get a "webforms is installable in windows NT 4.0 only" and the it says that i can continue installing the other...
  2. ruyeno22

    Visual Studio Installer project include dll

    Hello, I have a dll file that i use in my VB project. I have made the msi with vs installer. i have added the dll and used the associations section to put the CLSID of the object and the type library and i have used the dll's name in the component property of both, following the instructions...
  3. ruyeno22

    datagrid

    Hello, Many thanks! The options given work like a charm. Best regards
  4. ruyeno22

    datagrid

    hello thanks for the reply my problem is that i have a key value in the first column. when i right click on a row, it does not select that row and therefore i cannot catch the value selected. i want something like in outlook when you right click on emails the email you right click on gets...
  5. ruyeno22

    datagrid

    Hello All, I want to make the selected row in a datagrid to change when i RIGHT click on it. After that, i want to show a popup menu. So far i have not seen the way to do it. Many thans
  6. ruyeno22

    Running large process

    Hello: In my access 2000 database i run a code that actually populates an entire database. The problem that i have is that that process involves a lot of code that performs querys, selects and updates. i create an entire year schedule. the problem that i have is that running my...
  7. ruyeno22

    Querydef not deleting all records

    Hello: i am using dao to execute a couple of querys as a transaction. im using querydef to delete some records from a table that has the following info: year number day number month number i have the whole 2001 year and the whole 2002. my query is: "delete * from table where...
  8. ruyeno22

    Remove Jet SP5

    Hello: ive been having serious problems with a secured database after i upgraded to jet sp5. i think that this is a bug with sp5 and system.mdw i already have found jet sp4. but i cant "remove" sp5. anyone here can help me removing sp5??? thanks
  9. ruyeno22

    The search key was not found in any record

    Here's what i think is the explanation to my problem. as you can see, there's no solution for me NT user :( http://support.microsoft.com/support/kb/articles/Q301/4/74.ASP
  10. ruyeno22

    The search key was not found in any record

    OK, today has not been a very good day for me... access is making my life A LOT difficult that it was before. first the #deleted "thing" and now The search key was not found in any record as far as i know, this happened because a created a mdb, then i installed jet sp5, and then i...
  11. ruyeno22

    The search key was not found in any record

    OK, today has not been a very good day for me... access is making my life A LOT difficult that it was before. first the #deleted "thing" and now The search key was not found in any record as far as i know, this happened because a created a mdb, then i installed jet sp5, and then i...
  12. ruyeno22

    #deleted record in multi-user environment help!!!

    Just trying to keep it in the first list... i really need help, cause my boss does not want to see this #delete thing.
  13. ruyeno22

    #deleted record in multi-user environment help!!!

    You are both right. using the timer is a solution, but it all depends on the interval. if i set it to 1 second, i think the performance will be damaged. if i set it to 15 seconds, for example... the user will still see the #deleted for some time, before it disappears.. still looking for an...
  14. ruyeno22

    database access on network...

    in options, select advanced tab. put shared in the default open mode. and edited record in default record locking. mark the checkbox that says something about edited records too. read about the user-level security wizard too... you might need that too.
  15. ruyeno22

    #deleted record in multi-user environment help!!!

    Hi: when 2 users are accessing the same form, and one deletes a record, the other user gets a #deleted in the row where the deleted record used to be. this is very annoying, can anyone tell me how to get rid of that??? thank you very much
  16. ruyeno22

    Replication Problems

    i think its a little late, but check this out... ms does not give the solution for NT users!!! Article ID: Q301474
  17. ruyeno22

    calendar in a subform

    Hi! Well, basically if you select datasheet view the information will be shown horizontally, and the column headers will be the name of the columns. all the rows are shown horizontally, with each record occupying a row. what i want is to show records vertically. the information of a record...
  18. ruyeno22

    calendar in a subform

    hello: i want to know if its possible to create a subform with the following layout: january 2001 monday tuesday .... 1 2 shift 1 e1 e2 shift 2 e2 e1 all the information is stored in a table: the day of the month, the month...

Part and Inventory Search

Back
Top