Search results

  1. J

    Top of screen occupied

    As can be seen in the attachment, the top of the screen is occupied by the reddish color. Is there a way to remove this?
  2. J

    Inno: How to check Office Bitness

    Apologies in advance if this is not the correct place to post. I use the following Inno code to install my software. I would like to check if Office is installed and if it is installed to check the Bitness. Based on the Bitness I would like to install either the 32-bit Runtime or the 64-bit...
  3. J

    Can ADO be used for BEGINTRANS COMMIT TRANS

    Can ADO be used to handle transactions, where the transactions are committed only if all transactions are executed. I have found examples with DAO.
  4. J

    ACE model request

    I have been unable to find a diagram of the ACE structure, as exists for JET.
  5. J

    Identifying whether Shift is pressed during opening a Runtime

    I need to run a specific code on some occasions. I thought if I could identify whether the Shift key is pressed when the .accde is run, that would solve the problem. Can we identify whether Shift is pressed during opening a Runtime
  6. J

    Calculated field in query

    I get the error message which appears in the attachment when I try to create a Calculated field using the DateAdd function. Any ideas?
  7. J

    Cannot create .accde in 64-bit

    I get, "Could not use <Specific filename.accdb>. File already in use." when I try to create the .accde using 64-bit A365. The .accde is created ok when I use the 32-bit A365. Both the 32-bit and the 64-bit use the following Version and Build
  8. J

    Interface between Access 365 with Calendar in 365 Business

    Was wondering whether Access 365 installed on a pc can update the calendar of 365 Business, which apparently is stored on the cloud? If this is possible, then the next requirement would be to update a specific calendar belonging to a specific user.
  9. J

    Conversion to 64-bit

    I am having a problem with finding the 64-bit version of the following Declare. I notice that its Lib is "msaccess.exe" Public Declare Function ezGetFileInfo Lib "msaccess.exe" Alias "#56# (FSI As ezGetFileInfo, ByVal fOpen As Integer) As Long The function does not exist in...
  10. J

    Access Runtime

    Can A2013 Runtime coexist with A365 Runtime? More specifically, if A2013 Runtime already exists, can the A365 Runtime be installed?
  11. J

    Unable to create .accde

    I have a .accdb which is 92Mb and lately it is difficult to create a .accde. It is telling me that the .accdb is still in use. Does this have to do with the TableIDs that are created during the .accde creation process? Any ideas?
  12. J

    Run an EXE

    In the Target of a shortcut I run the following .exe successfully "C:\Program Files (x86)\VATECH\EzDent-i\Bin\VTE2Loader_ReqAdmin32.exe" When I try to execute the same with Shell, Dim myPath2 As String myPath2 = "C:\Program Files (x86)\VATECH\EzDent-i\Bin\VTE2Loader_ReqAdmin32.exe"...
  13. J

    Communicate with Google Calendar

    Does anyone have a sample .accdb which can communicate with Google Calendar, both read and write? Thanks
  14. J

    Change Report Footer Height depending on control value

    I have a Report Footer called "GroupFooter1" and in this footer a Bound Object Frame called OleSignature. We check the value of OleSignature inside the Footer and if it is Null, then then there is no need to have OleSignature displayed. Ideally I would like to set its Height to 0 and at the...
  15. J

    Copy URL file to local folder

    The following used to work. Now it cannot find the file and WinHttpReq.status = 404. On Error GoTo Failed Dim oStream As Variant Dim WinHttpReq As Object Set WinHttpReq = CreateObject("MSXML2.ServerXMLHTTP.6.0") WinHttpReq.Open "GET", FileURL, False, Username, Password...
  16. J

    Perpetual Access license + Runtime

    Am I correct to assume that the latest perpetual version of Access is 2021? If yes, is another version expected in 2024? At present I am using A13 for development and A13 Runtime for deployment. I understand that Microsoft is pushing O365, which I have and have done development using A365. I...
  17. J

    MS ACCESS 2013 32bit to 64bit

    I am trying to make my 32bit Access 2013 work with 64bit. The following works in 32bit: Option Compare Database I tried the following for 64bit compatibility Option Compare Database I receive a problem as seen in the attachment.
  18. J

    Interfacing Access with a camera

    We have a dental practice management software (www.VisualDentist.com) and we would like to be able to show a picture of the patient, in the patient details. There is the obvious solution where a picture is taken and stored in a file, which we can link to. The ideal scenario would be to operate...
  19. J

    Can Access 365 and Access 2013 coexist?

    Can Access 365 and Access 2013 coexist and I am not referring to the Access 2013 Runtime. Can these two versions of Access exist and can development take place in both these versions on the same pc?
  20. J

    Virus Trojan.Valyria.4814

    When I try to create .accde I get the following error In Bitdefender I get I read that Windows Defender can handle this threat. I made sure that Windows Defender runs on my pc. I also ran a System Check in BitDefender. Di dnot help. Any ideas?
Back
Top Bottom