Search results

  1. W

    Subform recordsource change based on openarg of parent form

    that is what i have done onLoad event but it does not work
  2. W

    Subform recordsource change based on openarg of parent form

    Hi, I have a form frmMain with subform fsubMain. FrmMain is opened with different open arguments. I am trying to set the record source of fsubMain according to. So what i did is setting this up in the OnLoad event of the parent form frmMain like this and apply a filter but it does not work...
  3. W

    OLEUnbound image and sclaling issue

    Hi, I have a report with OLEUnbound Image. When i change the scaling of the screen the the image changes its zoom so the fields that are positioned over change their location. I have found the SizeMode setting and i have played around with it, but i did not succeed. So my question is if there...
  4. W

    Exit Sub in called sub

    Sorry, i away. I understand: it is necessary to add an exit to the sub where the calling happens. Thank you.
  5. W

    Exit Sub in called sub

    Yes. The sub does not quit.
  6. W

    Exit Sub in called sub

    I did. It is a conditional statement. Everything works as expected, only the exit sub statement fails.
  7. W

    Exit Sub in called sub

    Hi, I have a form with public sub than contain an exit sub statement. I want to call that sub in some other events of the same form. however when i do so the called sub works except the exit sub statment. It is embedded in an if option. Why the exit sub does not work if it is in a called sub...
  8. W

    alternate row color override with box

    Thank all of you! Your professional advises help me lot. This forum is the best of all! Thanks again.
  9. W

    alternate row color override with box

    yes i did, thank you. if this color issue is a bug, then i can understand. I have just wondered how this can be sold. Your button solution worked for me too, but even if i set border style to transparent there is small marking around it that bothered me. I think i will use the subform...
  10. W

    alternate row color override with box

    Thank you, that is exactly what i wanted. What is actually really my question by now is that why the white color does not work???
  11. W

    alternate row color override with box

    If color of the control is white it does not work. If it for example red it works
  12. W

    alternate row color override with box

    It does not work. It is a continous form and if a i put a subform in it changes back to single form. I need it to be a continous form.
  13. W

    alternate row color override with box

    Yes that what i have done, put a box there. If back color others than white it works, but with white not.
  14. W

    alternate row color override with box

    and in design view
  15. W

    alternate row color override with box

    Attached the normal view
  16. W

    alternate row color override with box

    Hi, I have created a continous form with alternate row settings. It is a pop up form and i wanted to have better look of it, like having margins on both side. So in the form header i have added to box on both lateral end with white color. It is ok, look like having margins. I have added to two...
  17. W

    pop up report in printpreview zoom

    I am using an x230 thinkpad on the go and because of the small screen, i thought of a "better" view of the report which only serves a fast data control.
  18. W

    pop up report in printpreview zoom

    I have tried but it does not work. Anyway thank you for all help! I think i can live with this one more click to zoom in. Thanks again.
  19. W

    pop up report in printpreview zoom

    thanks for all the input it works perfectly if report opened in a normal way. However if opened as a popup (acDialog) it does not work. Can it be that there is no solution for that?
  20. W

    pop up report in printpreview zoom

    i have tried the docmd.maximize but it does not work. Report opens as before
Back
Top Bottom