Portal:Windows Applications: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
(31 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
The ''' | The '''Windows Applications Portal''' is the place to come for articles and tutorials on developing [http://en.wikipedia.org/wiki/Microsoft_Windows Windows] applications with '''[[DataFlex]]'''. | ||
Note: [[DataFlex]] was renamed from [[Visual DataFlex]], by Data Access Worldwide in 2014. | |||
==Articles== | ==Articles== | ||
Line 7: | Line 8: | ||
==Tutorials== | ==Tutorials== | ||
*How to add '''[[Add Workspace Parameter|Workspace Parameters]]''' using [[cIniFile]] | *How to [https://support.dataaccess.com/Forums/showthread.php?64430-HOWTO-Fix-RemoteApp-losing-focus-and-or-crashing-due-to-z-index-issue-on-Win10-Pro How to fix remote app losing focus and/or crashing due to z-index issue on Win10-Pro] | ||
*How to add '''[[Add Workspace Parameter|Workspace Parameters]]''' using the [[cIniFile]] class | |||
*[[Running_VDF_programs_as_Windows_Services]] | *[[Running_VDF_programs_as_Windows_Services]] | ||
*[[Using On_key for undefined keys]] | *[[Using On_key for undefined keys]] | ||
*[[Passing the workspace as a parameter]] | *[[Passing the workspace as a parameter]] | ||
*Adding [[SMTP Email]] to your application using an [[ActiveX]] control | *Adding [[SMTP Email]] to your application using an [[ActiveX]] control | ||
*[[Run only one instance of your application]] | *[[Run only one instance of your application]] | ||
*[[Customize prompt lookup behavior in a dbgrid]] | *[[Customize prompt lookup behavior in a dbgrid]] | ||
*[[Print the content of an embedded IE html control]] | *[[Print the content of an embedded IE html control]] | ||
*[[Get the selected printer device name]] | |||
*[[Return data from every object in a dbView]] | *[[Return data from every object in a dbView]] | ||
*[[Print to a file using reports]] | *[[Print to a file using reports]] | ||
*[[Visual Modelling of multiple visual objects]] | *[[Visual Modelling of multiple visual objects]] | ||
*[[ | *[[Using SQL Connectivity|SQL Connectivity]] | ||
*[[Upgrading workspaces to a newer Visual DataFlex version]] | |||
*[[Dynamic codejock menus from a database]] | |||
*[[How to add your own items to the default Codejock Context menu]] | |||
*[[Simulate submitting data from a web browser]] | |||
*[[Using GIT for Dataflex Development]] | |||
==Advanced== | ==Advanced== | ||
Line 26: | Line 33: | ||
* [[Multi-row select for Grid control]] | * [[Multi-row select for Grid control]] | ||
* [[Calculating the cost of inventory kits]] - Functions that call themselves | * [[Calculating the cost of inventory kits]] - Functions that call themselves | ||
* [[External dependencies]] | |||
* [[Enumerate windows fonts]] | |||
* [[Get Datadictionary object from File Number]] | |||
* [[Codejock Grid with ProgressBar]] | |||
* [[Time edit grid column for cCJGrid]] | |||
==External | ==External Resources== | ||
* http://www.vdf-guidance.com | * http://www.vdf-guidance.com | ||
* http://www.dataaccess.com | * http://www.dataaccess.com | ||
* http://www.dataaccess.nl | * http://www.dataaccess.nl | ||
* [http://www.sture.com/wasp/ WASP Newsgroup search] engine | * [http://www.sture.com/wasp/ WASP Newsgroup search] engine | ||
* [http://www.starzen.com StarZen Technologies] Addon Tools, Books, Magazines, Consulting | * [http://www.starzen.com StarZen Technologies] Addon Tools, Books, Magazines, Consulting | ||
* [http://www. | * [http://www.moose-software.com Visual Dataflex for the Spanish speaking community] HelpDesk Software, Web App and Ajax applications, Electos | ||
* [ | * [https://www.rdctools.com/ RDC Tools International] Open Source, Consulting & Tools | ||
* | * http://eriksven.com/ | ||
* [https://discord.gg/abyersd DataFlex discord server] | |||
==Requested Articles / Works in progress== | ==Requested Articles / Works in progress== | ||
new articles go here! --[[User:Jka|Jka]] 22:49, 22 December 2008 (UTC) | |||
*[[Converting from DOS to Windows]] | *[[Converting from DOS to Windows]] | ||
*[[COM|Using COM Objects]] (reuse existing functionality) | *[[COM|Using COM Objects]] (reuse existing functionality) | ||
*[[Scanning / TWAIN components]] | |||
*[[Some Link]] | |||
[[Category:Portals]] | [[Category:Portals]] | ||
[[Category: | [[Category:DataFlex]] |
Latest revision as of 11:28, 15 September 2022
The Windows Applications Portal is the place to come for articles and tutorials on developing Windows applications with DataFlex.
Note: DataFlex was renamed from Visual DataFlex, by Data Access Worldwide in 2014.
Articles
- Visual DataFlex (covering the basic stuff)
Tutorials
- How to How to fix remote app losing focus and/or crashing due to z-index issue on Win10-Pro
- How to add Workspace Parameters using the cIniFile class
- Running_VDF_programs_as_Windows_Services
- Using On_key for undefined keys
- Passing the workspace as a parameter
- Adding SMTP Email to your application using an ActiveX control
- Run only one instance of your application
- Customize prompt lookup behavior in a dbgrid
- Print the content of an embedded IE html control
- Get the selected printer device name
- Return data from every object in a dbView
- Print to a file using reports
- Visual Modelling of multiple visual objects
- SQL Connectivity
- Upgrading workspaces to a newer Visual DataFlex version
- Dynamic codejock menus from a database
- How to add your own items to the default Codejock Context menu
- Simulate submitting data from a web browser
- Using GIT for Dataflex Development
Advanced
- Add icons with subset of images to CodeJock CommandBars
- Programmatically edit a treeview label
- Multi-row select for Grid control
- Calculating the cost of inventory kits - Functions that call themselves
- External dependencies
- Enumerate windows fonts
- Get Datadictionary object from File Number
- Codejock Grid with ProgressBar
- Time edit grid column for cCJGrid
External Resources
- http://www.vdf-guidance.com
- http://www.dataaccess.com
- http://www.dataaccess.nl
- WASP Newsgroup search engine
- StarZen Technologies Addon Tools, Books, Magazines, Consulting
- Visual Dataflex for the Spanish speaking community HelpDesk Software, Web App and Ajax applications, Electos
- RDC Tools International Open Source, Consulting & Tools
- http://eriksven.com/
- DataFlex discord server
Requested Articles / Works in progress
new articles go here! --Jka 22:49, 22 December 2008 (UTC)
- Converting from DOS to Windows
- Using COM Objects (reuse existing functionality)
- Scanning / TWAIN components