Everyone,
When I run the following code in VB.NET it returns me the username ASPNET and not my own. Why is that and how can I fix that.
SecurityCallContext.CurrentCall.OriginalCaller.AccountName.ToString
Thanks.
I am importing data into a database from a flat file using BCP with a format file. I have to use BCP for the process. The file has a couple of columns that are CRLF delimited with a blank line between rows. In some records the last column was dropped off and isn't there (an example below. I...
Is there a way to place a form outside of the screen or change the screen parameters so it thinks it's smaller on one side so I can place my form there? I would like to place a program that sits around or beside all the others but not on top of them so you can still see the other programs...
Is their a way to dynically call the crystal DLLs from VB without having to add them to the project. It's annoying to have to push out the same DLLs everytime I do a EXE update.
Currently I am doing this way:
Dim myApp As New CRAXDRT.Application
I would like to be doing something like this...
Anyone, HELP!
I am trying to pass a parameter to Crystal Reports to select multiple values from a database.
Currently my code looks like this:
-----------------------------------------------------
crpt.ParameterFields(0) = "pCallID;" & Trim(UCase(strCallID)) & ";TRUE"...
I need help. Can someone whos been in the programming business for a while explain to me how the versions of vb (major, minor, revision) are supposed to be used. Like when do you go to the next version? If there is no standard what is a good way to use them. Thank you for help in advance. :)
Everyone,
Does anyone know how to drag and drop emails from Microsoft Outlook that is connected to an Exchange 5.5 Server to a textbox that will display the entire email? Thanks.
- Zac
Is their any way to get the table names and column names in a table through an SQL statement in Access 2000? I know SQL Server and Oracle both have them (select table_name from user_tables).
Is their any way to get the table names and column names in a table through an SQL statement in Access 2000? I know SQL Server and Oracle both have them (select table_name from user_tables).
When I dial into my network from home I use outlook to get my email. When I want to send and recieve I go to the tools menu and click on Synchronize and then select All Folders. It then sends and recieves all of the new email messages. I have many emails that need to be downloaded in one...
I need help. I am accessing an access 2000 database throught vb's ADODB connection. When I run an update, insert or delete statement I then get the new data from the Database. But the data is attempting to query the updated data too fast. The update statement has not finished yet. Is there...
I import data into a combo box with a style of 2 (Dropdown list) when the program starts the combo box is empty, but after a value is selected I can't go back to an empty value. I added a blank value to the top of the list but I can't get it to go to that one. You can't set the text property...
I have a VB6 program that connects up to a database. It received and writes data to the database. When the user updates textboxes and clicks Save. I write the update query and send it to access then query that same information into a datagrid. They happen right after each other and after it...
I have a table that has information about training issues in our company. It has the name of the person, issue, and the date. I want to be able to run a report that will give me the issue and the number of times it came up. Can anyone help me? I will try to show you an example below of what...
I have an IBM ThinkPad, and when I boot up my laptop the screen is only half size and centered in the middle until I get into windows. How can I fix that?
Everytime I try to run the code below I get the following error.
Run-time error '3211':
The database engine could not lock table 'Employee Table' because it is already in use by another person or process.
-------------------------------------
Dim dbs As Database
Dim tdf As TableDef...
How do I make a textbox so it display the letters in uppercase no matter what case the person enters it in. I know about ">" but I don't want to have to specify a certain number of characters. And I know about "UCase" but I don't know how I could get it so that It doesn't...
How do I link a subform to the main form? I have textboxes that are linked up to the forms source. I want to be able to click on the record down in the subform and it should link up with the main form and fill in the linked textboxes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.