Search results

  1. E

    print jpg files from vba

    Hi, is there a way to print jpg or other graphic files from vba code like you do with office files ? Thanks in advance Erwin
  2. E

    printing an external document ??

    Hi, how can i print an external document from code ?? Thanks in advance.
  3. E

    on screen keyboard problem

    Hi, i'm building a on screen keyboard with has to adjust fields on a subform. When pressing a key a letter is added in a certain field like : me!subform!field1= me!subform!field1 & "Q" How can i detect which field has the focus on the subform and the code is only editting this field ? I've...
  4. E

    form function from other form >

    Hi, sometimes i'm able to call a function in another open form ( f.i. to recalculate things ) from another form with Forms!something.redo ( redo is function in the other form ). In another case i'm not abe to do this. What is the best way to do this ? A simple requery or refresh is not working...
  5. E

    Repositioning buttons bu user ?

    Hello, i want the user to be able to reposition the buttons on a form. So far i was able to do it with one button, the user presses the button and clicks on its new position. The position is written into a table which is being read when the forms opens. This works fine. Here is the code...
  6. E

    I need to send a form feed to a printer , How ??

    Hi, at the end of a report i need to send a form feed to the printer. The ticket printer will the cut the paper. How can i do this ?? Thanks in advance
  7. E

    sendin a formfeed to a ticket printer ?

    Hi, i've made a report which contains a formfeed item but when this is beind send nothing happens on my ticket printer. The settings of the printer are set to a cut action when a form feed is been send. I do set it to visible with :me!pagefeed.visible = true in the detail settings . Does...
  8. E

    multi selection box ?

    Hi, is it possible to have a selection box in which you can select more records ? I want to do somthing with that ... Thanks in advance
Back
Top Bottom