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
Favorite Tags
Member Avatar for quicka_29

hello! is there any body to help me. i want to know the codes of converting number to words... pls help me to do it.

Member Avatar for dreemebird
0
286
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
58
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
82
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
77
Member Avatar for Masterace
Member Avatar for logonchristy
0
96
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
69
Member Avatar for Masterace
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
100
Member Avatar for Masterace
Member Avatar for avirooge
0
187
Member Avatar for Masterace