Using GIT for Dataflex Development: Difference between revisions

m
Added to Version Control category
m (add syntax highlighting)
m (Added to Version Control category)
 
(5 intermediate revisions by 2 users not shown)
Line 298: Line 298:
Switch back to VDF Studio and the SalesP.vw file. Change the Refresh procedure to the following code:
Switch back to VDF Studio and the SalesP.vw file. Change the Refresh procedure to the following code:


  <nowiki>
  <source lang="dataflex">
         // This only works from VDF 17.0 where Refresh is also send to containers
         // This only works from VDF 17.0 where Refresh is also send to containers
         Procedure Refresh Integer eMode
         Procedure Refresh Integer eMode
Line 311: Line 311:
             Forward Send Refresh eMode
             Forward Send Refresh eMode
         End_Procedure
         End_Procedure
  </nowiki>
  </source>


Compile and confirm the code.
Compile and confirm the code.
Line 624: Line 624:
|DataAccess Blog: Source Control and Visual DataFlex 102: Multi-Developer Use
|DataAccess Blog: Source Control and Visual DataFlex 102: Multi-Developer Use
|http://support.dataaccess.com/Forums/entry.php?92-Source-Control-and-Visual-DataFlex-101-The-Basics
|http://support.dataaccess.com/Forums/entry.php?92-Source-Control-and-Visual-DataFlex-101-The-Basics
|-
|DataAccess Blog: Using Git with DataFlex
|https://www.dataaccess.com/blog/systems-environments/using-git-with-dataflex-1596
|}
|}
== Third party Git utilities ==
* [https://www.syntevo.com/smartgit/ SmartGit]
* [https://github.com/nvie/gitflow Gitflow]
* [https://gitforwindows.org/ Git for Windows]


----
----
Line 630: Line 639:
If you like this article, find issues or need more explanation on any of this, please send me an email.
If you like this article, find issues or need more explanation on any of this, please send me an email.
My email is m dot kuipers at internode dot on dot net
My email is m dot kuipers at internode dot on dot net
[[Category:How To]]
[[Category:Tutorials]]
[[Category: Version Control]]