Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #4K
~2K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for mnemtsas

try [code] Dim DecimalCharacter As String DecimalCharacter = Mid(Format(0, "0.0"), 2, Len(Format(0, "0.0")) - 2) [/code]

Member Avatar for tzatziki
0
286
Member Avatar for Member #53442

But be warned that not all users have the taskbar in bottom or even in the screen that your program runs (ex. they may have two different screens side by side)

Member Avatar for tzatziki
0
1K
Member Avatar for nuBudDy

The answer is that you cannot do this (public fname as string) because string variables do not have the show event! But you can do this: public pubForm as form 'and then set pubForm=Form1 (the real name of the form) (or -if the code is inside the form- then: set …

Member Avatar for tzatziki
0
219
Member Avatar for RJ83

1. if there is problem in storing the data then vb will generate an error. 2. if you want to be sure then "read" the value from MSACCESS with another recordset or ADO or (even with another connection) and check if this is the same.

Member Avatar for Lavendor
0
92
Member Avatar for mohanavv

This is (normally) a job for the printer (hardware) since maybe there are programs that bypass the windows printer driver and print directly to the port of the PC or to the IP of printer (if this is a network printer) and hence not all printer documents will be logged. …

Member Avatar for tzatziki
0
98
Member Avatar for plusplus

" & Jahr_beg & "AND no space must be " & Jahr_beg & " AND how to debug: make a variable with the string ex: sqlstr= "SELECT * FROM " & foo place a breakpoint after that goto watch window print the sqlstr (by ?sqlstr) now you have the full …

Member Avatar for plusplus
0
120

The End.