r_Agents.bas 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. Operation =1
  2. Option =0
  3. Begin InputTables
  4. Name ="r_AgentValide"
  5. Name ="tbl_Agents"
  6. End
  7. Begin OutputColumns
  8. Expression ="tbl_Agents.CodeAgent"
  9. Expression ="tbl_Agents.Nom"
  10. Expression ="tbl_Agents.Grade"
  11. Expression ="tbl_Agents.Catégorie"
  12. Expression ="tbl_Agents.RémunérationBase"
  13. Expression ="tbl_Agents.Groupe"
  14. Expression ="tbl_Agents.ResidenceAdmin"
  15. Expression ="tbl_Agents.ResidenceFamiliale"
  16. Expression ="tbl_Agents.Telephone"
  17. Expression ="tbl_Agents.Matricule"
  18. Expression ="tbl_Agents.TypeVehicule"
  19. Expression ="tbl_Agents.DateAutorisationVP"
  20. Expression ="tbl_Agents.PuissanceFiscVP"
  21. Expression ="tbl_Agents.NbKmAutorisesVP"
  22. Expression ="tbl_Agents.TypeVirement"
  23. Expression ="tbl_Agents.PeriodeValidite"
  24. End
  25. Begin Joins
  26. LeftTable ="r_AgentValide"
  27. RightTable ="tbl_Agents"
  28. Expression ="r_AgentValide.Expr1 = tbl_Agents.PeriodeValidite"
  29. Flag =1
  30. LeftTable ="r_AgentValide"
  31. RightTable ="tbl_Agents"
  32. Expression ="r_AgentValide.CodeAgent = tbl_Agents.CodeAgent"
  33. Flag =1
  34. End
  35. dbBoolean "ReturnsRecords" ="-1"
  36. dbInteger "ODBCTimeout" ="60"
  37. dbByte "RecordsetType" ="0"
  38. dbBoolean "OrderByOn" ="0"
  39. dbByte "Orientation" ="0"
  40. dbByte "DefaultView" ="2"
  41. dbBoolean "FilterOnLoad" ="0"
  42. dbBoolean "OrderByOnLoad" ="-1"
  43. dbBoolean "TotalsRow" ="0"
  44. Begin
  45. Begin
  46. dbText "Name" ="tbl_Agents.PeriodeValidite"
  47. dbLong "AggregateType" ="-1"
  48. End
  49. Begin
  50. dbText "Name" ="tbl_Agents.CodeAgent"
  51. dbLong "AggregateType" ="-1"
  52. End
  53. Begin
  54. dbText "Name" ="tbl_Agents.Nom"
  55. dbLong "AggregateType" ="-1"
  56. End
  57. Begin
  58. dbText "Name" ="tbl_Agents.Grade"
  59. dbLong "AggregateType" ="-1"
  60. End
  61. Begin
  62. dbText "Name" ="tbl_Agents.Catégorie"
  63. dbLong "AggregateType" ="-1"
  64. End
  65. Begin
  66. dbText "Name" ="tbl_Agents.RémunérationBase"
  67. dbLong "AggregateType" ="-1"
  68. End
  69. Begin
  70. dbText "Name" ="tbl_Agents.Groupe"
  71. dbLong "AggregateType" ="-1"
  72. End
  73. Begin
  74. dbText "Name" ="tbl_Agents.ResidenceAdmin"
  75. dbLong "AggregateType" ="-1"
  76. End
  77. Begin
  78. dbText "Name" ="tbl_Agents.ResidenceFamiliale"
  79. dbLong "AggregateType" ="-1"
  80. End
  81. Begin
  82. dbText "Name" ="tbl_Agents.Telephone"
  83. dbLong "AggregateType" ="-1"
  84. End
  85. Begin
  86. dbText "Name" ="tbl_Agents.Matricule"
  87. dbLong "AggregateType" ="-1"
  88. End
  89. Begin
  90. dbText "Name" ="tbl_Agents.TypeVehicule"
  91. dbLong "AggregateType" ="-1"
  92. End
  93. Begin
  94. dbText "Name" ="tbl_Agents.DateAutorisationVP"
  95. dbLong "AggregateType" ="-1"
  96. End
  97. Begin
  98. dbText "Name" ="tbl_Agents.PuissanceFiscVP"
  99. dbLong "AggregateType" ="-1"
  100. End
  101. Begin
  102. dbText "Name" ="tbl_Agents.NbKmAutorisesVP"
  103. dbLong "AggregateType" ="-1"
  104. End
  105. Begin
  106. dbText "Name" ="tbl_Agents.TypeVirement"
  107. dbLong "AggregateType" ="-1"
  108. End
  109. End
  110. Begin
  111. State =0
  112. Left =0
  113. Top =0
  114. Right =1072
  115. Bottom =840
  116. Left =-1
  117. Top =-1
  118. Right =1056
  119. Bottom =460
  120. Left =0
  121. Top =0
  122. ColumnsShown =539
  123. Begin
  124. Left =268
  125. Top =12
  126. Right =412
  127. Bottom =156
  128. Top =0
  129. Name ="r_AgentValide"
  130. Name =""
  131. End
  132. Begin
  133. Left =35
  134. Top =12
  135. Right =207
  136. Bottom =376
  137. Top =0
  138. Name ="tbl_Agents"
  139. Name =""
  140. End
  141. End