I have the same problem. Did you find a fix? Seems like I had this a couple of years ago, but don't remember how I fixed it, unless I did a repair or re-load of Adobe.
I have programmatically inserted graphics into pdf's by creating an icon and setting the file name on a case by case basis using forms automation.
I found out the hard way that to merge pdf documents into one pdf, each pdf must have different field names, or you must first convert the pdf to a...
You also need to set the multiline attribute for the text box. If you do have a vbCrLf inserted to start a new line, but the multiline attribute is false you will get a couple of parallel lines in the text for each crlf and it will not start a new line.<br>
Does anyone know how to set the FILE_FLAG_NO_BUFFERING parameter in VB. It apparently is available for C, but I don't see how to set it for VB. I am interested in writing a disk test to exercise the disk, and with buffered I/O, NT moves the data through cache, so the disk activity is not...
Anyone feel that there is a performance problem on NT servers using MegaRaid disk controllers in a Raid 5 (or raid 0 for that matter) configuration? The I/O times from MS diskprobe show smaller I/O bytes per I/O and greater I/O time than other raid controllers.
I understand there is a DirectX control that you should use to read from joysticks, but how do I get started. Where does this control appear and how do you get it on your form, etc?<br>
A new release of Unisys Cobol74 will return the century when you do an accept statement.<br>
Documented syntax: ACCEPT <my ws date> FROM TODAYS-DATE MMDDYYYY.<br>
<br>
where <my ws date> is an 8-digit working storage item.<br>
<br>
Undocumented syntax - they have also changed the...
You can test Cobol,Algol, etc. programs for year 2000 dates by setting the DATEOFFSET task option. This was added to the Unisys MCP in 44.2 level.<br>
<br>
Any time & date call the program does, will be bumbed by the value you set in DATEOFFSET.<br>
Example: Run $MYPROG;dateoffset = 180 <br>...
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.