Search results

  1. J

    Title and images missing in Buttons

    Of course, Mike: I've attached a file. It only includes the form I posted in the image. I think it's sufficient to see the anomaly. Regards
  2. J

    Title and images missing in Buttons

    Thank you both for your replies: I still don't know the cause of the problem, but it persists. I'm attaching another image: It's a not-so-recent application. The buttons are all from the same date. As you can see, some show the title, while others don't. I won't make any changes for now, so I...
  3. J

    Title and images missing in Buttons

    Microsoft® Access® para Microsoft 365 MSO (versión 2506 compilación 16.0.18925.20022) de 64 bits Since yesterday, the button titles and images have disappeared in all the databases I open. In some Form Buttons, the image is retained if it's from a file. Titles are missing. The images that have...
  4. J

    Windows Colour Dialog (aka ChooseColorA) - can the "basic" colours be changed?

    Thanks for your input. I'm sure it'll be helpful.
  5. J

    Windows Colour Dialog (aka ChooseColorA) - can the "basic" colours be changed?

    There are certainly two parts (Forms). With your suggestion, the Windows form now opens on top of "MyColorPicker," and I meant to open it according to the image I attached. It's not that important; I was just curious to expand my knowledge of how to manage those objects. If it's very complex, I...
  6. J

    Windows Colour Dialog (aka ChooseColorA) - can the "basic" colours be changed?

    Hi MajP: I downloaded your example from this Post #14, which is very good. I don't know if it would be too complicated to place the "Color Window" right next to Text2, and aligned with the top of the Form >> FrmDemo Just like in the attached figure. Is it possible? I have no idea how to do it...
  7. J

    Automated Production Planner

    Hi Chris: Very good work you've done. Based on the text of your post, what I understood (I'm not sure if it's correct) is that you're ultimately looking for an ERP (Enterprise Resource Planning). I understood it to be "only" a load of workstations in hours. For this, each product must obviously...
  8. J

    Automated Production Planner

    Hi Chris: I understand that what you need is a "Utility" to calculate machine load. If so: 1.Do you have a "Route Map" defined for each product in your database? 2. Do you have a setup time and process time defined for each machine and product phase? 3. Do you work against orders or against...
  9. J

    Pop-up message when converting Access report to PDF

    That's right, Collin. I mentioned it as a "comparative," understanding that each code has its own scope of application. Regards.
  10. J

    Pop-up message when converting Access report to PDF

    I've tried Edgar's solution and it seems fine to me. However, compared to: DoCmd.SetWarnings False 'Code DoCmd.SetWarnings True Which is quite "clean," it doesn't seem like the definitive solution. Still, Edgar's work is appreciated. Best regards.
  11. J

    Pop-up message when converting Access report to PDF

    Thanks Edgar for your contribution. I'll try it. As Sonic8 mentions, I'll introduce a DoEvents as a precaution. From Colin's post, I gather he'll try it too. We'll see the results. Best regards.
  12. J

    Pop-up message when converting Access report to PDF

    Hi Doc: Thanks for your message. For now, I'll stick with the part of your text: "You NEVER want that turned off for any length of time." And I would add, "Not even for a short time." The risk outweighs the occasional inconvenience. Best regards >> Jacinto
  13. J

    Pop-up message when converting Access report to PDF

    Thanks, Colin, for the expansion: The truth is, I've been looking for a solution for a long time. Now, from your responses, I see that it's not possible at the moment. Sometimes the flickering is annoying, but I also understand that it's a subjective issue. It's possible that a solution will...
  14. J

    Pop-up message when converting Access report to PDF

    Hello: Thank you all for your replies. I imagined it wouldn't be easy. The message is exactly what Colin shows. I'd already tried Doc's solution without success. DHookom's is very good. The effect June mentions has the added drawback that you can't cancel the task. Conclusion: Things are the...
  15. J

    Pop-up message when converting Access report to PDF

    In Access VBA, I have a procedure to convert Access reports to .pdf files. It works very well for me.The problem is that when I call it repeatedly, I get a pop-up message that I can barely read. In the top left corner, there's an icon, followed by the text >> Print, and in the center, it says...
  16. J

    NumberNest - Sudoku in Spirit

    Hi Murray:Excellent work. Congratulations. When you run a test without using hints, an error is generated in the UPDATE SQL at the end of the game. Private Sub LeaderBoardSave() Line >> DoCmd.RunSQL sql That doesn't detract from the overall package, which is good. If I find anything, I'll let...
  17. J

    Text with shadow in Access Form.

    Well: The truth is that it is a bit of a mystery. I think I can only wait and see if it appears again. I appreciate everyone's interest in helping, but if I myself do not have more information to contribute, I have only patience. Thanks again to everyone. Greetings
  18. J

    Text with shadow in Access Form.

    Colin: Don't worry. You haven't missed any important notes. I'll be patient, and I'll keep watching, because throughout this afternoon, it hasn't come up. I've tried to reproduce it, but I haven't been able to do so. What I have done is implement George's suggestion in Post #5. I've moved to...
  19. J

    Text with shadow in Access Form.

    Edgar: tal como citaba en el Post #16, el problema no se me ha presentado en toda la tarde. Lo seguiré observando. Lo que si he hecho es poner en práctica la sugerencia de George en el Post #5. He pasado al Canal actual en lugar del canal Beta en el que estaba. Mis saludos
  20. J

    Text with shadow in Access Form.

    Edgar: En ese Archivo (Original), tengo datos sensibles, y por eso no lo he adjuntado. He aislado el Formulario que me causó el problema, en una reproducción fiel. Están todos los controles a excepción de Botones. Adjunto un Zip con la copia que cito. Un cordial saludo
Back
Top Bottom