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
~2K People Reached
Favorite Tags
Member Avatar for m3rp

Hi, I've been asked to create a character/text recognition system for my project. As i am quite a noob in this i hope u guys can help me out. does anyone have source code for this system? thankx in advance!

Member Avatar for AndreRet
0
153
Member Avatar for coco86

hi, I wanna to calculate the total in currency format $00.00. But the coding doesnt seems to work . Can u help me ? total = Cstr(total) + Request.Cookies("jumlah")

Member Avatar for manoshailu
0
80
Member Avatar for coco86

i hv problem installing apache + php + mysQL .. it seems that i fail to load PHP module in the httpd.conf anyone can help me ? i am very pleased .. thank you

Member Avatar for digital-ether
0
98
Member Avatar for coco86

hello guys , i got a problem with string let's say: i got a string like this : dim Amount As string [B]no error [COLOR="Red"]Amount = 0000780080[/COLOR] error [COLOR="Red"]Amount =000060005A[/COLOR] [/B] the problem now is the amount contain a value A at the end of the string. how am I …

Member Avatar for coco86
0
79
Member Avatar for coco86

hi .... im having trouble about how to not save text file... 'i create a textfile like this ..' Set ts2 = fs.CreateTextFile(vtxt & "_" & Format(Date, "ddmmyy") & ".txt") vsmg = "my text" ts2.writeline (vsmg) 'call a notepad' Call Shell("notepad.exe " & (vtxt & "_" & Format(Date, "ddmmyy") & …

Member Avatar for QVeen72
0
121
Member Avatar for coco86

hi.. I have a problem on opening 2 file ... as below is my code... I want to open 1 file let's say .Dat file and it will trigger the other .Hdr file. the only different is the extension name , 11U06P0434FN.dat and 11U06P0434FN.hdr .... anyone can help me .... …

Member Avatar for coco86
0
88
Member Avatar for coco86

hi can I do pattern recognition using VB 6.0 ?? If yes can I know the step , component , references in VB 6.0 ...

Member Avatar for debasisdas
0
66
Member Avatar for coco86

anybody can teach me how to open an image using VB 6.0...jpg... or bit ... your help will greatly appreciated..thnx

Member Avatar for coco86
0
82
Member Avatar for coco86

i have a prob, when the report is written in a notepad, i can only click on stop button then click play again to stop the the report to write in a sequence .... need help on it how to break the sequence without pressing the stop button.... C:\Documents and …

Member Avatar for AV Manoharan
0
129
Member Avatar for coco86

sry..... ok let me explain abit more detail , hopefully u can understand... i call a shell and it come out like this on 1 notepad... *********************************************************** [COLOR="red"][COLOR="red"]C:\Documents and Settings\T070702\Desktop\02B01P0600679FN.dat -------------------------------------------------------------- Error Record = Record Count is mismatch Error Line = Debit Purse is not match Debit Non Purse is …

0
69
Member Avatar for coco86

let's say 334536999902920193 123 445465781 Id = left(d,3) location = mid(d,4,9) as you can see that my substring is empty..... what's the proper code for it? If you can help me .... please

Member Avatar for coco86
0
54
Member Avatar for coco86

hello , im making a loop .... whenever i want to print the error it'll update my label , this mean it will print the last error record only...So how to print list of errors. Can anyone help me?I think using label is not suitable , what should i use …

Member Avatar for QVeen72
0
80
Member Avatar for coco86

something is not right with these code the [COLOR="red"]Is True Then , pls help me to correct it.... [/COLOR] If isEmpty(Mfgno) Is True Then lbl1.Caption = "Error" Else lbl1.Caption = "NoError" End If Debug.Print (Mfgno)

Member Avatar for coco86
0
84
Member Avatar for coco86

Please help me!!! i've done somecode but it doesnt seems to match... error Out of stack space.. Public Function isEmpty() Dim MyVar As String, MyCheck As String MyCheck = isEmpty(MyVar) ' Returns True. MyVar = Null ' Assign Null. MyCheck = isEmpty(MyVar) ' Returns False. MyVar = Empty ' Assign …

0
70
Member Avatar for coco86

let's say i want to read the substring and compare so i make a function Public Function tracingFNHdr(h As String) Left(h, 2) = Spid Mid(h, 3, 5) = Loc Mid(h, 6, 6) = TermType Mid(h, 7, 8) = TermNo Mid(h, 9, 13) = BatchNo Mid(h, 14, 15) = BatchType Mid(h, …

0
71
Member Avatar for coco86

hello guys... im having trouble to open up the 2 files , i tried so many times , but i can't think what's the right directory should i put at the '??????' .... the purpose is to pass the value of directory so it can read and open up 2 …

Member Avatar for coco86
0
99
Member Avatar for coco86

let's say i have a .dat file and .hdr file .... i have to compare both of them .... how can i open both of them at the same time and then compare them ? do you think is it prossible? pls help me? Edit/Delete Message

Member Avatar for AV Manoharan
0
122
Member Avatar for coco86

lets say i got a few string exp: 11111233NR+0001030 210NNR 99NR+001030 339NNE each substring got dif meaning ....11111 for the ID , NNR for the location. etc do you have any idea how to split them in each substring. pls help me...

Member Avatar for coco86
0
114