Re: VFP Web Service printing with ???
From: swdev2 (wsanders.bob_at_bob.efgroup.com)
Date: 04/16/04
- Next message: swdev2: "Re: Why does outlook keep deleting messages older than 2 months?"
- Previous message: Tom Libby: "Re: VFP Web Service printing with ???"
- In reply to: Tom Libby: "Re: VFP Web Service printing with ???"
- Next in thread: swdev2: "Re: VFP Web Service printing with ???"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 16 Apr 2004 13:07:16 -0500
AH - more information !!!
ok -
so is there a print server ?
that feeds the wireless label printers ?
or is something happening back to the iPaq when one tries to print ?
IF you are using a print server [of sorts] then it sounds like its a bit
less stress -
you can stream a print job from the Dot Net Server Directly.
hth - mondo regards [Bill]
-- William Sanders / Electronic Filing Group Remove the DOT BOB to reply via email. Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html Mondo Cool Satellites -> http://www.efgroup.net/sat vfp WebHosting ? You Betcha ! -> http://efgroup.net/vfpwebhosting mySql / VFP / MS-SQL "Tom Libby" <tlibby@bigblue-usa.com> wrote in message news:uTc9V88IEHA.3144@TK2MSFTNGP10.phx.gbl... > Thanks Bill but the Printers are also Wireless, so there is no wire to the > IPAQ the mobile printers are shared on our print server. I will have to > come up with something. Thanks again. > > Tom > > > "swdev2" <wsanders.bob@bob.efgroup.com> wrote in message > news:egB7t38IEHA.3556@TK2MSFTNGP10.phx.gbl... > > Heya Tom - > > sorry - you can't get there from here. > > There is some other print routine you'll need to invoke at the iPaq, since > > you are printing to its > > LOCAL port, and you need to think about slinging a string from the > > webservice to the iPaq. > > > > It works well on the wireless laptops of course, cause you are using your > > VFP app back at the laptops, with an OS designed to run a VFP app [or a > VFP > > app designed to run on that OS (vbfg)] > > > > You might want to rework your design for the iPaq's, and look at the > > OS-level [iPaq! CE ? PPC ?] printing services that you can call from your > C# > > app, then rewrite a new portion for the iPaq's. > > > > You should be able, with your C# app, to tell which browser version is > being > > utilized back at the client, > > then call the right object that will encapsulate the iPaq's 'PRINT' > > function, with the passed string that you need for the label printer. > > > > Hang in there - won't be an easy task. > > mondo regards [Bill] > > > > -- > > William Sanders / Electronic Filing Group Remove the DOT BOB to reply via > > email. > > Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html > > Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html > > Mondo Cool Satellites -> http://www.efgroup.net/sat > > vfp WebHosting ? You Betcha ! -> http://efgroup.net/vfpwebhosting > > mySql / VFP / MS-SQL > > > > "Tom Libby" <tlibby@bigblue-usa.com> wrote in message > > news:#hXNxq7IEHA.3212@TK2MSFTNGP09.phx.gbl... > > > Hi Bill, > > > > > > Thanks for replying. I created a Mobile .Net app in C# that runs on a > > Ipaq > > > Pocket PC. Attached to the Ipaq is a barcode scanner. After the scan I > > call > > > the VFP webservice to lookup the part in our FoxPro database to retrieve > > the > > > description. If the part is found a label will print to a mobile > printer > > > the user carries with them. > > > > > > I have tried using TEXT..ENDTEXT but when I issue "SET PRINTER ON" I get > a > > ' > > > User-interface operation not allowed at this time.' error. Looking > > through > > > the help it states that it does not function in Unattended Server Mode. > > > > > > I would think that the ??? should not cause a 'User interface error' > since > > > it sends output directly to the printer. > > > > > > We have a VFP app running on laptops connected to a wireless LAN that > > > prints the label to the mobile printer and I was hoping to just use that > > > code with the VFP webserice. > > > > > > Thanks > > > Tom > > > > > > "swdev2" <wsanders.bob@bob.efgroup.com> wrote in message > > > news:OYFgeR2IEHA.2948@TK2MSFTNGP11.phx.gbl... > > > > Heya Tom - > > > > UI stuff is a big no no, as I understand the concept of Web Services. > > > > Not sure what to tell you if an internet app > > > > IF an intranet app, or if called from a desktop app, > > > > suggest you stream the xml back that you need, > > > > deconstruct the xml into some strings, > > > > and pass it into the printer using the calling program. > > > > [just a thought] > > > > but ? I could have more thoughts, tell me a bit more about the 'thing' > > > that > > > > calls your web service ? > > > > mondo regards [Bill] > > > > > > > > -- > > > > William Sanders / Electronic Filing Group Remove the DOT BOB to reply > > via > > > > email. > > > > Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html > > > > Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html > > > > Mondo Cool Satellites -> http://www.efgroup.net/sat > > > > vfp WebHosting ? You Betcha ! -> http://efgroup.net/vfpwebhosting > > > > mySql / VFP / MS-SQL > > > > > > > > > > > >
- Next message: swdev2: "Re: Why does outlook keep deleting messages older than 2 months?"
- Previous message: Tom Libby: "Re: VFP Web Service printing with ???"
- In reply to: Tom Libby: "Re: VFP Web Service printing with ???"
- Next in thread: swdev2: "Re: VFP Web Service printing with ???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|