Search results

  1. K

    Common Dialog issue

    Show the 'Choose a Color' Common Dialog To show the choose color common dialog, use the following function: Option Explicit Private Declare ptrSafe Function ChooseColorA Lib "comdlg32.dll" (pChoosecolor As tChooseColor) As Long Private Declare ptrSafe Function GetActiveWindow Lib "user32" ()...
  2. K

    Deleted Record Re-Appears

    I have a slight problem. A record appears to have been deleted by a User in error from a stock table. I tried to modify the record in the table but the error "record is deleted" will not allow me to edit it. So i created a new record to ensure we had stock integrity. Now i want to remove the old...
Top Bottom