Has anyone managed to create a list of bookmarks, internal and external links from a PDF file using PDF automation? (I am using VFP 7).
Jose M. Guerrero
http://www.infoseg.com/
I am trying to convert a VBA script into VFP.
There are no problems until I hace this instruction
theTable.Column(2).Format.TextAlignment = mmTextAlignmentRight
mmTextAlignmentRight is equal to 2, but when I write the
following instruction in VFP 7.0,
theTable.Column(2).Format.TextAlignment...
Mike,
Well, I haven´t started with AIR yet so I have to confess that I didn´t know about the digital certificate. We´ll see.
But the important point is that, if it is not too difficult or too slow to access DBFs from FLEX, then applications could be developed in VFP for processing and have a...
I was thinking of using FLEX with AIR. I think it would be a good idea to use FLEX as a front end to VFP applications. It would open many new possibilities to VFP. I am beginning to work with FLEX and it is a very good system, but I haven´t started yet accessing external data bases.
Jose M...
I have an application in VFP 7.0. When executed in Vista, the title bar of modal forms disappears. Any ideas on how to solve
the problem?
Jose M. Guerrero
http://www.infoseg.com/
Yes, I am using sendusing = 2 and have defined loConfig well.
In my latest text I have managed to make it work but only
without using .DSNOptions
It is quite strange. The destination receives the message and
can say yes or not to return the read receipt. And this is
received by the sender. But...
Yes, I have defined cdoDSNSuccessFailOrDelay first but something strage happens.
When I use .DSNOptions = the message is not sent but I don´t get any error message. The message simply vanishes.
Without the .DSNOptions = the message is sent but without
any disposition-notification-to in the...
Thanks for the link Mike.
Something seems to be wrong.
If I use:
loMsg = CREATEOBJECT ("CDO.Message")
WITH loMsg
.Configuration = loConfig
.TO = tcA
.From = tcDe
.Subject = tcTema
.TextBody = tcDetalle
.SEND...
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.