FormTestPivot.bas 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. Version =20
  2. VersionRequired =20
  3. Begin Form
  4. DividingLines = NotDefault
  5. DefaultView =3
  6. PictureAlignment =2
  7. DatasheetGridlinesBehavior =3
  8. GridY =10
  9. Width =0
  10. DatasheetFontHeight =11
  11. Right =20715
  12. Bottom =12990
  13. DatasheetGridlinesColor =14806254
  14. RecSrcDt = Begin
  15. 0x6c8ac66513d9e440
  16. End
  17. RecordSource ="SELECT TableTestBaseFields.auto_number, TableTestBaseFields.string, TableTestBas"
  18. "eFields.long_string, TableTestBaseFields.integer, TableTestBaseFields.long_int, "
  19. "TableTestBaseFields.real, TableTestBaseFields.real_one_decimal, TableTestBaseFie"
  20. "lds.real_double, TableTestBaseFields.decimal, TableTestBaseFields.datetime, Tabl"
  21. "eTestBaseFields.boolean, TableTestBaseFields.string_with_default, TableTestBaseF"
  22. "ields.numeric_with_condition, TableTestBaseFields.nonnull_date, TableTestBaseFie"
  23. "lds.indexed_integer_no_decimal, TableTestRelation1.Id FROM TableTestBaseFields I"
  24. "NNER JOIN (TableTestRelation4 INNER JOIN (TableTestRelation3 INNER JOIN (TableTe"
  25. "stRelation2 INNER JOIN TableTestRelation1 ON TableTestRelation2.Id = TableTestRe"
  26. "lation1.FK_TTR1_TTR2) ON TableTestRelation3.Id = TableTestRelation2.FK_TTR2_TTR3"
  27. ") ON TableTestRelation4.Id = TableTestRelation3.FK_TTR3_TTR4) ON TableTestBaseFi"
  28. "elds.auto_number = TableTestRelation1.FK_TTR1_TTR2 WHERE (((TableTestRelation1.I"
  29. "d)=1)); "
  30. DatasheetFontName ="Calibri"
  31. AllowFormView =0
  32. AllowDatasheetView =0
  33. AllowPivotChartView =0
  34. AllowPivotChartView =0
  35. FilterOnLoad =0
  36. ShowPageMargins =0
  37. DisplayOnSharePointSite =1
  38. AllowLayoutView =0
  39. DatasheetAlternateBackColor =15921906
  40. DatasheetGridlinesColor12 =0
  41. FitToScreen =1
  42. DatasheetBackThemeColorIndex =1
  43. BorderThemeColorIndex =3
  44. ThemeFontIndex =1
  45. ForeThemeColorIndex =0
  46. AlternateBackThemeColorIndex =1
  47. AlternateBackShade =95.0
  48. Begin
  49. Begin Label
  50. BackStyle =0
  51. FontSize =11
  52. FontName ="Calibri"
  53. ThemeFontIndex =1
  54. BackThemeColorIndex =1
  55. BorderThemeColorIndex =0
  56. BorderTint =50.0
  57. ForeThemeColorIndex =0
  58. ForeTint =50.0
  59. GridlineThemeColorIndex =1
  60. GridlineShade =65.0
  61. End
  62. Begin Section
  63. Height =0
  64. Name ="Détail"
  65. AutoHeight =1
  66. AlternateBackColor =15921906
  67. AlternateBackThemeColorIndex =1
  68. AlternateBackShade =95.0
  69. BackThemeColorIndex =1
  70. End
  71. End
  72. End