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

    validate users with windows logon (advapi)

    Hey people, I want that my app can takes the winuser logon for to validate the access to the app, but when I compare this data it doesn´t match, heres is my code: Option Explicit Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpbuffer As...
  2. ishmael33

    ADOX, Error "type is invalid", what is the problem?

    Hi people, I´m have to create a table every month in my app, this table register some transactions month by month, the name is: month+year,ok, my problem is in the sentence: cat.Tables.Append tblnueva I obtain the error "type is invalid", why is that? what is my error?. Thanks...
  3. ishmael33

    what is the problem with this code?

    Hi to all the members list, my problem is in the unload event, when I run the form and then I click the "cancel" button the error is: "object required", perhaps if I insert a record, it works but when I click the cancel button I have the next error: "this operation is...

Part and Inventory Search

Back
Top