hi all..
Can any one help me..
i am asked to develop a software in which one option is to search the first occurence of a particular word within a text file..and save the word and preceeding fields to another file.
Please help me...........
User Profile
Collapse
-
Search for first occurrence of word in text file
-
hi,
workin on ny project jst follow dis steps....
just follow these steps:
1)collect details abt topic..
suppose if it hospital mangement s/w..
den get details..i mean wat all data has to be recorded..(get info frm hospital or person wrkin n admin in hospital)
2)note down..
records of-patient,doctor, dept,stock-medicine&equipm ent..etc...
3)think wat all info goin to include... -
I think you have a frmstaff with a button, when you click n it goes to frmloading.
Which has a pic bar. When it finishes loading it returns back to frmstaff.
Is it so ?
Then try below code...
I have written the comment for 2 line in subroutine...
Go through it. I guess it'll work fine each time you load the page.
[CODE=vb]Private Sub Timer2_Timer()
bar.Width = bar.Width + 5...Leave a comment:
-
[code=vb]
Private Sub Timer2_Timer()
'If Form2.Visible = True Then
'Else
'End If
bar.Width = bar.Width + 5
If bar.Width >= 1143 Then
Label2.Caption = "25%"
End If
If bar.Width >= 2285 Then
Label2.Caption = "50%"
End If
If bar.Width >= 3428 Then
Label2.Caption = "75%"
End If
If bar.Width >=...Last edited by Killer42; Jan 27 '08, 09:25 AM.Leave a comment:
-
-
it would be better if u tell wat all fields u hav and hw u hav created pages..is there only one form.Leave a comment:
-
hi,
just follow these steps:
1)collect details abt topic..
suppose if it hospital mangement s/w..
den get details..i mean wat all data has to be recorded..(get info frm hospital or person wrkin n admin in hospital)
2)note down..
records of-patient,doctor, dept,stock-medicine&equipm ent..etc...
3)think wat all info goin to include for ur s/w...(sonsult end user for their...Leave a comment:
No activity results to display
Show More
Leave a comment: