Hi, HELLO I'm going to explain my probleme I wish you can help me. For my training course, I must carry out an application under VISUAL BASIC STUDIO 2008. This...
how you can store the result of min max query in a variable. ex. rs.open "Select min(fieldname) as minimun, max(fieldname) as maximun from table1 where name =...
try  var1=rs(minimum)  it might solve ur problem ... From: jorge_viper57 <jorge_viper57@...> To: vbhelp@yahoogroups.com Sent: Wednesday, 3 September,...
Hello, I am trying to take a large number in VB6 (2047857876) and make it look like this (2,047,857,876). The beginning number will never have spaces in it, so...
what do you mean by a 'result of a query' ? functions like MIN() , MAX() return one record. for both you need two queries or one more complexed query if you...
anyone knows this kind of project well? Im trying to create one and have mannny difficulties. My cant get the new installation to remove the previous version...
Dear All, Iam beginner in vb.net. May any help me or give an example how to to read and display dicom(.dcm) file in vb.net(pure) without using component from...
best regards.. I am archieven a Computer engineering student... I need to read barcode from an image using vb.. can anyone help me?? please give me sites or...
Hi All, I am using vb 6 and MS access for my application. There are certain words used in the application (about 60). I just want the possibilities to be...
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...