Thanks for the effort Tony.
The thing is I need to connect to the Internet for sending certain files to a certain destination using 3rd party software. So there is no need to use a web browser.
I just simply need to connect to the internet and send the files to a certain directory and the 3rd...
This is basically what I want to do:
I want to write some code that can open and run a dailup connection. I have no idea how to do this so any and all suggestions are appreciated.
Keep in mind though that the user already has a existing dailup connection, I just need a way to run that shortcut...
I'm not sure if this might be it, but I had a similar problem on XP machines.
This is what I found: Lets say you put a field on your report, this field consists out of two parts, the text object and the actuall field object.
Lets say that the text object should contain no text in it, then you...
Once again, this problem refers to the 3rd party software we are using with our paradox application. I use the following code to try and close the application from Paradox, but for some unknown reason it doesn't work:
t = ":reportsDB:Windows.db"
sleep(13000)
enumWindowHandles(x,"#32770")...
Although....
The SET command you mentioned. Do you mean the SET command in DOS? How would I go about doing that, because the value of the variable can change up to 5 times in a single execution of our program...
Any help is greatly appreciated!!
I mentioned in a previous post that we are using 3rd party software in conjunction with our paradox application.
For this software to open correctly I use the following code:
execute("explorer" + getaliaspath(":x:") + "\\xyz.exe")
The problem is that with XP a dialog box pops up saying the...
I also forgot to ask: How can I get the 3rd party software to close?
I use the execute command to open the program, but how can I close it from within Paradox 9?
Thanks
We are using 3rd party software in our program that runs on a server, for this software to work I would need to set enviroment/system variables during run time on the client machine.
The value can change up to 4 or 5 times during our program executable.
Does any one know if it is possible to...
I know this might be a stupid question, but none the less.
I have a folder called "TABLES", this folder can contain a random number of folders, where each folder will have a nr of tables in the folder.
What I want to do is create a table that lists all the folders with their full paths of the...
Yup, I've got it working now. Used this and a little more searching in the help files, and everything is now running smooth.
Thanks alot Perring
Richard
It's been a while..
Alright, this is basically what i want to do:
I want to use error handling in a script that i wrote,but when I trap the errors I want to be able to distinguish between unexpected errors and errors that I created with a fail statement.
Example:
if not tc.open(table.db)...
Alright, this is what i did to get the automatic mail merge part going, but be warned this is not the most elegant of solutions, but it worked for me:
So basically you need to open Word, then under the Tools menu you'll find a macro option,then under that you'll see Record Macro...
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.