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

  1. andrewlee

    Data Decryption

    My apologies. Wrong category and I couldn't find out how to remove it. SBT (Sorry Bout That)
  2. andrewlee

    Data Decryption

    Hi Olaf I removed the encrypted file and the program ran OK but when I tried to access this particular screen, it crashed. I may now change tack and look more closely at the calling .dll and investigate some of its relevant functions.
  3. andrewlee

    Data Decryption

    Yes all legal and above board Dan. The encrypted data is an .xml file which controls whether a couple of checkboxes are displayed on screen or not. I want to stop these controls being available to certain staff members. The decryption configuration options are not guesses. They were supplied to...
  4. andrewlee

    Data Decryption

    Thanks Griff and Olaf The data file was originally encrypted on an unknown computer and unknown Windows version in a commercial program that was written in C++. When the program runs, it decrypts a file and uses that information to run a section of the program. This program is run on many...
  5. andrewlee

    Data Decryption

    I'm trying to use the _cryptapi and VFP9 to decrypt a file. I know the following : The password. It is 24 Bytes long. The CSP needs to be Microsoft Enhanced Cryptographic Provider v1.0 Data encryption standard is 3DES Encryption mode is ECB I can't get the right result from _cryptapi...
  6. andrewlee

    Data Decryption

    I'm trying to use the _cryptapi and VFP9 to decrypt a file. I know the following : The password. It is 24 Bytes long. The CSP needs to be Microsoft Enhanced Cryptographic Provider v1.0 Data encryption standard is 3DES Encryption mode is ECB I can't get the right result from _cryptapi class...
  7. andrewlee

    Error reading file message but from WIndows

    Hi Mike Thanks for the reply. Re the file path : Interestingly, the drive letter is the local user's mapped drive and the path is the original path on my development machine where the class resides. As I understand it, the project ( ergo the exe ) retains a relative path to the original file...
  8. andrewlee

    Error reading file message but from WIndows

    Recently our users have reported 'Error Reading File' messages from our VFP9 Application. Strangely, these appear to be from Windows, not VFP. There is no mention of error code 1104. Error messages come in a Windows error box headed "Program Error". Example text: Error reading file...
  9. andrewlee

    VFP9 UpdateListener runtime behaviour

    Found the problem. I had _vfp.autoyield set to .f. Something to add to the Gotcha list. My thanks to Dave Lehr at Codemine for the answer. Andy
  10. andrewlee

    VFP9 UpdateListener runtime behaviour

    Hi All I'm using the updatelistener class of _reportlistener.vcx to show a report's progress and to allow the user to cancel. The progress bar and 'esc to cancel' facility works fine in developement but does not work at runtime. The therm window appears ok at runtime with the default...
  11. andrewlee

    Anybody familair with xCase TCL?

    Hi Steve I don't use it myself but when I attended the last OzFox conference, I met a bloke called Larry McIntosh from Comsense Datasystems in Perth who uses xCase. You may want to contact him. Cheers Andy
  12. andrewlee

    Is there a more sophisticated GETPRINTER() ?

    Thanks Mike.I followed up with your suggestion of PageSetupDlg and found such a structure. It returns a cursor with the info I need. Many thanks. Andy
  13. andrewlee

    Is there a more sophisticated GETPRINTER() ?

    Hi Is there a way to get a better Getprinter() interface ? In the beginning of a batch reporting function, I need to allow the users to change printers and printer tray etc once only for a whole report run of different reports. When finished I can set SET PRINTER TO DEFAULT to get it back to...
  14. andrewlee

    Combo box loading from multiple tables

    DMSReed, The last line should probably read This.Rowsource = "myc" Andy
  15. andrewlee

    Listbox: FPW26 code running under VFP9 won't refresh

    Mike, Good question ! Actually, that's what I am doing. The FPW2.6 app is quite large ( just under 300 screens ) and has been running well for 10 years. My clients are demanding more functionality and also constant customisations.( As they do eh ? ) To cope with all this, I am doing a gradual...
  16. andrewlee

    Listbox: FPW26 code running under VFP9 won't refresh

    Craig, I'm actually running code that was written in FPW2.6 i.e. the .spr file that was created with the FPW2.6 screen generator. I launch it in VFP9 with code like DO MYFORM.SPR. VFP9 presumably runs it as procedural code so no objects have been created. Andrew
  17. andrewlee

    Listbox: FPW26 code running under VFP9 won't refresh

    Oops-I forgot to mention that that the above behaviour occurs only with cursor driven listboxes. Array driven listboxes refresh properly. Cheers Andrew
  18. andrewlee

    Listbox: FPW26 code running under VFP9 won't refresh

    Hi all, especially Craig Boyd & Mike Lewis, I posted this a couple of days ago and was advised of your replies but the post, along with your replies seems to have been mysteriously deleted.I've advised Tek Tips Support about this. To re-iterate, a screen coded in FPW26 with 2 listboxes ran fine...
  19. andrewlee

    Having Problem with RAMANI'S Grid Color Routine!!

    Hi I had the same error and my problem was that I'd forgotten to initialise the form level var inRecNo to zero. Duh. Andy
  20. andrewlee

    FPW26 to serial port

    Tony The code I used in thread 182-90957 works fine now, The problems I had were traced to Norton Anti Virus Software. Might be worth a try. Andrew

Part and Inventory Search

Back
Top