• How to create 2+ records in V7 style "simultaneously"?

    Hi, How can I create two or more instances in V7 Style code ( Leave request representation) ? In this specific case I want to create as many entrys in the table as contracts registered for the Employee. I tried with a For Cycle in "AINSERT_AFTER…
  • Filtering in Mobile v7 coding

    Hi all, I'm trying to use the "AQUERY_CRITERIA_AFTER" event, in a mobile representation. My only problem here is that the property "THIS" is not available, and because of that i can't use values from the main screen. Do you know how can i solve…
  • How to jump directly to a record in a representation (edit mode)?

    Hi, I need to jump from projects directly to a record that already exists at classes and representations in edit mode. How can I do it passing the record ID as seen in the picture? Basically what I need is something like "Call OBJET("OBJ…
  • How to attach a PDF in native V7 classes and representations?

    Hi, How can I attach a PDF to a record in classes and representations (V7 native)? Best Regards
  • ADATIM in classes and representations

    Hi there, I'm trying to use the datatype ADATIM in classes and representations to manipulate departing times and estimated delivery times. The problem is every time I try to edit the field I get the error "invalid format type" Here is a print…
  • Using IMPORTSIL in V7 style coding

    Hi, How do I use IMPORTSIL in V7 classes and representations style coding? "Call IMPORTSIL("YBPP", WNOMFIC) From GIMPOBJ" doesnt work anymore. Best Regards