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 SkipVought 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. TinyNinja

    Website requires logging in now

    Hey Chris, Thank you for this help, this is a great call out. I was thinking that might be the Chilkat example to look at but wasn't sure. I will play around with this to see what I can do to get it to work. I played with HTML years ago and know the basics.
  2. TinyNinja

    Website requires logging in now

    I just grabbed an example of Chilkat codes that might be used with the HTTP support. They have several different examples and I have tried a few with zero luck. I download the file from here and that's the path for the login. https://archive.org/ & https://archive.org/account/login Any...
  3. TinyNinja

    Website requires logging in now

    Dang that is a bummer. I'm not sure if they will be doing those options in the future or not.
  4. TinyNinja

    Website requires logging in now

    I'm not use how they are hosting their stuff. Before I could just go to the spot on the website that had the files I need and download them from there. I saw the URL that triggered the download and took that link and just used that to download the files I needed and called it a day. Now they...
  5. TinyNinja

    Website requires logging in now

    Hey, I tried the URL trick you mentioned and it did not do anything. It just reset back to the normal URL. Looks like I will need to have something different to solve the problem.
  6. TinyNinja

    Website requires logging in now

    Hey, I need help with logging into a website now. I have been downloading a file online for awhile now and figured I could just code the action to save the time. Now this month the website has put the files behind a user account. I have a username but I'm not sure how to pass that info through...
  7. TinyNinja

    Report Form print sizing problem

    Hey EinTerraner, I was just testing with the MS-PrintToPDF and the problem happened with all the printer options I used. Thanks for the code example, it is similar to what I have used in the past. The foxypreviewer app fixes everything and I see the entire PDF correctly. Hey Chris, Yep...
  8. TinyNinja

    Report Form print sizing problem

    Hey Chris, You make a lot of sense and point out many great things that I wasn't fully thinking of. I have changed my code around to use FoxyPreviwer again to avoid scaling problems going forward. I have Visual FoxPro 09.00.0000.7423 installed on my machine. I don't remember the VFP9...
  9. TinyNinja

    Blob Image on Report not picking the correct image

    I've made a big rookie mistake. I have be pointing at my first table I use rather than the view I created that is holding all the necessary info for the report. I finally realized it when I browsed the loops happening. Now that I'm pointing at the correct data the Picture & Blob methods both are...
  10. TinyNinja

    Report Form print sizing problem

    Hey mjcmkrsr, I have made the change but I'm keeping it at the system options since when I click the application it shrinks down to a super small size since I'm using a 4k monitor. Everything matches up correctly when I run the exe alone but doesn't match while in the IDE which I'm ok with.
  11. TinyNinja

    Report Form print sizing problem

    I made some updates and then restarted the IDE and now the report cut in half when previewing while using Set REPORTBEHAVIOR 90 this really is a head scratcher. When I run the EXE file then the reports get made correctly. So very confusing but at least it works. I might need to use...
  12. TinyNinja

    Blob Image on Report not picking the correct image

    I need help with my Blob Image. I have Order Numbers that I'm creating Barcodes for and need to throw the correct barcode image on the correct order number report. In my testing, I have 3 orders and 3 different barcodes. When the reports get created, it only used barcode A for all 3 orders...
  13. TinyNinja

    Report Form print sizing problem

    Hey Chris Miller, I tried using the free version of FoxyPreviewer and it was working. I then tried replacing the ReportingApp and that solved it too so I'll be using that instead since I don't need to worry about licensing in the future. Hey xinjie, The updated ReportingApp fixed my sizing...
  14. TinyNinja

    Report Form print sizing problem

    I'm at a roadblock now. I'm not fully understanding on how to incorporate either atlopes/DPIAwareManager or Tracy-P/vfp_dpi_aware into my prg / src to get the reports to print out correctly. I get different errors for things missing or it just crashes before opening the form. The way my form...
  15. TinyNinja

    Report Form print sizing problem

    oooo alright, I will remove SetProcessDPIAware() and try something else to get the DPI Aware to work. Thanks for the help.
  16. TinyNinja

    Report Form print sizing problem

    Hey Mike, I added that code to the top of my prg but nothing changed or was fixed, my reports are still cut in half. Do you have to do more with that declare?
  17. TinyNinja

    Report Form print sizing problem

    Atlopes, I'm using a 4k monitor and I changed the scaling down to 100% and now I see the full report. What is the easiest way to do the DPI-Aware?
  18. TinyNinja

    Report Form print sizing problem

    Hey mjcmkrsr, I have tried different sizes and nothing in the page setup fixes the issue. I also tried this - Report Form ... NoConsole to Printer Prompt - but it still cuts the report in half.
  19. TinyNinja

    Report Form print sizing problem

    Hey community, I need help with VFP Report Form page sizing. Why is my report being cut off? I have tried everything to get it to print out the full 8in proper letter size. This is the look of my form, I am trying to place a picture into every report that gets printed. The pictures below I...
  20. TinyNinja

    Help with IE, not selecting the page properly

    mplaza that is awesome code!!! It grabs the prices and throws them into a table. I'll just need to play around on how to do a loop through it so I can throw the data into my records. Chris I'm ashamed to say I never used STREXTRACT in the past and wish I knew of it sooner. Chris I will try...

Part and Inventory Search

Back
Top