Search results

  1. W

    Subform recordsource change based on openarg of parent form

    DisplayAll means in my setup that all records for given customer regardless the status of the records.
  2. W

    Subform recordsource change based on openarg of parent form

    Because for different needs i am to use the same form.
  3. W

    Subform recordsource change based on openarg of parent form

    I am not sure if i understand it correctly: put the code in the OnLoad event of the frmMain? I think i have done it in the beginning. I have put my code there, or do i miss something?
  4. W

    Subform recordsource change based on openarg of parent form

    I have read in a forum that subform loads before parent form. Is it correct?
  5. W

    Subform recordsource change based on openarg of parent form

    that is what i have done onLoad event but it does not work
  6. 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...
  7. 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...
  8. 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.
  9. W

    Exit Sub in called sub

    Yes. The sub does not quit.
  10. W

    Exit Sub in called sub

    I did. It is a conditional statement. Everything works as expected, only the exit sub statement fails.
  11. 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...
  12. 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.
  13. 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...
  14. 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???
  15. 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
  16. 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.
  17. 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.
  18. W

    alternate row color override with box

    and in design view
  19. W

    alternate row color override with box

    Attached the normal view
  20. 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...
Back
Top Bottom