ClarionLive is a volunteer effort by Clarionnites everywhere! We host several webinars each week, including the Noyantis User Group Meeting (Monday), the ClarionLive Open Webinar (Wednesday), the NetTalk User Group Meeting (Thursday), and the ClarionLive Weekly Webinar, where Clarion developers from all over the world volunteer to make presentations to their fellow developers!
Hi admin. I'm Adi from Indonesia. Is there clarion developer whatsapp group? If there is, pls add me to the group. We are thinking to upgrade the last version clarion and want to migrate the windows based app to web based.
@ClarionLive Does Ultimate SQL encompass the same concepts that Dennis Evans ODBC classes (that seemingly no longer exist) did? The ability to run pure SQL queries without cursors?
Yes, Ultimate SQL does allow running SQL queries without cursors. For example, you can fill up a queue using a statement like SQL.Query('Select * From Customer',qCustomer) as long as you use external names in your queue that match the column names in your SQL table.
My vote would be for Chicago - easy in & out for everyone in the states and worldwide.. reasonable flights... great weather in September. good pizza too 🙂
In this webinar:- Chilkat : A sneak peak of the new Email Tasks class including Office 365 and Gmail OAuth2, plus WooCommerce and Stipe Task Classes DockingPane : Save & Resote issue DockingPane : Layering windows on the same thread ReportControl : Load from queue / List Enhancer G-Visuals : Ideas for further UI enhancements
In this webinar:- Calendar : Using Multiple Schedules - DOs and DONTs CommandBars : Creating / Disabling content vis Secwin 7 G-Visuals : Update to Combo Lookup In this webinar:- Clarion Live : Production Setup MyTable : Protecting data via the Secret Clarion Setup : Duplicating Clarion setups GitHub : Settings including Line Endings Sheets + Tabs : Carl's Preview / Settings tool CommandBars : Setting text orientation UI : Discussion on different UI CommandBars : Setting Control attributes
In this webinar:- Calendar : Using Multiple Schedules - DOs and DONTs CommandBars : Creating / Disabling content vis Secwin 7 G-Visuals : Update to Combo Lookup
In this webinar:- Nettalk 12 and Secwin 6 : Ok for desktop app, but not Web Server apps Multi tagging records in manual list : Previous CIDC examples and Noyantis Report Control OCX Callbacks : Accessing Parent Classes properties and queues Best Practices : Sorting a report without matching keys - using AppendOrder UltimateSQL : Using in Clarion 8 (replace SQLLite driver with MSSQL as temp fix) Reports : Group Headers on all pages XFiles 4 : Missing CLW example
In this webinar:- App Loading Speed : Single EXE vs Multi DLL Using Secwin 7 security with CommandBars Misplaced MODULE statment causing compile errors Quickbooks Online integration with Chilkat wrapper OCX Callback events and accessing other class variables / queues Crystal Reports integration Unable to print from Clarion app - clear out temp folder String manipulation within StringTheory
Thank you Mike for your excellent teaching. I am a fan of test driven development but found it hard to implement in Clarion. Thanks again for showing us this technique !
Hi good day! This is Chris Barte from the Philippines, I am new to NetTalk and I retro watching your videos with regards to NetTalk, it is a very interesting tool to me. I have a question, how can I export data from a client side (from a browse or table) to excel file or csv file or xml file with NetTalk? I am using NetTalk 12. Thank you very much.
In this webinar :- Ultimate SQL usage and SQL temp tables Secwin : Trying to initialize manually for use with Anyscreen Nettalk : Lets Encrypt certificates
Ummm... You may want to consider updating the comments whenever you post a new video; to include "what" is discussed in the video? Then maybe we can find something. :) I came here to see if an in-memory file driver example ("hand-coded") has been documented. Thanks!
In this webinar:- Chilkat : Changes coming up in v6.00 ReportControl : Data Binding example Chilkat : Sending emails Hosting : New web hosting plans offered DockingPanes : MDI settings on Child Windows
In this webinar:- Clarion Templates : Use of Regions SQL : Connecting to SQL Server - Requirements and tips SQL : Phantom records in browses Clarion : Clearing out the Find history for speed enhancement IMDD : Discussion on GPF - is it related? Clarion : A discussion on starting multiple threads Clarion : Reducing the size of your Template Registry
In this webinar:- ChromeExplorer : Mis-match on Version ReportControl : In-Place Buttons Stimulsoft Reports : Using In Clarion SQL : Visual Query Builder
In this webinar:- Notes on V6 contents Notes on the next major update to the Chilkat wrapper SyntaxEdit : Split Panes SyntaxEdit : Monitor External File Changes DockingPanes : Creating Panes On The Fly NYSUtils : Animate Windows
In this webinar:- Json : Parsing content and posting correct values PDF : A question on creating / updating PDF documents (WPCubed suggested) Super Tagging : Moving Super Tagging from app to app - via TXA Clarion : Adding code to New Selection on Sheets / Tabs
In this webinar:- Chilkat : A discussion about current and future Payment Gateways Chilkat : An update on Signiflow support Chilkat : Planned updates on new Email task class DockingPanes : Contents of next update including a good example of re-usable window contents All templates : New unlimited parameter passing
In this webinar:- XFiles : New version available? - coming soon..... SyntaxEdit : New version available? - coming soon..... Clarion : When will the Unicode version of Clarion be available? - unknown Classify IT : Preview of Search facility StringTheory : Default buffer size XFiles / Clarion : Warning messages, why and how to get rid Clarion : Default window / report definitions - Defaults.clw Clarion : Screen colors - use Makeover for ease Codejock ActiveX : Are the Early or Late bound - Late Bound ActiveX : Are they stable - Yes Classes : Can they be sorted alphabetically Clarion : Is there a utility to calculate generated code vs manual embed code Fastmem : Will there be any updates for C11.1 - Unknown?? ChromeExplorer : Next build - approx Early April
In this webinar:- ReportControl : Pending Update - new Data Pictures on Columns for Displaying and Editing ReportControl : Row Number column PropertyGrid : Hyperlinks on Items FlowGraph : Added DeleteNode SyntaxEdit: Right Click Functionality All Products : Change to obtaining internal Objects during Callbacks
The first 5 patch releases of CDD were buggy to the point of being unusable, which caused so many users to abandon the product that it was nearly a disaster for the company. Clarion kept working on CDD and by version 3.007 it was usable. Version 3.1 named Clarion for DOS (CFD) was released in 1995. This proved much more stable, but by this time there was little interest in DOS development tools. A significant feature was the TopSpeed file driver, an ISAM file format allowing all indexes and multiple data files to be contained in one disk file. During this time the relationship between Clarion Software and JPI grew closer, and on April 30, 1992, Clarion merged with JPI to form an entity which would eventually be named TopSpeed Corporation. Employees at the TopSpeed Development Centre in London went to work on CDD and resolved many of the bugs. TopSpeed released Clarion for Windows version 1.0 (a.k.a. CW 1.0) in January 1995. The final 1.003 release was June 1995. The IDE was completely written as a Windows GUI and could produce Win16 EXE and DLL binaries to run on Windows 3.x. The language featured many enhancements needed to support the event driven Windows user interface. A Clarion developer could easily create a multithreaded MDI application. CW 1.0 continued the database flexibility added in CDD as well as adding an ODBC driver allowing connection to SQL databases, or any source supported by ODBC. The DOS monolithic template model was significantly enhanced in CW 1.0 and replaced by a model that allowed a window to use multiple templates (Extension, Control or Procedure templates). For example, in DOS a screen procedure could support browsing one data table. Under CW 1.0 a Window could use multiple Browse Control Templates, each displaying a different table. This design change was a major improvement in the ability of Clarion code generation. Clarion for Windows version 1.5 (a.k.a. CW 1.5) was released September 1995, with the final 1.502 release January 1996. This version added support for creating native Win32 binaries for Windows 95 and Windows NT 4. The same source code could target Win16 or Win32. The IDE remained 16-bit but added 32-bit compilers, linker, and debugger. Clarion for Windows version 2 (a.k.a. CW20) was released in June 1996, with the final 2.003 release March 1997. CW20 added classic object-oriented programming features to the language, including inheritance, encapsulation, virtual methods, and overloading. CW20 enhanced 32-bit support, added ActiveX support and enhanced SQL support. Clarion 4 (a.k.a. C4) was released December 1997, with the final 4.002 release May 1998. TopSpeed elected to skip the dreaded version number three (the official explanation was that CW 1.5 "should have been CW 2.0," so CW 2.0 "should have been CW 3.0", so let’s just call the next one version 4). Due to DOS development being dead the name dropped the "for Windows" title.
In this webinar:- XFiles : Disabling fields within a group ChromeExplorer : Detecting the end of an Async task Clarion : Scope of Static fields Clarion : Use of OVER on fields Data : Time tracking - via a FIFO approach Noyantis : Creating a UI with many controls
In this webinar:- Chilkat : Preview of the new SigniFlow Task Class CommandBars : How to add Drop Lists / Combos Calendar : Loading events that span a number of days ReportControl : How to use Multi Row selection and query the built in queue TaskPanel : UI setting for Text / Item selection TaskPanel : Moving / duplicating contents at runtime FlowGraph : A discussion on using the control as a multi page Dashboard
In this webinar:- PropertyGrid : How to apply leading zeros on strings Chilkat : Can we add a RU-vid task class - a discussion and a start to look at it....