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 TouchToneTommy 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: lulo
  • Content: Threads
  • Order by date
  1. lulo

    How Dlls Created on VB work on a Network?

    I have created Pointzero.dll but I don't want to distribute it with the setup program instead I want to put on the network application path to make it easy to maitain. But it doesn't seem to work. I tried this but still won't work regsvr32 I:\GlobalApps\ICA\PointZero.dll I get error '430' after...
  2. lulo

    Any good books on ADO?

    Does any one knows of a good book on ADO? I'm new to this and need to jump to ADO Recordsets. I don't need ADO.net at this time. Thanks a lot.
  3. lulo

    crystl32.ocx version 8

    I need to upgrade some reports from crystal 6 to version 8 but I don't see the crystl32.ocx on my components object after I installed crystal 8. Can someone tell me what I am doing wrong? Is this data report feature availabe on version 8? This is all I'm doing. CRptGO.ReportFileName =...
  4. lulo

    Why this code doen't work, any ideas?

    I'm looking for date that fall between two dates but no luck. I get a run time error. Dim dtStart As Date, dtEnd As Date, numDay As Double dtStart = DateSerial(Year(Now), Month(Now), 1) dtEnd = DateSerial(Year(Now), Month(Now) + 1, 1) numDay = dtEnd - dtStart dtEnd =...
  5. lulo

    Need help with dates...

    Filter not working. (Run time error '3001' 'Argument are of the wrong type, are out of acceptable range, or are in conflict with one another.') This is my code (access2000 db) Field in table is of type "Date/time" rs.Filter ="TrainingDate BETWEEN #" & txtTrainFrom &...
  6. lulo

    Another ADO Headache!

    This is first app using ADO, previously using DAO. I have 3 linked tables in an open connection, when I add a new record information from link tables don't show. What am I doing wrong? ON DAO whe you add a new record it immediately updates the related field for to the link table. This a very...
  7. lulo

    ADO Headaches!

    Why do I keep getting this error when trying to delete a record. "Insufficient Key column information for updating or refreshing." This is my code: strCriter = "[Ref ID]=" & stgrsID gRDB_RS.Find strCriter, , , 1 If gRDB_RS.EOF Then MsgBox...
  8. lulo

    ADO Problem-Need Solution Fast!!!

    My first app using ADO, previously using DAO. I have 3 linked tables in an open connection, when I add a new record information from link tables don't show. What am I doing wrong? ON DAO whe you add a new record it immediately updates the related field for to the link table. This a very...
  9. lulo

    How do I tranfer Information from one page to another?

    Just started a web design! I have added a add to cart button on first page I need to take that description of item selected to the next page. How the heck do I do that? Can someone provide any tips? Thank you in advance. Lulo
  10. lulo

    How UltraDev Dbs works when site is being host.

    Anybody? Once my site is connected to a database, when I update my files on the hosting side(using CuteFTP) I also need to transfer my database along with updated files but then my database will be sitting on host server. I'm curious to know how I will be able to see my database. Can anybody...
  11. lulo

    Simple Data Entry Form...?

    Anybody? Is there a way to design a simple data entry page using dreamweaver(Not Ultradev) to collect information in some kind of email. Just like in visual basic, you can design a page with some fields and then email those fields using outlook. Your tips are greatly appreciated. Thank you Lulo
  12. lulo

    Does anybody know how? help button with green arrow on top of screen.

    I've seen very nice application been developed with a help button next to the minimize button. When you pass the mouse on top of it, the arrow turns green. It will be nice if I new how to do that on vb. Does anybody knows how? Your tips are greatly appreciated. Lulo
  13. lulo

    Microsoft Access databases

    I'm new on Javascript, I need to be able to insert into a database the user inputs, I was wondering if I could really do it using Access DB but not sure. Does anybody knows. Would anybody recommend a good book on building websites using a database. Thanks for your time. Your tips are greatly...
  14. lulo

    What's wrong: Error 429 ActiveX Can't Create Object

    When I run my app on a client machine just won't work. I recently change from DAO to ADO, I was really happy with DAO but I think it is time for a change. Now, when I tried to open my app on a client I get this error message "Error 429 ActiveX Can't Create Object" Any clues, comments...
  15. lulo

    (Dir1...Drive1...File1)Just don't work as usually.

    Anybody.......... Everytime a insert a Drive1 control into my form from the toolbox, Drive1 is already at the r:(my network drive) drive when it should start a c: drive(at design time). So this really pause my application for quiet a while. any ideas? I recently install service pack 5. Your...
  16. lulo

    Showing program icon on taskbar...

    Does anybody knows? If I could put the icon of my program in the taskbar will save me from a lot of trouble from the users. I don't want to minimize my program or the user will be tend to close it. I need to put my program icon in the taskbar(where the clock is) to run a few reports depending...
  17. lulo

    Compiling and killing user from a network...

    Anybody, Every time I need to compile I have to rely on a second person to log users off my application so I can make my new changes. I really don't need this. I would like to be able get a list of users currently on my application and myself direclty log them off so I can compile. Any ideas...
  18. lulo

    Reading Registry Parameter...

    Anybody!!! I need to read from HKEY_USERS Registry. I have tried the GetSetting Function but it won't allow me to do so. It looks like this function only reads from HKEY_CURRENT_USER\Software\VB and VBA Program Settings. Is there another function that reads these type of parameters besides the...
  19. lulo

    Outlook Address Book..Does any code Exist for this?

    Anybody, I have tried to display a list of names from outlook to my visual basic application but no luck. I have tried MSDN Help files but msnd does not offer this type of help. Does anybody recommend something. Your comments are greatly appreciated. Thank you Lulo
  20. lulo

    Screen Saver "Change Password" Button...

    I trying to create my own screensaver, so far the Settings and Preview buttons are working but the Change Password button doesn't because I don't know the number that has been assigned to that specific button. Does anyone knows? Any suggestions will be greatly appreciated. Thaks, Lulo

Part and Inventory Search

Back
Top