I have not worked with reports before, but I think I am making a lot harder than it is. I have tried samples, read chapters and I can't get it to function as...
Hi Andre, If it suits your purpose, instead of disabling the textbox, you can set_focus to some other place whenever the textbox gets_focus. That way it is...
Hello Friends, Can anybody help me in getting the connection string for connecting the access db having a password, without creating ODBC. By the way i use...
gopal
grrohra@...
Jan 1, 2003 5:51 pm
8085
After a lot of VBA programming, I've now moved to VB. I wanted to put data into a combo box and then display one of them when the form is started. However,...
salaams, I have a few questions: 1) If we set the ID field in Access to string (for eg format M0001) and then try to increment it, is it possible to do so in...
Hafsa/Asmat
aahh@...
Jan 1, 2003 7:16 pm
8088
Use .text to set the current visual selection. Note that you should also use .clear if you use the form over and over again, otherwise you could have...
You have opened the database, now you have a variety of options, depending on what you are doing.... You can open tables directly for inserts, deletes, etc. ...
In similar cases I use the "enabled" attribute in case where I want the user to see the information, but not be able to modify the value, instead of hiding and...
You could just use the textbox normally and set the "Locked" property to true so that the user cannot edit the contained data but can select and copy it. ...
I've tried and tried to 'upgrade' the MS VisData module to allow access to Access 2000 databases. I can do everything that the 'HOWTO' article says to do, but...
Thanks for the help I thought it might be an API call. But because I am a self taught programmer, I have never learned too much about more advanced programming...
Well I am no PhD but I have allways had a fascination with statistics and charts. Basically the code looks for changes in relative strength among other...
Hi all, Wish U a happy new year. I want to bring webcam always on top of the form. Only if I minimise the from then the webcan has to minimise otherwise it has...
I would test back to at least 30 years. This is an interesting field, I wish you luck. Have you looked into methods that use AI & AL (artificial life), fuzzy...
salaams, I want to know the syntax for getting a hard copy of all the contents of a form. Can anyone help me out with this? thanx Hafsa...
Hafsa/Asmat
aahh@...
Jan 2, 2003 5:31 am
8100
Dear Hafsa u can make a text file on required event of ur form and add data into that file in easy to understand format. the only issue is to whether u want to...
I find the MSDN cd useless too. It doesn't help that the majority of API calls that it does cover are provided with only C++ examples. Hopefull microsoft will...
I think you want the PrintForm Method. [frmFormName.] PrintForm for example, if you wanted to print a form named frmUpdate, the correct syntax would be...
Hello This code can help you: Private Sub print_Click() Dim form1autoredraw As Boolean Dim printerr As Integer dlgprint.ShowPrinter On Error GoTo errhandler ...
Isn't there something like a Windows.ShutDown command???? ===== Kymberley "If you succeed the first time, then you have learned nothing!" - Thomas Edison ...
Hmmm.... How does the user go about putting information into the text boxes when they are not visible?? Is it a command button or something they click on? If...
Hi All, Im New to this group, and new to VB. I would like to know how to work a progress bar without using a timer. eg, i want to copy a file called "sample"...
Hello, I am trying to configure an If/Then statement and an sql query to see if there is an entry in a database that matches a variable. If there is, then I...
You can change your file copy command to only copy one byte at a time then between each you can up date the progress bar. BUT if you have a single command for...
Hi everybody, I've a doubt, by using Internet Transfer Control, i want to download from a Unix PC, some 10 or 20 files, what is the VB code ? I will not be...