Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jengo
  • Content: Threads
  • Order by date
  1. Jengo

    Create OCX in .NET

    Everyone, This may seem like a simple question but.... How do you create an OCX file in .NET? Zac
  2. Jengo

    SecurityCallContext Problem

    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.
  3. Jengo

    BCP Issue

    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...
  4. Jengo

    On Screen Keyboard

    Does anyone know any Javascipt based on screen keyboards?
  5. Jengo

    Set form beside screen

    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...
  6. Jengo

    Crystall DLLs

    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...
  7. Jengo

    Passing Parameters

    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&quot...
  8. Jengo

    Version Control

    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. :)
  9. Jengo

    Drag and Drop Email

    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
  10. Jengo

    Get Table Information

    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).
  11. Jengo

    Get Table Information

    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).
  12. Jengo

    Outlook Statusbar ??? Do They Have One ???

    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...
  13. Jengo

    Wait for Process to Finish

    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...
  14. Jengo

    Reset Combobox

    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...
  15. Jengo

    Waiting for Access to Update

    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...
  16. Jengo

    Counting Fields In A Report

    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...
  17. Jengo

    Bootup Screen Small

    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?
  18. Jengo

    Error Message

    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...
  19. Jengo

    Upper Case Letters

    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...
  20. Jengo

    Subform linking

    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.

Part and Inventory Search

Back
Top