Search results

  1. D

    CryptGenRandom spitting out 00000000...

    So a while back I implemented my own VBA Cryptographically Secure Pseudo-Random Number Generator (CSPRNG) by using a call to MS API for Microsoft Strong Cryptographic Provider. It spits out random bytes 0-255 (00000000-11111111) in a cryptographically secure fashion. The call is accomplished...
  2. D

    Continuous Subform Command Button Disappears When Edited Programmatically

    SHORT: So, the title pretty much says it all; I have a subform in continuous mode, each one having a command button to activate "that" item. Whenever I make a programmatic change to the command button's properties, it disappears entirely and never comes back without completely closing the form...
  3. D

    Attachment Field Images Fail After Compact and Repair?

    I have a subform (continuous forms) that pulls data from a query, which pulls data from two tables that are in a one-to-many relationship. Basically, one table lists documents (many-side), and the other table lists document types (one-side). In the type (one-side) table, there is an attachment...
Back
Top Bottom