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 SkipVought 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: princessk1
  • Order by date
  1. princessk1

    Create Table problem

    Hello, I am trying to add a table through my VB application to a FoxPro database. The table is being created in the same folder as my VB application and not in the database specified by the connection. On the msdn microsoft help site, it states that 'Tables created in the Visual FoxPro OLE DB...
  2. princessk1

    Calling a DOS Shortcut with the shell command

    Thanks for your help. I added the working directory to the "Working:" text box in the shortcuts properties and it now works. Thanks again.
  3. princessk1

    Calling a DOS Shortcut with the shell command

    The properties does not have a "Start in" text box that I can see. Under the Program tab, it has the cmd line (which is the same as my filepath), working: & batch file: - which are both empty, shortcut key - which says 'None' and Run: which says 'Minimized'. Thanks again.
  4. princessk1

    Calling a DOS Shortcut with the shell command

    I am not working on the same machine the shortcut was created on but the shortcut does work if you double click on it. Another thing I noticed is when I pass over the line containing the shell command, a DOS window does open for about half a second, but the exe does not execute. Thanks for any...
  5. princessk1

    Calling a DOS Shortcut with the shell command

    Hi there, I am trying to call an exe using the Shell command. The exe was created by another user and is a dos shortcut. My program passes over the line that calls the exe without error but the exe doesn't run. Here is the line of code I am using...
  6. princessk1

    Opening other Applications From Excel

    Is it possible to pass a variable to the program as I open it? If so, what is the syntax? Thanks.
  7. princessk1

    Opening other Applications From Excel

    Works great! Thanks very much.
  8. princessk1

    Opening other Applications From Excel

    Hi there, Is it possible to open an application through Excel that is not a Microsoft application? The application I am trying to open is called NiceLabel. Thanks!
  9. princessk1

    Creating a package

    Thanks PraveenMenon. I will try your suggestion. Thanks CClint for your Opinion!
  10. princessk1

    Creating a package

    I am trying to create a new package for the program I created because changes were made to a dll it uses. I go through all of the steps and when it starts to create the package I get the following error: 'Unexpected error 28 has occurred. Out of stack space.' How can I get around this. Thanks.
  11. princessk1

    Minimizing one part of application while working on another

    Is it possible to minimize one form of an application while it is saving information (for example) so that the user can use another part of the application? If so, what code needs to be added? Thanks
  12. princessk1

    SET ANSI_NULLS ON Problem

    I have created a stored procedure that gets data from different databases on different servers. I have added the line SET ANSI_NULLS ON CREATE PROCEDURE [dbo].[usp_UpdateActiveLots] AS... If I take out the line SET ANSI_NULLS ON - I get the error 7504 - Heterogeneous queries require...
  13. princessk1

    Change the system date through VB

    Does anyone know how to change the system date through VB? Thanks.
  14. princessk1

    Running a .bat file from VB

    Is it possible to call a .bat file from vb and have it execute? If so, what is the syntax? Thanks.
  15. princessk1

    Exe crashes when the program returns to

    I am calling a stored procedure from vb that fills a table with a small amount of information and then using the data in the table to create a text file. The beginning of the code looks like this: Set fs = CreateObject("Scripting.FileSystemObject") Set a =...
  16. princessk1

    Illegal Error Problems

    I have recently wrote 2 applications where I call a stored procedure. Both applications sometimes cause the program to crash with an illegal error message. I have wrote many other applications that do not call stored procedures and this never happens. Could this be related to the stored...
  17. princessk1

    Can't change the size of objects on form

    In design mode, I am unable to change the size of the objects on the form. When they are selected, the small squares surrounding them are white (not blue). How do I change this so I can move them around on the form? Thanks
  18. princessk1

    Compile error - Can not find project or library

    When I compile my application to make an exe, I am getting the error: 'Can not find project or library'. It highlights the format word on this line of code: yr = format(dt,"yyyy"). This project has compiled before with no problem. All I changed was the server name in the connection...
  19. princessk1

    Timeout Error when Inserting into a table

    Does anyone know why I would get a timeout error on an insert statement in my vb application? Thanks
  20. princessk1

    Creating a Temp table

    I used a stored procedure and it now takes about 30 seconds. Thanks.

Part and Inventory Search

Back
Top