Cheers Tony,
I've downloaded the crooit stuff and will have a look at it. Meanwhile Dan from Prestwood is investigating the problem with their stuff for me.
www.arenig.co.uk
Prestwood's psSendMail seemed to be the perfect plug in to enable my paradox app to email. I'm sending HTML emails which work and look great so long as I'm using Windows XP. Try it on a Vista machine and it seems to send plain text - despite having the HTML flag set to True.
Anyone else...
Hello Safirlaila
I have done some work with this. I will itemise my thoughts for you.
1. I used a package called Full Convert to convert paradox to MS SQL Server. This worked a treat.
http://www.spectralcore.com/fullconvert/index.php?app=fc-pro-mssql&trial=0&from=helpweb
2. I was using...
Thanks for your answers Tony and Safirlaila.
I already have no problem making it all work with Outlook express.
But Lotus Notes is such a quirky package it's a wonder anything works with it. I tried mixing up the order of things as Tony suggested, and there's not much else to try.
The...
Hello,
Yes, this old chestnut again. Using the following code :
var
m Mail
endVar
if m.logonDlg() then
m.addAddress("martin@arenig.co.uk")
m.setSubject("test email")
m.send()
m.logOff()
endIf
creates a lotus notes email ok, but it stuffs everything into the email's "to" box...
Hi,
Firstly, check out this link. A bit dated now but pertinent enough
http://www.thedbcommunity.com/index.php?option=com_content&task=view&id=210&Itemid=44
Seondly, I have just/am working on a SQL conversion, ie paradox front end, sql replacement for paradox back-end.
Full COnvert is a...
Thank you Tony, I wondered where everybody had gone..
Just so you know, switching over to SQL back-end will extend the life of my paradox system in the city of london by years. I love Paradox.
www.arenig.co.uk
Hi Perrin,
Thanks for your reply. It's like a morgue in this forum nowadays.
Anyway, have come a little further now.
1. Have written a paradox utility to create tables and then copy the data - bearing in mind all that you said above re no null keys etc. (I never use inbuilt RI)
2. I was...
We're attempting to switch the back end of our large financial application over to SQL Server (2005).
I'm just at the experiment stage.
I have created a SQL table identical in structure to my paradox one. Yet when I attempt to attach a TCursor, I get either a GPF or Paradox closes instantly...
Hi Tony,
Well, would you adam and eve it? That did the trick. They've never bothered me before, but maybe one of the drivers got updated or something and spooked my machine out.
Works just fine now. Thank you very much for your time.
I notice that the number of posts to this forum have...
Hi Tony,
OS = XP Pro across the board.
Yes, there are the odd printers that are listed as Unable to Connect, because these are the printers from a regular workplace network in London. They have never caused a problem before.
Thanks
www.arenig.co.uk
This is a problem that has recurred. I have no idea what fixed it last time, it just went away.
I have pdox 9 on a Dell laptop running on a home network via a broadband router.
Pressing any key within paradox (except keypresses on forms weirdly), for instance Alt + F for File menu, results in...
Hi Tony,
Because all the child forms/reports are run from a library via a button on each form, self.bringToTop()doesn't work. So on the form I added the following code after the call to the library has returned :
f0.attach()
f0.bringToTop()
And it worked a treat. When it runs though, you...
I'll not be looking at the code again until Monday now. Can't use self.bringToTop() as it's called from a library. subject. probably though. Will give it a shot. Let you know if it works.
Cheers
Martin
www.arenig.co.uk
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.