hi,
i want to store data from mshflexgrid OR .ini into a oracle database uisng vb6.0.
any one can help me.
thanks in advance
User Profile
Collapse
-
store in oracle from mshflexgrid OR .ini file
-
write data of list box or mshFlexGrid control in .ini file in vb6.0
i have a data in list box OR in mshFlexGrid control.
i want to write that data into .ini file using vb6.0
how can i do it.
my data is like
GJ 21 E 6943
GJ 06 AC 1432 Invalid Gate
GJ 05 AA 4321 Date Over
DL 01 BB 3902 Invalid Gate Date over
please help me
thanks in advance -
display vehical no
i am geting hex value from com port.
hex value id like
22 33 44 55 66 77 00 00 00 00 00 00
OR
77 88 00 00 44 44 00 00 77 77 00 00
etc
how can i get vehical no from this value.
please help me
thanks in advance... -
i make some change in uppercode.
if any one has some other code then send me
it really help me
Private Sub btnStart_Click( )
Dim tempstr As String, result As Integer
Dim i As Long, j As Integer
Dim bank As Integer, cnt As Integer
Dim ID(100) As Byte
Dim state(30) As String
state(0) = "GJ"
state(1) = "MH"
state(2) = "RJ"...Leave a comment:
-
reply
thank for rply
i dont know exaclt hex no.
i think first convert it into decimal and then find the no is a right way or not.
as the above code
first two digit of decimal is MH ,GJ or KR etc
second two is dist no like 01,04 or 06 etc
anothe two no is series no like AA, A or BB etc
last 4 no is vehical no 1225, 432,6785,etcLeave a comment:
-
find vehical no using com port in vb6.0
my project is about to geting vehical no which is scane by the scanner or detecter.
i m geting data from com port in hexadecimal formate.
i want to convert them in to ascii code.
take one array from state vehical no in it it store no ex. MP , GJ,
vehical no is like,
GJ 15 AB 1467
MH 22 D 435
DL 02 AA 123
i am doing somthing like this
Private Sub...
No activity results to display
Show More
Leave a comment: