Search results

  1. A

    Solved Is there a solution to getting sub forms fade in/out

    Hi, I'm after some help in getting the above to work.. Have no problem with parent forms fading in and out using the following: Public FF1, FF2, FF3 As Long FF1 = GetWindowLong(MyForm1.hWnd, GWL_EXSTYLE) FF1 = FF1 Or WS_EX_LAYERED SetWindowLong MyForm1.hWnd...
  2. A

    Introduction

    Hi, I'm Andy from Alberta, came from the UK just over 17 years ago after retirement from Police and before that armed forces service. Self taught having started on Access 97 around 1998 constructing database programmes for specialist police departments. Still huge gaps in my knowledge though. As...
  3. A

    Solved Database gets error message after transferring from Access 2010 to Runtime 2013

    Hi, hope someone has the answer. When transferring a 2010 database from desktop to laptop which only has Runtime 2013, it usually opens without problems. However when I include fade in/out on open from autoexec macro, Runtime is throwing up the following error message: "There was an error in...
Back
Top Bottom