Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. foxyland

    Generating format other than PDF on Bullzip PDF Printer programmatically

    Thank you all for your reply. Yes, I'm aware that foxypreviewer would do the job --- even more neat than BullZip PDF. I might go that way. It's just I already use to utilize Bullzip, and I wondered if anyone here know something I might've missed out. @Olaf: I read the manual, but unfortunately...
  2. foxyland

    Generating format other than PDF on Bullzip PDF Printer programmatically

    Greetings all, I use to create a PDF directly from my VFP apps using Bullzip PDF Printer. It works like charm. The code I use is something like this: lcStatusFile = FullPath(Curdir()) + Sys(2015) + ".TXT" BZWriter = CREATEOBJECT("BullZip.PDFPrinterSettings") WITH BZwriter .RemoveSettings(.t.)...
  3. foxyland

    Controlling lpt

    You will find the the interface easier to make if you use RS232 connection instead of LPT. Actually if you use PLC and not creating the interface from scratch, you'll find it very easy (assuming you have basic-to-intermediate electronic skill). Good luck anyway :) foxyland
  4. foxyland

    upgrading sql 2005x32 to sql 2005x64

    To add the consideration: if you have custom DLL for external function on your database, you must have the x64 version. SQL Server x64 won't read 32 bit DLL. I have similar problem a while back ago. I tried to move my database (was on MS-SQL 2005) to MS-SQL 2012 x64. I could not do that because...
  5. foxyland

    Automate running of Stored Procedure each day at midnight

    What about create a trigger page on your web site? The trigger page should be called by other computer (the client), and what it'll do is simply trigger the SP to run. hth, foxyland
  6. foxyland

    Connect is Busy - OK or Revert?

    @stanlyn: you wrote: 3. What commands and how are they sent to the server to make vfp wait until the remote server can respond? Not an elegant way, but you can do this: USE MyRemoteTable IN 0 ALIAS MyTable SELECT MyTable Goto bottom <now do whatever> hth, Foxy

Part and Inventory Search

Back
Top