AnyOne knows How It can Be Done? 
Author Message
 AnyOne knows How It can Be Done?

I need Help
I am re-developing a suit of programs ( I originally wrote in Quick Basic )
in Visual Basic 6

I would like you to point me in the write direction to get programming help
which I need from time to time

My immediate problem is

in printing rows of currency in documents with the printer.print statement
and the format expression i.e. User-Defined Numeric Format  Expression
"###0.00" the point dose not line up. In quick basic the format using
statement used to align the currency to the right.
how can I do this in visual basic 6.
Can you please help me as I am pulling my fingers off.

Many thanks

John Roy


tel +44 (0) 1255 830123

Quote:


>>I am making A program which tracks you InterNet activities, and then,
>>lets say in the end of the month, gives you a detailed report on your
>>activities, and the costs... =)
>>I know this program exists, but i am doing it in order to Practice

>>well, I KNow how to do everything, and now I am in the possition of
>>having 2 Varaibles (BeginOnline, EndOnline) - Which are defined As
>>Date.
>>[I do something Like that, when the program recognizes that I got
>>Connected: BeginOnline = Format$(Now, "hh:mm:ss") ]

>>[when I get disconnected: EndOnline = Format$(Now, "hh:mm:ss") ]

>>Now, I Wanna put this information into a file, so i could save this
>>information, for Future use (The "Detailed Report").

>>So, what i need to know is:
>>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>1. how to write that information every time into a file.
>>2. How can I retrieve this information, AfterWards.

>>TO everyOne which try to help.....

>>THANK YOU VERY MUCH !!!

>u need a basic knwoldege of using Databases with VB
>it's real easy if u got acess...



Mon, 05 Nov 2001 03:00:00 GMT  
 AnyOne knows How It can Be Done?


Quote:

> I need Help
> I am re-developing a suit of programs ( I originally wrote in Quick
Basic )
> in visual basic 6

> I would like you to point me in the write direction to get
programming help
> which I need from time to time

> My immediate problem is

> in printing rows of currency in documents with the printer.print
statement
> and the format expression i.e. User-Defined Numeric Format  Expression
> "###0.00" the point dose not line up. In quick basic the format using
> statement used to align the currency to the right.
> how can I do this in visual basic 6.
> Can you please help me as I am pulling my fingers off.

> Many thanks

> John Roy

Before printing your form, set the printer's font to a
non-proportional font, such as Courier, or Courier New.
All columns will then line up.

--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---



Mon, 05 Nov 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. AnyOne knows How It can Be Done?

2. I know this can be done ! ( But I am not smart enough to know how :) )

3. Recordset: What am I doing wrong?

4. What am I doing wrong??

5. What am I doing wrong?

6. Help with syntax. What am I doing wrong

7. What am I doing wrong?

8. What am I doing wrong?

9. What am I doing wrong?

10. Please tell me what I am doing wrong - DAO parameter Append Query :(

11. Can this be done or am I dreaming?

12. Am I doing the OpenRecordset command correctly?

 

 
Powered by phpBB® Forum Software