MajP's latest activity

  • MajP
    I would look at possible corruption and do a decompile recompile https://www.fmsinc.com/MicrosoftAccess/Performance/Decompile.asp
  • MajP
    But you understand why this makes no sense? Public Property Let PropName(NewValue As Long) Dim rs As DAO.Recordset Set rs =...
  • MajP
    One more thing. A get without a set/let can be written as a function and I know of no difference. You end up calling it the same way...
  • MajP
    In your example there appears to be more than one record unlike my example. In that case you may want a getter without any class...
  • MajP
    I think it is correct. The point is that Lets/Sets and Gets have to have matching signatures and yours does not. Your let is a long...
    • AppSettings.PNG
  • MajP
    I know that people have been raving about some of the home grown Gantt Charts for their capabilities, but when I was doing this I did...
  • MajP
    MajP replied to the thread Combo Box Multi Select Saving.
    Can you explain more where you get your choices from and how large that is. I do not really understand what you mean by unloading. The...
  • MajP
    There is absolutely no issue. I have worked with Project and Excel and Project and Access. No different then working with Access and...
  • MajP
    MajP replied to the thread Combo Box Multi Select Saving.
    If it is slow loading and unloading you may be better off with building a temp table instead of using the in memory ado recordset. The...
  • MajP
    MajP replied to the thread Combo Box Multi Select Saving.
    Is it only slow when scrolling and searching? Or does it take a long time to load and unload the control?
  • MajP
    MajP replied to the thread Majp's Analog Clock.
    Thanks. The purpose of this demo was actually to demo the principle of "Composition". Composition is where a class contains instances...
    • RotatingDial.PNG
  • MajP
    MajP replied to the thread Solved Begginer! please help..
    If this is Latvian do not use any non Latin characters in any property or name of any object. This will make it almost impossible to...
  • MajP
    MajP replied to the thread Calculated Field Error.
    My guess is that this was may have been added to keep compatibility with Sharepoint. These came out the same time attachment fields...
  • MajP
    MajP replied to the thread Calculated Field Error.
    I think the correct statement would be even narrower. Calculated fields in a table support a subset of Access SQL functions and...
  • MajP
    MajP replied to the thread Calculated Field Error.
    I did check it and it is in the expression builder and does not work. The expression builder is somewhat limited but there are still...
    • in.PNG
Back
Top Bottom