Search results

  1. moke123

    Read Only Message

    I think we need more info on where the backend resides.
  2. moke123

    Solved Moving a file with click of a button

    Agreed. With method names like fso.GetExtensionName, fso.FileExists, and fso.BuildPath, it doesn't kill many brain cells figuring out what it does. :giggle:
  3. moke123

    Solved Moving a file with click of a button

    Depends. IIRC, Name() will fail if a file by the same name already exists. I like fso to rename a file if the same name already exists. Public Sub MoveFileRename(SourceFile As String, DestFolder As String, Optional CopyF As Boolean = False) If Right(DestFolder, 1) <> "\" Then DestFolder...
  4. moke123

    Solved Moving a file with click of a button

    Personally I would use FSO as it has a move method as well as a copy method. https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/movefile-method
  5. moke123

    Search Error

    Not just you. I got it too.
  6. moke123

    Virtual Reality Headsets - worth the money?

    The MR looks wicked cool. All the dogs make me nervous. I once was hitting a tee shot and hit my Yellow Lab so hard it took her off her feet.
  7. moke123

    Virtual Reality Headsets - worth the money?

    https://www.thethrillofthefight2.com/ Looks like fun without the bruising. Wonder if there will be a mixed reality version so you can fight in your living room. 🤕 Christmas is a tough time in my golf+ game. There are so many newbies that got a quest for x-mas. They suck at it and jump right...
  8. moke123

    The Tesla Cybercab

    still need fire extinguishers
  9. moke123

    Virtual Reality Headsets - worth the money?

    Good article. I won the "Best Father of a Girlfriend" award this Xmas. Gave the daughters Boyfriend a quest 3 for Christmas.
  10. moke123

    Solved Listbox data not displaying when adding items to a destination Listbox

    If this is a simple check out/check in process it seems overly complicated.
  11. moke123

    The Tesla Cybercab

    My daughter vinyl wrapped her VW, by herself, the same color pink as the car above. At the time she was the only bubble gum pink car around but it seems to have caught on as there are 5 or 6 now. I usually feel pretty secure in my manhood but not when I had to drive her car.
  12. moke123

    Solved Listbox data not displaying when adding items to a destination Listbox

    It looks like whatever you are doing works but it is moving the first line, in your case the Column Heads, instead of the record. Try it with column head property set to no.
  13. moke123

    Need help with Forms

    That can also be coded into the single form with user levels.
  14. moke123

    Drone Hysteria

  15. moke123

    The Tesla Cybercab

  16. moke123

    Need help with Forms

    What does your user do if after entering a new student they realize they made a typo? Or entered a duplicate student? Why have 2 forms when one will suffice? There's a reason Microsoft included the DataMode argument in the open form method. There are many ways to idiot proof forms. Here's my...
  17. moke123

    Drone Hysteria

    I have this app on my phone. Maybe New Jerseyites ought to try it. https://play.google.com/store/apps/details?id=cz.dronetag.dronescanner&hl=en_US Because most of them are planes and helicopters.
  18. moke123

    Drone Hysteria

    Drone is a catch-all generic term for UAV's. The MQ-9 is a UAV while the smaller drones are classified as sUAV's. I'm sure it does. There were recent arrests of people using drones to drop drugs and cellphones into the prison yards
  19. moke123

    Drone Hysteria

    My drone weighs 249 grams. It costs $1000.00. An Autel Dragonfish cost $112,000 (about the size of a remote controlled airplane) Drone Taxis run $350,000+
Back
Top Bottom