I do need the namespace of the <requestMessage> element, just not the xmlns="" of the <merchantID xmlns=""> element (and every element after that when I include additional elements).
I need:
<?xml version="1.0" encoding="us-ascii"?>
<requestMessage xmlns="urn:test:test2">...
If you're willing to spend a couple hundred bucks, you should try Socket Tools Visual Edition from Catalyst. I don't work for them, or even know them, but when we had to do a bunch of RAS stuff, I found their software and tried it and have been extremely happy with it. Anything to do with...
I'm trying to programatically dropdown (open the calendar window) the DTPICKER activex control with either:
keyboard "{ALT+DNARROW}"
or
keyboard "{F4}"
but it seems to be ignoring it. Of course, if I tab to the control and actually press the keys on the keyboard it works fine. Do activex...
For anyone interested in (somewhat of) a workaround...
I'm currently using a POSTed form, and a submit button, which calls the servlet that returns the pdf. IE doesn't like this - it gives the doofus "secure and nonsecure items" message.
What works is changing the html to use a link...
Excellent thought! Thanks!
So after I read your reply, I went and ran Ethereal and grabbed the packets coming across the wire during the pdf transfer.
Odd - but relieving - they were all coming over as SSL3. Looking at the packet data revealed nothing but garbledeegook. Odd (in a good way)...
I'm trying to send adobe pdf files to my client's browsers by transferring the pdf file using a servlet.
In the servlet, I basically set the content-type to "application/pdf", and the content-disposition to "inline; filename=test.pdf", then I set the content-length to the...
Thanks Guys! I really do appreciate your efforts and time.
Well, here's the basic idea of what I ended up with:
sys(1037)
if messagebox(Ok? ...)
create report tmpxxx from yyy
then store the objtype=1 and objcode=53 line out of the tmpxxx.frx table to a separate table
later on copy the...
Well, GETPRINTER() would work if I didn't need any custom settings, such as Orientation, Paper Size, and Source.
This app has about a dozen different reports in VFP Report format. Then I have a table with hundreds of different queries, filters, comments, and report printer settings - which...
VFP 6.0 running on Win98.
I have setup a custom printer selection using sys(1037). After it returns, I use set("PRINTER",3) to get the printer name and PRTINFO to pick out the 2 or 3 printer settings I want. I store all this in a memo field for use later to plug into the expr field...
Sorry, I should have mentioned that I already tried changing printer drivers, and switching between different printers in the "Page Setup..." for the report, including a dot matrix printer, ink jet printer, and laser printer I have. No difference.
I've also tried changing between...
Hello,
I'm running VFP 6.0
I've got a report that has 21 lines of detail in it. Each line has a "Print When" expression, and "Remove Line if Blank" is checked. I've double and triple checked these to make sure they're all correct. They are fine - and NOT the problem. I...
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.