I have the following problem : I have to fill a dbgrid with the results of 3 queries in the next manner : first x rows - results from query1 next y rows -...
use an UNION select ... From: Miron M <miron_ol@...> Subject: [vbhelp] help me please To: vbhelp@yahoogroups.com Date: Saturday, October 4, 2008, 3:52...
Just use pure vb code to return the recordsets. Load the recordsets into a flexgrid. You then have complete control over what you display. Practically every...
Hi, Just a quick reply (I am in the middle of something else at the moment). Assuming that you have avoided Bound Controls, Data Controls, etc. I have two...
Is it possible to program the Close Button? If so, how? I have written a VB6 program with an MS Access database. XP's Windows Task Manager (WTM) shows that if...
This may depend on what actions your program takes, when closing. If there are just a couple of simple actions, your solution may be as easy as moving the code...
Thanks for the dire warnings, Matt. Perhaps I ought to explain. The program is written in VB6 and has a MS Access database. Apart from the Home Page, there are...
You could place something like this in a bas file. . . . Public Sub UnloadAllForms() Dim oFrm As Form For Each oFrm In Forms Unload oFrm Next End Sub . . . I...
Suppose I have some numbers from 1 to 10 in an array (but it could be of any size). I want them to be formatted into 3 columns (but it could be of any # of...
I think the spaces got removed in your post. Why not use a char like * to illustrate your needs. Where is the output going to appear ? Is there an exact Column...
Thanks, Rob. A variation of your code seems to be working, although I have more testing to do. The word END is no longer used in shutting down. Windows Task...
... This code sample assumes you have a textbox and a flexgrid on your form that "each" takes up roughly half of the height of the form and the width of each...
... (as we see on MICROSOFT WORD status bar)....>>>????? plzz tell me and also tell me that how can we access the previous record in a text boxes using random...
Please ignore me if this is not the place to ask questions concerning Visual Basic 2008. Although I am a rank novice, I want to build a flash card program in...
centigrade@...
Oct 25, 2008 4:11 am
15795
i think you can use the BLOG field in SQL for all that. good luck! ... From: centigrade@... <centigrade@...> Subject: [vbhelp] Re:Visual Basic 2008 ...
You could end up with a very large DB. I would (and have) create a sub folder in the same folder as your DB is located. Store all of your files in there. If...
Hi Michael, ... The group still exists, and we do get a rare request through here. I don't use VB6 much anymore, but it's still part of my toolset. -Shawn...
... I think many of the original members of this list already learnt as much as they ever wanted to know about vb6 and have either continued using that...
Suppose I have a text file with each line having 2 items separated by a comma, and the occasional line as a remark statement, beginning with "'": 'names and...
Hi Jim, ... it? ... You can't, really. You have three options: * sanitize the data, so it doesn't have the comments when the "input #" line is called * use a...