2,951 Posted Topics

Member Avatar for kitschkath
Member Avatar for Jx_Man
0
1K
Member Avatar for vb2learn

1. find the position of the word that you are looking for. 2. find the position of the previous and next new line character. 3. delete / remove everything in between. 4. go to step 1

Member Avatar for vb2learn
0
2K
Member Avatar for alam14_mist
Member Avatar for debasisdas
0
91
Member Avatar for arezz09
Member Avatar for Mitchell VB 6
Member Avatar for bluerdanblue08
Member Avatar for kevin88

You need to go through some of [URL="http://www.google.co.in/search?aq=f&sourceid=chrome&ie=UTF-8&q=Armstrong's+Axioms"]this[/URL].

Member Avatar for kevin88
0
146
Member Avatar for lockpc
Member Avatar for lockpc
Member Avatar for jmrpjb

The statistics is very common for newbie posters. As you keep contributing usefully to the community, you will keep moving up the ladder.

Member Avatar for jmrpjb
1
253
Member Avatar for everrest

BLOB is a stream of binary data. You need to read from DB and reconstruct the file from binary stream and use the file.

Member Avatar for debasisdas
0
44
Member Avatar for Jaseem Ahmed

You need to go through [URL="http://bytes.com/topic/visual-basic/insights/726143-adding-items-treeview-listview-database"]this sample[/URL] .

Member Avatar for debasisdas
0
251
Member Avatar for Nimitmak
Member Avatar for TheChozen

try this sample [code] Dim C As ColumnHeader Dim i As Integer For i = 1 To 4 Set C = LV1.ColumnHeaders.Add() C.Text = "Field" & i C.Width = LV1.Width / 4 Next i[/code]

Member Avatar for TheChozen
0
174
Member Avatar for VTrookie
Member Avatar for TheChozen
0
140
Member Avatar for xxxtian

Better put the logic in a function and call the same to generate the value for the column. Once the date changes it will reset the value.

Member Avatar for debasisdas
0
70
Member Avatar for bro3886
Member Avatar for pdenman
Member Avatar for satti
Member Avatar for pito_donje
Member Avatar for Pradeep_G
Member Avatar for gunnarflax
Member Avatar for deolalkar_pooja

what about this 1. book (book_id,book)name,author_id,....) 2. author (author_id,author_name,.......) Composite key on book (book_id, author_id)

Member Avatar for debasisdas
0
2K
Member Avatar for gazzy1

Yes, you can connect to any database from PHP if you know the connection method and have the proper drivers.

Member Avatar for debasisdas
0
76
Member Avatar for dennysimon

Kindly post what have you tried so far from your side and also post the proper table structure for analysis.

Member Avatar for debasisdas
0
55
Member Avatar for deolalkar_pooja

You need to use [B]ALTER VIEW[/B]. Please read [URL="http://msdn.microsoft.com/en-us/library/ms173846%28v=sql.90%29.aspx"]this[/URL] for details.

Member Avatar for debasisdas
0
80
Member Avatar for f_atencia

Why not create insert script using some tool (best in EXCEL) and insert the parent record and then the dependent child record.

Member Avatar for debasisdas
0
95
Member Avatar for satti
Member Avatar for techevar
Member Avatar for Rashakil Fol
0
319
Member Avatar for conorthegreat
Member Avatar for otomatis
Member Avatar for Jaseem Ahmed

follow these steps. 1. populate the combo only (not the text box) from the recordset. 2. to populate the text --capture the value from combo and pass the same back to DB using SQL. Fetch the Description and display in a textbox.

Member Avatar for AndreRet
0
4K
Member Avatar for darkelflemurian

You need to write a recursive function to find and delete all the files of specific format. Kindly post the code that you are working on currently.

Member Avatar for debasisdas
0
356
Member Avatar for rambo3489

The problem is because of the software of the scanner (may be the driver) is corrupted. Try to completely re install the software of the device. Also check if the reference to the scanner components is removed accidentally from Project---> references

Member Avatar for debasisdas
0
212
Member Avatar for humera wagan

what you want to display if item code is not assigned . Instead of displaying from multiple tables, create a view based on your desired logic and pull records from the view to display in the application.

Member Avatar for debasisdas
0
101
Member Avatar for susheelsundar
Member Avatar for pmark019
Member Avatar for Jaseem Ahmed

That is because you are opening the recordset everytime. You need to open the recordset only once (in the form load).

Member Avatar for Jaseem Ahmed
0
2K
Member Avatar for Jake.20

Report , what report ? Where you enter data ? Is that connected to database ? What database ? How the report gets populated ? ? ?? ???

Member Avatar for Jake.20
0
118
Member Avatar for Cale93
Member Avatar for abusumayya
Member Avatar for cinnamonsui
Member Avatar for cinnamonsui
0
228
Member Avatar for heinzel
Member Avatar for satti

[quote]its so strange that i have uploaded my project to show you what iam doing and you are still asking to show you my effort???[/quote] the solution to the problem is simple arithmetic. @satti so far as uploaded the entire project file is concerned, i am here to share my …

Member Avatar for AndreRet
0
194
Member Avatar for Jaseem Ahmed

Show the code that you are working on or just pay for the code you want ? Coding is not a free service. How much you can pay for the service ?

Member Avatar for debasisdas
0
305
Member Avatar for Wakesta
Member Avatar for axman1000

Try this. [code]SELECT CAST((STR( YEAR( @date ) ) + '-' +STR( MONTH( @date ) ) + '-' +STR( DAY(@date ) ) ) AS DATE_AS_I_WANT[/code] or this [code]SELECT CONVERT(varchar, @date,112)[/code]

Member Avatar for axman1000
0
230
Member Avatar for TrustyTony

[QUOTE=VernonDozier;1497005]I'm guessing we have an 850,000 way tie for spot 4,444. [/QUOTE] Now the member count has increased by another 100. So you have to make more parts of the pie. :icon_lol:

Member Avatar for Dani
0
227
Member Avatar for bettybarnes

Need more info to help you. How the datagridview gets populated ? What exactly you want to show ?

Member Avatar for bettybarnes
0
97
Member Avatar for firoz.raj

Are you getting something like SQL WORKSHEET under application development ?

Member Avatar for debasisdas
0
333

The End.