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...
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.
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 "All ANSWERED questions..." instead of user profiles, etc. The user profile may...
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...
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...
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...
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?
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.
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...
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.
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.)...
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...
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>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.