Search results

  1. S

    update an image in image gallery

    There is an option with the name of (insert image) in Form Design Tab. If you insert one or more images, by clicking on (insert image) it shows a title (image gallery) and when you right click on an image and select update you can change the image and all before image that you used in forms...
  2. S

    update an image in image gallery

    Hi, is there any macro or code to update an image in image gallery? I know that it is possible with right click on images in gallery but I need to do it after saving with ACCDE file.
  3. S

    update an image and text in all forms by a setting form

    Dear Ridder, Thanks for your attention. But a form is editable in design view and I want to edit database logo and title in all forms and reports after saving in ACCDE file. The file I attached before has a form named Settings, you can edit the title and logo with it and open other forms to view...
  4. S

    update an image and text in all forms by a setting form

    Hi, I have an access database with several forms and reports. I want everyone who have permission to setting form can update the image and title. I used dlookup in control source of image and textbox and it work good for textbox but the image work for the first time and not working when I close...
  5. S

    flicker,flashes form on mouse move event

    arnelgp You are the best. You solve my problems every time and give me extra idea and information. Thanks.
  6. S

    flicker,flashes form on mouse move event

    Thanks Mr.Hartman. I don't understand what you are talking about. The file that I attached had no table, also the flicker is a common problem and has no relation to PC performance. Thanks for your attention.
  7. S

    flicker,flashes form on mouse move event

    Hi, this is a form that change the color of fonts when mouse move on labels. But there is a problem with flash or flicker when moving the mouse on form. I used the echo off/on but no result for this problem. The sample form attached Please help
  8. S

    shrink to fit

    Hi these codes can help you. copy it in details properties and on print event or use the attached file: Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)Dim ctl As Control, strText As Variant, strName As String' This routine uses the TextWidth methods to determine the maximum...
  9. S

    Shrik to fit or AutoResizeFont

    Thanks Ridders Shrink to fit is a useful option for fixed table designs. I know can shrink/grow in textbox option but many people don't like to change the fixed design for a few records that are longer than usual. If you surf the internet for this option you see many people have the same...
  10. S

    Shrik to fit or AutoResizeFont

    Hello, I have a report that has some textboxes with fixed size but some values are bigger than textboxes. so I find a code that change the size of fonts but there is a problem with empty fields. I attached a sample file that has two report, the first run good but the second has an error because...
  11. S

    autofill from unbound textbox

    Oh no, the properties is changeable by shift key or bypass. would you help me to prevent this file from bypassing. or is it better that the serial, save as a label in a form in place of changing properties.Thanks
  12. S

    autofill from unbound textbox

    Thanks, It's all I want.
  13. S

    autofill from unbound textbox

    Is it possible to delete a record from hidden table in an accde file?
  14. S

    autofill from unbound textbox

    Note: this works like a lock for my file, when I open it in a pc for the first time it auto save the cpu s/n to a table (one record as a place holder). So when the user copy the file to other pcs the cpus s/n don't match and it shows warning. thanks for your attention
  15. S

    autofill from unbound textbox

    Thanks a lot, It solved my problem.
  16. S

    autofill from unbound textbox

    thanks a lot, but it add a new record. is it possible if the record is empty or is filled with "aa" then change it with cpu s/n and if it is not "aa" check it's value with cpu s/n, if they are equal open mainform, if not open warning form.
  17. S

    autofill from unbound textbox

    Hi, this is an MS access file that shows pc information, I want after showing the pc information, automatic save cpu serial number in the table if it is empty. If it is not empty check both information cpu s/n and the table value, if they are equal open mainform if not equal open warningform...
Back
Top Bottom