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 biv343 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. wtotten

    Any problems running a VFP (EXE) via RDS on Server 2019 (or 2016)?

    GriffMG That you haven't had any file corruption in 16 years is surprising and encouraging (maybe you can help me solve my file corruption problem). Can you tell my what server OS you are running, what about Oplocks settings on the server (and clients), and what are your settings regarding...
  2. wtotten

    Any problems running a VFP (EXE) via RDS on Server 2019 (or 2016)?

    GriffMG, Thank you for your answer. You mentioned that you have two server. Does each server have the application and the data on the server, or do you have a situation where the application and the data are on two separate servers? i'm curious if you are transmitting data across the wire...
  3. wtotten

    Any problems running a VFP (EXE) via RDS on Server 2019 (or 2016)?

    Nigel, Thank you for your answer. Do you have the 100 users on one server? Is it Server 2016, or 2019 or ? Any suggestions on sizing the VM re: CPU and RAM? I'll be using SSD drives. Does your application use VFP tables or does it have a SQL back-end? Mine has contained and free VFP tables...
  4. wtotten

    Any problems running a VFP (EXE) via RDS on Server 2019 (or 2016)?

    I have a VFP application compiled to an EXE (it was compiled with VFP 8, but I plan on compiling it in VFP 9) that I would like to move to running on a new server we will be bringing in. I am using Server 2008 R2 now and running the application in a LAN configuration (not using RDS (AKA RDP))...
  5. wtotten

    Landscape report preview being cutoff on Windows 10

    I found the problem. It's related to what the default printer is. This user was connecting to their work computer via GoToMyPC. GoToMyPC was setting the default printer to the "GoToMyPC" driver. I changed it to default to their HP printer and that solved the problem. Thanks for the...
  6. wtotten

    VFOXPRO IN CLOUD

    You might want to check me on this; one of the advantages of RDP on a Windows server (now known as RDS - Remote Desktop Services) is that after the fist user logs on and opens the EXE file for a program, RDS caches that EXE so that subsequent users don't need as much RAM to run it. For example...
  7. wtotten

    Landscape report preview being cutoff on Windows 10

    Hi everyone, When previewing a report created with a landscape paper size the right side of the report is being cutoff. The laptop is running Windows 10, resolution set at 1920 x 1080. The app is written in VFP 8. This report has been in place for 10 years and it's been fine on Windows 7...
  8. wtotten

    VFP application on newer Windows Server OS. Previous thread says Oplocks cannot be disabled.

    Griff - thank you for the information on LeasingMode. That is extremely helpful. Olaf - the information you provided re: the registry entry, am I correct in understanding that it will solve the corruption problem regardless of what the Oplocks or SMB settings are? My client's environment is...
  9. wtotten

    VFP application on newer Windows Server OS. Previous thread says Oplocks cannot be disabled.

    thread184-1792486 The thread I noted above has a reply from VFP superman Olaf where Olaf states that Oplocks cannot be disabled on Windows Server (newer versions) and that these registry settings are to be set on each client. I have a very busy application running on a Server 2008 R2 server...
  10. wtotten

    Best SQL backend for a application, VFP9, with lots of tables and records

    Thank you everyone for your thoughts and advice. One of the main reasons for doing this is because the application runs on a LAN and Microsoft's server operating systems since 2008 and forward have made my life difficult with Oplocks and SMB2/3. I get random file corruption (usually header...
  11. wtotten

    How to restrict RDP users to the desktop

    I lock down users by using Group Policy. You'll need to go through the various settings and remove various privileges. Create a Group Policy object and call it something like "Lockdown users". Set all the appropriate values to get as "locked-down" as you want and then assign that GPO to the...
  12. wtotten

    Best SQL backend for a application, VFP9, with lots of tables and records

    Hi everyone, I have a application using VFP native tables. There are about 60 tables and some of the tables have hundreds of thousands and in some cases, millions, of records. I'm being asked by the client to quote them on moving to SQL backend. I use the late Drew Speedie's VMP framework if...
  13. wtotten

    HOW CAN REPAIR A DAMAGE VFP FORM (SCX & SCT)

    I use a program called Abri file repair. It can be used to fix SCX/SCT files. http://abri.tech/recover/recover.php Good luck, Bill
  14. wtotten

    Merry Christmas

    Thanks Olaf. Merry Christmas to you. Thank you for all of your help over the years. Bye, Bill Totten
  15. wtotten

    Position cursor at specific position in a memo field

    I have a memo field that already contains data. I have a simple form that has a editbox controlsourced to a memo field. I want to add a line at the beginning to the existing data in the memo field and have the cursor (in the editbox) positioned at the end of that new line I added to the...
  16. wtotten

    thread184-1767704 Robsuttonjr.

    I ran the code from berezniker: * The code below seems to produce correct result but it hasn't been tested thoroughly. * Polynom = 0x8005 #DEFINE CRC16 0xA001 * Build CRC table DIMENSION laCrc[256] FOR i=0 TO 255 lnData = i lnCrc = 0 FOR j=0 TO 7 IF BITAND(BITXOR(lnData, lnCrc),1) >...
  17. wtotten

    thread184-1767704 Robsuttonjr.

    I do. I'm not sure what the data is to be. Here is what Rob posted: --------------- Directions from online ----------------------- Compute PlainText. a. PlainText is the 14 digit GTIN appended by the Lot Code and the Date (where present). b. Do not include the application identifier...
  18. wtotten

    thread184-1767704 Robsuttonjr.

    thread184-1767704 Robsuttonjr. Your last reply in the above mentioned thread was that you figured out how to do this in FoxPro. How to calculate the Voice Pick code. I have the exact same need and would like to know if you can post the VFP code on how you get (calculate) the Voice Pick Code...
  19. wtotten

    Problem Previewing VFP 8 reports on high resolution display Windows 10

    I bought a new Win10 Lenovo laptop with the his-res display (2560 x 1440). I am using RDP to log onto remote servers for my clients. I connected an external 1600 x 12000 monitor and I can get the remote server Desktop to look normal, but when I Preview a report the bottom right corner of the...

Part and Inventory Search

Back
Top