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: *

  1. TLiberty

    Printing a document...

    I'm trying to print a report using legal size. But each time I changed the papersize in page setup, it defaults back to letter? Can anyone help. This is Access 97 please. Also, I have some code to make it print with legal size but it's not working as well. Please look at code. Public Type...
  2. TLiberty

    grab conetent from the web?

    Check out the inet control. It can do it for you. But instead of a textbox, use a richtext box.
  3. TLiberty

    QBE: Between - And

    I think you have to look at your between clause again. I see up there you have Between "T*" and "z*". "T" has a greater ASCII value than "z". Therefore the query might not return the lower case "z". Check it out again with both lower or upper.
  4. TLiberty

    Suggestios to this web site - tek-tips.com team

    Is it possible to relate this discussion to everyone on other forums.<br> <br> Also, the best place to place these suggestions would be when we first log in to tek-tips.com. This is pertaining to number 1 &quot;All ANSWERED questions...&quot; instead of user profiles, etc. The user profile may...
  5. TLiberty

    Suggestios to this web site - tek-tips.com team

    The keyword search utility is awesome. In fact it gives me some ideas for you guys.<br> <br> Another suggestion, if possible. Is it possible that when we (the users) log in to our sites by entering our user id and passwords that the first interface we should see are:<br> <br> 1. All questions...
  6. TLiberty

    Using the INet Control

    I am already dealing with the timeout error by setting the Inet requestimeout property to infinity (0). The problem is when I save the few binary chunks of data to file for some reasons it's not saving all of them. It is saving a portion of the file.<br> <br> I think the code is okay. But with...
  7. TLiberty

    Using the INet Control

    MikeLacey<br> the code below is in the inet1_Statechanged event. Can you take a look at it.<br> private sub Inet1_StateChanged(Byval State as Integer)<br> Dim bDone As Boolean<br> Dim vByte() As Byte<br> Dim bytAppend() As Byte<br> Dim intFileNum As Integer<br> <br> select case...
  8. TLiberty

    Using the INet Control

    Not exactly. The reason is because of requestimeout error. I changed the code using the Inet_Statechanged event to download per 1024 bytes. I am left in a wait state. could you help?
  9. TLiberty

    Datamarts and datacubes

    I am brand new to SQL Server and using V 7.0. We had a discussion today and i was TOTALLY LOSTS. Could someone explain how to implement a DataMart and DataCubes. (Not code, but just a general idea).<br> <br> Thanks.
  10. TLiberty

    Suggestios to this web site - tek-tips.com team

    I really like this website and it has been helpful to me alot. I just have one request. Is it possible that the tek-tips.com team create a way to filter out posts per dates or something.<br> <br> Why?<br> Sometimes I would like to review some information in the past but know what month its in...
  11. TLiberty

    Using the INet Control

    I have a problem. Every time I download a file from a secured HTTP site some files are downloaded and some return a null string. Can anyone assist?
  12. TLiberty

    Overview on the Inet control

    Thanks a million Kcronin<br> <br> One more question, can I use this same routine to download and open a text file.
  13. TLiberty

    Overview on the Inet control

    I have a present project to download files from a website to my server. can anyone give me a simple code on how to do this using the INet control.<br> <br> thanks.
  14. TLiberty

    Help on 3Tier Programming...

    Thanks, I'll do the research as suggested.
  15. TLiberty

    Career advice...

    Thanks guys, I think I will take consideration into what you're are saying. I am still weighing decisions (like if I make the MCSD certification, is it still valid if a new version comes out like VB7? Or what? I don't know the procedures and I don't want to invest in something and then regret.)...
  16. TLiberty

    Career advice...

    I am an African who just came to the US a year ago. I have an AA degree in Compr Science from my country. I am presently in Santa Ana Community college trying to pursue further educational goals (with respect to studying Computer Science and transfering to a 4yr college - CAL Fullerton to be...
  17. TLiberty

    Help on 3Tier Programming...

    I'm learning VB6.0 and would like some explaination on 3Tier, mainly, a simple algorithm/pseudocode (if possible sample code) on how to implement a project with the use of 3Tier.<br> <br>
  18. TLiberty

    Can you return recordsets in functions

    I am new to VB 6.0 and is there anyway you can return a recordset from a function.<br> <br> i.e.<br> Set rs = SomeFunction(SQL,options)<br>
  19. TLiberty

    Explain table mutating!!

    I had a problem with using an insert trigger to my table and got table mutating error.

Part and Inventory Search

Back
Top