Search results

  1. K

    locking the positions and sizes of multiple forms

    Hi Is it possible to lock the positions of tow opened forms side by side? Thx
  2. K

    Hours/minutes not covered by staff presence

    I need some help here The staff logs there presence in a table with the typical field like ID, date, "Start" and "End" last two fileds are hour value format. I need to track which minutes of the day are not covered by the staff presence. Do sombody got an idea how to do it ? Thanks in advance
  3. K

    sending email from excell

    Hi everybody Here's my problem if somebody can help me: Each month I must send a bills to the customers on a list in an excel sheet. I've got the: -email address Cell(A1).value -email subject (Bill for the month of "selectedmonth") Cell(B1).value -email text to display (Here is your bill for...
  4. K

    Need help for code to generate spots on map

    Ok thanks jal About the loop thing I did try something like this: For each record do circle and text end for I'm having difficulties about passing the arguments in the loop
  5. K

    Need help for code to generate spots on map

    For the picture I moved it to the back the circle and print function works and are in front of the picture. The problem lie more about the ADO recordset and the loop itself. That's where I need some help.
  6. K

    Need help for code to generate spots on map

    Here is my ruff around the edges code to generate spot on a report with the background as a picture of a map. The coordinates are GPS, the positions are between the upper left corner and lower right corner of the picture (georeferenced). What I need to do is loop trough each records to...
Back
Top Bottom