2,951 Posted Topics

Member Avatar for silvercats
Member Avatar for silvercats
0
176
Member Avatar for MDanz

try this [CODE]SELECT * FROM block WHERE name LIKE '%q test''yes%' ORDER BY id DESC[/CODE]

Member Avatar for urtrivedi
0
2K
Member Avatar for jovillanuev
Member Avatar for dwinn

I don't see any relation between 456 and 4:56. I you wan to separate, can simply split using a delimeter.

Member Avatar for adam_k
0
211
Member Avatar for bluehangook629

Then you need to hire a developer who will do all that for you, as that seems to be a paid job. As we do not write code for others home works / assignments, you need to show some effort to get any sort of help here.

Member Avatar for debasisdas
0
171
Member Avatar for Naveed_786

First of all why you need an additional textbox control on the form when you already have the Dt Picker in place.

Member Avatar for debasisdas
-2
94
Member Avatar for shelexelex
Member Avatar for debasisdas
0
86
Member Avatar for shelexelex
Member Avatar for zp18zp18

If you have and understand the source code then go for it. But i am not sure if VB 6 supports all that implemented in the C++ class.

Member Avatar for zp18zp18
0
206
Member Avatar for leo88

What about reading the file list from 1st directory and storing somewhere (may be in an array), and later read from second directory and check the same in the array. If it exists store in another array and proceed.

Member Avatar for leo88
0
120
Member Avatar for virtues
Member Avatar for Majestics
Member Avatar for drmrkrch
0
167
Member Avatar for androidz
Member Avatar for iscode
Member Avatar for lloydsbackyard
Member Avatar for lloydsbackyard
0
400
Member Avatar for kaippilly
Member Avatar for mwenyenia07

Try this [CODE]Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValueApplication.ProductName, Application.ExecutablePath) End Sub[/CODE]

Member Avatar for debasisdas
0
80
Member Avatar for extemer

You can store either way 1. Convert the file into a binary stream and store the same in DB as BLOB. 2. Store the physical path of the file as a string in the DB. Both as its own pros and cons.

Member Avatar for debasisdas
0
97
Member Avatar for tranquil
Member Avatar for Tyster
Member Avatar for debasisdas
-1
135
Member Avatar for arsenal_fan
Member Avatar for nephert1

You need to read [URL="http://www.amazon.com/Programming-Microsoft-Visual-Basic-6-0/dp/0735605580"]books[/URL] for all that.

Member Avatar for debasisdas
0
51
Member Avatar for Majestics
Member Avatar for Majestics
0
113
Member Avatar for sherinpoulose

As [B]smantscheff[/B] mentioned you need to pull the records from DB by using joins between your dependent tables. Better to use some external tool to populate the tree.

Member Avatar for debasisdas
0
172
Member Avatar for insanity99
Member Avatar for churva_churva

You need to write a validation function for that and call the same in the lost focus of the control.

Member Avatar for ChrisPadgham
0
176
Member Avatar for BillyMagic
Member Avatar for a.oprea
Member Avatar for divakar.it
Member Avatar for yashsaxena
Member Avatar for vin24
Member Avatar for mabel012
Member Avatar for PinoyDev

[QUOTE=blocker;1602784]where did quickbooks get the grid? did they create it themselves or just buy it from a commercial publisher?[/QUOTE] That quickbooks only can tell. [QUOTE=blocker;1602784] Are there also any commercial or type of combo box like quickbooks that has multiple columns? [/QUOTE] You need to use some 3rd party controls …

Member Avatar for debasisdas
0
94
Member Avatar for bluehangook629

What you need to use is proper key words for search, will will always hit what you are looking for.

Member Avatar for bluehangook629
0
108
Member Avatar for PM312
Member Avatar for mitchney
Member Avatar for PinoyDev

[URL="http://www.codeguru.com/forum/showthread.php?t=367911"]This[/URL] my be helpful to you.

Member Avatar for PinoyDev
0
863
Member Avatar for nahidbigboss
Member Avatar for Naveed_786

which user you are talking about ? is it application login user ,database user or windows user ?

Member Avatar for anuj6928
0
93
Member Avatar for jovillanuev
Member Avatar for jemz

1. clear the control. 2. refresh the recordset from database. 3. populate the control.

Member Avatar for PinoyDev
0
283
Member Avatar for strRusty_gal
Member Avatar for sknake
0
635
Member Avatar for rajni kumari
Member Avatar for debasisdas
0
103
Member Avatar for kosay

Displaying all the files of a directory at one place does not make any sense to me. Try using DriveListBox, DirListBox and FileListBox Control. Check [URL="http://basicprograming.blogspot.com/2009/10/using-drivelistbox-dirlistbox-and.html"]this[/URL] , may help you.

Member Avatar for debasisdas
0
97
Member Avatar for jovillanuev
Member Avatar for Eagletalon
0
307
Member Avatar for Pari13
Member Avatar for adam_k
0
121
Member Avatar for mogaka
Member Avatar for anuj6928
Member Avatar for geekme
Member Avatar for kingofnothing

Please check [URL="http://www.lvr.com/serport.htm"]here[/URL] and [URL="http://www.dreamincode.net/forums/topic/37361-serial-port-communication-in-vbnet/"]here[/URL].

Member Avatar for debasisdas
0
133

The End.