| Thread | Last Post | Replies |
|
| Me. vs/ Me! | 08 Nov 2003 04:55 GMT | 2 |
In the visual Basic code behind a form in Access 2003, what is the difference between Me.Diluted and Me!Diluted? Also what is difference between [Form]! and Form! Thanks for the help.
|
| Sum of float fields | 08 Nov 2003 04:40 GMT | 1 |
Could someone please help me. I am trying to add 7 float fields. (Basically the time values enetered for all days in a week. Float field has max of 9999999.99 and min of - 99999999.99
|
| Word saveas | 08 Nov 2003 04:39 GMT | 1 |
I have Access 2003 and behind the forms is Visual Basic code. In my Visual Basic code I open up a document in Word 2003 and fill in the bookmarks with data. I then save the document using "wdApp.ActiveDocument.Save". My problem
|
| Windows XP Compatability in a domain environment | 07 Nov 2003 23:55 GMT | 1 |
Our application is written in Visual Basic. We have some users who are working in a domain environment for whom the product will not run unless logged in as a domain administrator. (OS is Windows XP Pro). It writes to the registry keys:
|
| ByRef and User Defined Type... | 07 Nov 2003 23:41 GMT | 4 |
First of all - using API Functions is new to me. I have searched through the API loader to find a function that hopefully will provide system (OS) information. Then I switched the API Loder to the TYPE to find out what the
|
| Encrypted passwords in VB6? | 07 Nov 2003 02:44 GMT | 4 |
A month or two ago, there was an article in MSDN about using the .NET classes for encrypting passwords. I have a VB6 app that has a User/Password database table in it, and I want to encrypt the passwords. Is there
|
| newbie selecting records from mssql db | 05 Nov 2003 19:02 GMT | 1 |
im trying to create a report in crystal, im trying to create a formula field... the db fields in question are 'balance' and 'clientID'... im trying to create a formula that sums the 'balance' field for a certain range of 'clientID'... the range of 'clientID' is everything except ...
|
| User Form with Excel | 05 Nov 2003 19:00 GMT | 1 |
I have created a user form to input several pieces of information with an "OK" button to process the data into the correct fields. This user form is in a loop and stops once all the information has been entered.
|
| Cannot get the right year | 05 Nov 2003 16:27 GMT | 3 |
What I need to get as output here is today's day, month and year. The day and month works fine, but not the year (which is 2020). It isn't me who have written this code, I just use the template that this is supposed to fill inn the date (which is wrong). Please help me
|
| Const Declarations | 05 Nov 2003 00:56 GMT | 6 |
I am new to visual basic language and i am wondering if its possible to declare a typed constant in visual basic: For example can i declare: public const initiatecmd = "AT" & CHR(13)
|
| With SQL how do you "INSERT" multi recs in access, vb6 | 04 Nov 2003 19:10 GMT | 4 |
With SQL, how do you "INSERT" multi recs in access, thru a vb6 front end. I can do it with a single insert but when I use my "for loop" to build the string of values: ( , , ,), (, , ,),(, , ,) it errors out stating I need the
|
| can you pass an array as optional to a sub or function? | 04 Nov 2003 13:53 GMT | 9 |
I'd like to pass an optional array to my sub. This syntax works Public Sub test(sMyString As String, arrMyArray() As Integer) ... End Sub
|
| String substitution | 04 Nov 2003 13:32 GMT | 4 |
I want to show a report which has been selected from a list of possible reports. The report name has been assigned to lsReports ( a string variable) and I have coded:
|
| Good coding practise - Newbie | 03 Nov 2003 11:08 GMT | 1 |
I am new to vb. I have my 2 main functions in the form code at the moment. I would just like to know if it is better to have them in a module, rather than in the form, or where to you put your main functions. Regards,
|
| Dll Entry Points of a Dll | 03 Nov 2003 07:42 GMT | 5 |
How can i know all dll entry points of a dll? For example vb6stkit.dll Turan
|