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 strongm 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: *

  • Users: OldxBaser
  • Content: Threads
  • Order by date
  1. OldxBaser

    confused re adding CreditCard Payment to our VFP9 app

    I don't want to get in trouble in this forum for posting this because there seems to already be quite a few references to this topic, but many are old. We have been designing / distributing a very large VFP system for many years now (about 2,500 clients - mostly in Canada). We want to add a...
  2. OldxBaser

    VFPPING.DLL and Windows 8

    We have been using VFPPING.DLL to determine Internet connection in our large VFP app for 11 years, across multi Windows platforms. However, we are now finding that the Windows-8 computers are returning a .F. which results in our "... no internet connection..." message when attempting to Check...
  3. OldxBaser

    Trapping CTL characters in textbox/editbox

    I am trying to trap the Ctrl + A, Ctrl + V in a textbox, and it seems that the event is not triggered (also for some other ctrl + key combinations). But I can trap them if the control is an editbox. Is this a VFP bug? Is there a way around it?
  4. OldxBaser

    API's to get File Owner

    In a VFP program, I am trying to get the file owner using the following APIs: GetFileSecurity GetSecurityDescriptorOwner and LookupAccountSid. If I run the application on my C: drive, I get Administrator as owner. If I run it on the network, i get an empty string. If I copy or move a file...
  5. OldxBaser

    Where do the compiled EXE properties come from?

    Hopefully a simple answer that I keep missing... If I use MyComputer to right-click on our main startup EXE (compiled in VFP9) to see the EXE Properties, on the Details tab, I cannot determine where a few of the values came from when the PJX was compiled. For example, the contents of the "File...
  6. OldxBaser

    Missing properties in runtime Modify Report

    The large software package we design and distribute is developed in VFP9 (SP1) and includes the correct runtime modules. We use the "Modify Report" in a few places to allow the users to adjust layouts to match pre-printed forms (e.g., Cheques, Statements, Bills, etc.) Inhouse, when our...
  7. OldxBaser

    Determining scrollbar visibility based on fit

    Hopefully there is a simple way that is just eluding me right now. I am adding a simple form to some projects that will use the _WebBrowser4 ffc to display a pre-selected HTML file that was passed from the calling form as a parameter. (This will be used as a type of dynamic Help instruction...
  8. OldxBaser

    "Encrypted" in PJX Project Information resets

    We build our distributable EXEs with the "Encrypted" box checked in the Project Information screen. Lately, we have also checked the DebugInfo box. We have been having an increase of C0000006 errors recently on Windows7 (64-bit) workstations on a few clients running on SBS2008(x64) networks...
  9. OldxBaser

    FULLPATH() returns doubled server path on 64-bit network

    We have run into a problem on 2 of our clients who upgraded to a 64-bit network with Windows7 workstations. They experienced some "File not found..." types of errors, but we noticed the network path to the file was incorrect. e.g., assume a drive on the server - \\Server1\Apps\ Map to this...
  10. OldxBaser

    Does my theory re corrupt FPT make sense?

    We have noticed an increased report of Error 41 (missing or corrupt FPT) over the last half year from our client base. Most of our users run our very large application in a shared network environment, on various combinations of platforms. Some have dozens of users logged in simultaneously with...
  11. OldxBaser

    How do I suppress page-eject on label printer?

    My mind is drawing a blank on this. I have formatted a 4" x 2.125" label (.125 is the inter-label spacing) in a .LBX label. The LABEL FORM command is sent to a dedicated continuous roll-label printer (Cognitive model LBD42-2043-008). The user usually prints 1 or 2 labels at a time. How do I...
  12. OldxBaser

    Desperate for ANY degree of input or suggestion re Error(1)...

    I have been totally unable to find any information on this. This post relates to member 113983's recent post regarding an error of the type "<filename> does not exist" where <filename> is an SCX, PRG, or a defined PROC or FUNC in a PRG. In a large package comprised of ~200 VFP9 EXEs, many of...

Part and Inventory Search

Back
Top