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
~6K People Reached
Favorite Forums

12 Posted Topics

Member Avatar for quicka_29

hi ive got the same problem i tried the codes u gave but when i run the prog i get no response where exactly do i code coz i coded in command1 thanks

Member Avatar for dreemebird
0
310
Member Avatar for Masterace

hi everyone can someone please help am trying to convert numbers to words but there no response at all when i run the prog. i used the codes below [CODE] Function Getword(strNumber) Dim strtemp As String Dim x, y, z As Integer x = Val(Mid$(strNumber, 1, 1)) y = Val(Mid$(strNumber, …

Member Avatar for akaban
0
3K
Member Avatar for Masterace

Hi people need codes for displaying serial number in a receipt (ie a unique number after every transaction) here is the receipt code am working on [code] Private Sub CmdPrint_Click() 'printing a receipt If MsgBox("Print Receipt?", vbYesNo, "Receipt") = vbYes Then Printer.Print Tab(30); Printer.Print Tab(30); "TIKMASH MANAGEMENT LIMITED" Printer.Print Tab(30); …

Member Avatar for Masterace
0
2K
Member Avatar for Masterace

hi waltp the code i need is like (TK012001) and is to appear on the receipt and change whenever i make a transaction i.e TK012001, TK012002, TK012003.......... is that possible?

Member Avatar for WaltP
0
62
Member Avatar for Masterace

hi need codes for displaying a negative value eg ($-1000) in the balance txt when a person pays more cash here are my codes Private Sub CmdCalc_Click() 'to declare variables Dim Nam As String Dim Unit As String Dim Amt As Currency Dim Bal As Currency Dim Tot As Currency …

Member Avatar for vb5prgrmr
0
89
Member Avatar for Masterace

Hi av got fields (Amount paid, balance & Total) now need codes that will display a negative value in (field Bal) when a person pays more thank u

Member Avatar for Vineeth K
0
93
Member Avatar for Masterace
Member Avatar for logonchristy
0
108
Member Avatar for Masterace

need a code to display date & time on the form so that when form is print i get to see the day & time events took place

Member Avatar for vb5prgrmr
0
86
Member Avatar for Masterace
Member Avatar for vb5prgrmr
0
74
Member Avatar for Masterace

Hi there need help on how to make the splash screen fade in transparently then afterwards start the progress bar that will lead in opening the 1st form

Member Avatar for WaltP
0
111
Member Avatar for Masterace
Member Avatar for avirooge
0
195
Member Avatar for Masterace

The End.