| Thread | Last Post | Replies |
|
| command line option syntax error.Type Command /? for help | 27 Sep 2006 14:38 GMT | 3 |
when I run any programme setup down loaded from Microsoft,ie..MP10,PPviewer,Xlviewer,the message " command line option syntax error.Type Command /? for help" appears.How to fix this?
|
| Control Array | 22 Sep 2006 13:58 GMT | 3 |
I have a small problem here that I would appreciate some help with. I have a form that displays analyte result. The analytes are grouped together in Groups, ie Group 1 has 3 analytes, Group 2 has 12 analytes, Group 3 has 5 analytes.
|
| document properties for plain text files | 21 Sep 2006 20:34 GMT | 5 |
Can anyone tell me how to programmatically add, delete and/or change a plain text file document property under the Summary tab? I'm trying to place a variable in the "Keywords" property of a text file that will be used later to identify each file. That way, the file name
|
| Workaround for lack of array Count.Column in VBScript? | 20 Sep 2006 03:23 GMT | 1 |
I have a VBA program that works fine. In attempting to convert it to VBScript so I can run it in a custom form in Outlook, I have discovered that because VBScript doesn't support the Column property, my code as written won't work. The specific line of code I tried to use in ...
|
| Trouble with loops | 19 Sep 2006 21:08 GMT | 13 |
I am writing a calculator program and i am having trouble with a loop i'm using for error checking. here's the code: Do Operator$ = InputBox("Enter An Operator: +, -, *, /, +", "Operator")
|
| What is % symbol doing? | 18 Sep 2006 22:13 GMT | 2 |
I'm converting some VB6 code to C. Some of the code is a for loop... For n = 0 To 2 If temp3(n) < 0 Then temp3(n) = temp3(n) + 1 If temp3(n) > 1 Then temp3(n) = temp3(n) - 1
|
| INSERT INTO Command and apostrophe's | 17 Sep 2006 13:55 GMT | 6 |
I have had a program running for about 6 years now (VB6). It uses an Insert Into command (see below but I have shortened the actual statement to show only the problem area) to put one record in a table. .CommandText = "INSERT INTO Company(ID, Company)" _
|