your are right App is for application object in VB but that is for your VB application is currently running. You can check instanances and other properties of that application. As far as Explore or NetEscape is concerned you can use VBA application objects. I have no idea exactly what you have...
Anybody on this forum advise me how to define or configure database to expand itself to some other volume or drive of the server when there is no space left on the original volume, where the database has already created at initially.
Is there a way to transfer memo field of FoxPro 2.6 into Sql Database from DTS package utility. I have tried to transfer dbf files of FoxPro 2.6 into SQL database it is not transfering memo field of my FoxPro 2.6 into SQL database table. Can anybody help me to advise some procedure in DTS.
There is Deployment and Package wizard in VB6. Go into Tools and from there select Add-in manager and select deployment and package wizard upload/startup. You see icon on your toolbar and option will be available in Add-in. Start exploring deployment and package wizard
Can any body advise me to get NT 4.0 Server printing security configuration in NT 4.0 or advise me some third party software which can do this to stop user from printing or allow users can printing between specified time period.<br><br>I now something is in the market to achive this kind of task...
I don't think so there is any way to stop Package and Deployment Wizard from creating new file every time and don't ask prompt. <br><br>Package and Deployment is Add-in for VB6.0 and there is no setup parameters define to configure according to our needs what I know.
Kb244,<br><br>Have you ever tried "NextRecordset" method of ADO object. This will provide you next recordset from one created Open command for multiple tables.<br>
First of all change your cursor location to adUseClient or adUseServer. If your ProfileArea is SQL table then add one more parameter in your recordset open line in last with adCmdTable. Try with this.
Select Tools Menu and from there select Options menu. This will show you property bag for VB IDE envoirment setting. Then select Envoirment tab, you will see Template Directory. Change this directory with your desired directory to save your projects, form and etc..
From your explaination of the problem you are facing, is might be somthing logical problem in your application. In my point of view something is changing in your connected database before disconnecting and not comitting whatever is changed by your application. When you try to connect database...
Hi kb244,<br><br>I think <A HREF="http://www.allapi.net/" TARGET="_new">http://www.allapi.net/</A> will serves your purpose. You can find a lot of APIs.
Swanson,<br><br>Well For loop is relative slow then do while loop but as you mention select case it is conditional check not repetition and it depends on the satiuation and logic you handle. Some time we have to compromise with millisecond slow response with objective to achive.
Dear Fellows,
I have seen most of the time people are reporting problem on package deployment related, and I have observed the problem is usally related with the target machine is different from the development platform. Basically VB 6.0 use new OLE automation version comes with Windows 98...
Hi Bojangles,<br><br>My friend, If you are trying to deploy your application on Windows 95 then you have required some additional step before start installation of your application. If this is not a case your target machine is same as your development machine then before installation of your...
If you click or switch your sstab tabs through programatically. It will never trigger your vaildate event of your textboxes because sstab vaildate event get preference then textboxes vaildate event. Control your textboxes vaildation in sstab vaildation.
It is not neccessary that required SP3 to resolve this problem. mans try to delete your PWD file and the complete directory where you had created your package earlier and try again to build package.<br><br>Before doing this take a look of setup.lst file might be there is file referencing which...
Here is a API call for your task to perform.<br><br>Use the function ExitWindowsEx. This function has two parameters. The first is one or more flags to instruct windows how to shutdown. These are listed below along with the declarations. The second part of the function is reserved, and it set to...
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.