Hi DAW,
Can we have a meta-tag for Publishing a Procedure/Function ? Or possibly to reuse the current "Published" meta tag ?
This is related to callback procedures for ShowYesNo dialogs -...
Type: Posts; User: raveens
Hi DAW,
Can we have a meta-tag for Publishing a Procedure/Function ? Or possibly to reuse the current "Published" meta tag ?
This is related to callback procedures for ShowYesNo dialogs -...
Hi Sam,
Now this got me thinking....
I tried this connection string - guess what!? connection to DB2 successful !
13321
Basically, provided the DB2_DRV with the driver parameter...
Hi Sam,
Yup! Using the DB2_DRV is a no go - same error as you.
BUT (a big but), if you can use the ODBC driver to connect to the DB2 database as per:
13320
But all the DB2 features like...
FYI - after some testing, it seems the only way to get passed most AV scanners is sign the EXE (SignTool)
This is doable by rather cumbersome via the Studio and has issues itself.
With...
Thanks, Wil
Hi DAW,
With references to:
https://www.example-code.com/dataflex/json_update_string.asp
Procedure Test
Handle hoJson
String sTemp1
+1 "Exclude Comments from searches"
Hi Stephen
Yup! I figured as much (false positive) and I will be submitting the EXE to Sophos.
Just wondering if DAW is looking for a long term solution as issues with AV scanners pretty much...
Hi DAW
With reference to the "Working-with-the-DataFlex-2020-Technology-Preview.pdf" document, page 20 - under the title "Structs"
Could you please elaborate why the handle hWndOwner needs to...
For Details please see:
https://community.sophos.com/kb/en-us/127332
Hi Marco
If need any resource in creating the "Chilkat Package Splitter" - I would be happy to help!
Just 1 caveat - Chilkat has a common mixin called "cCom_IChilkatEvents" which I guess it...
Hi Stephen,
One of the downsides of supporting these popular databases via the ODBC Driver (6.3.0.15) instead of natively is that DSN-Less connections become really cumbersome.
See below:
...
Hi,
We have a multitude of (db)forms set as Form_Datatype = Mask_Numeric_Window
Now, the user wants to "insert" a value/number within a form but apparently numeric masked forms defaults to...
Try something like:
Procedure Key Integer iKeyValue Returns Integer
Boolean bIgnore
Integer eType
If (iKeyValue > 32 and iKeyValue < 128) Begin // {space}
...
Let's take "Inventory.Cost_Price" as an example.
We could have a rule to say:
Function IsFieldHidden Integer iField Returns Boolean
Boolean bIsHidden
If...
Hi Everyone,
What's your take on having a new DataDictionary Data Entry Option called DD_HIDDEN ?
Currently we have DD_DISPLAYONY, DD_NOENTER and DD_NOPUT to control whether a DEO can be...
Hi Daw,
It seems that the way the DBSuggestionForm, or more precisely the DD, builds the SQLFilter is not compatible with MariaDB/MySQL
To Test
Convert Order Entry to MariaDB/MySQL
Change...
Might have been fixed in DF19.1 but this is the workaround...
Use VdfBase.pkg
Class cWebDEO_BugFix_Mixin is a Mixin
// This gets triggered during the OnClearDefaultParent when it is...
Hi Sam,
Hence why we do NOT use the default DFCONN.INI - to avoid issues like this.
Try using this within your application's oConnection Object or just subclass the cConnection with the...
Congratulations Wil !!!
Thanks for the great resource and contributions !!
I think its a great idea +1
Hi DAW
We have had data integrity issues where orphan records exists after a customer had been deleted and we tracked it down to the "Read_Only_State" of a child DD
Using the Order Entry as an...
Hi DAW,
Is there a DF19.1 Integration Library for DR6.2 that we can download ? Or is DR6.2 not supported in DF19.1 ?
Yes - it is. If it doesnt for you - you might want to increase the timer timeout or increase the maxtries
Thanks, Stephen.
That's a relief - will the new revision of DF (installer) fix this issue ?