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...
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.
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...
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...
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!
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.
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
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...
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 =...
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...
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
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...
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.