If you select a field, and then include it in a multi field lasso selection, then the field is selected twice. Pressing Left and right on the keyboard to nudge those fields then nudges the field you...
Type: Posts; User: seanyboy
If you select a field, and then include it in a multi field lasso selection, then the field is selected twice. Pressing Left and right on the keyboard to nudge those fields then nudges the field you...
One thing I do all the time with reports is make columns (e.g. header, body and total fields for a column) the exact same size and alignment. (If they're the same size, they can be aligned left or...
Hi Matthew - Rather than self signing certificates, you can use https://ngrok.com/ to reverse proxy any local website to a https:// web hosted website. Not only does this take care of https, but it...
One option may be to host the DNS using cloudflare. I haven't done this with a webapp, but with a normal website, you just sign up with an account, click "add a website" and change your nameserver to...
AddHeader adds HTTP headers, not query values.
You need to set https.
I haven't tested it, but try ...
Object oHttpBlip is a cHttpTransfer
Set psRemoteHost to...
In dbExplorer settings, turn off the epoch options to see the true value of any dates.
14574
>I have a procedure that I want to execute every time a webapp starts.
>The snag is that I want it to execute only once, even if there are for example 4 processes in the minimum pool.
If you...
I have had "Windows stops working" on views where every windows control is disabled. I always make sure there's at least one focusable component on a view.
Mike -
If I had one piece of advice it would be.
DO NOT USE CaSE SENSITIVITY in your SQL databases. It will mess you up going forward.
I will send you some code to detect index collation...
I have 010 editor for tracking down this kind of nonsense.
https://www.sweetscape.com/010editor/
In dataflex, if you load the file as a binary file, you can strip out any bad characters and...
If you moved or renamed the old version before compiling and creating the new version, then Windows may have updated your shortcut to point to the new location of the old file. Double check the...
Set Allow_Cancel_State to false.
If you want the user to be able to cancel, but not the display this on error, I think adding the following to your BPO may work.
procedure onError integer...
>We just got a requirement similar to this, have you found an alternative solution?
No - I have put the customer off for now, but if it comes up again, I'll either use Crystal Reports, or create...
This is why I'm a big fan of adding a hash to the filename of js and css files.
figured it. I reinstalled v7 with the repair option, and then removed it and then reinstalled it.
When trying to run DR, I get the message
"License file corrupt. Please reinstall application."
But then, when trying to remove it so I can reinstall, I get
"Could not access network...
I use this. It may need the compiler OCX for 19.1 integrating and registering.
https://bitbucket.org/seanbamforth/dataflex-compile
It doesn't batch compile, but you can do
for %a in...
If you're using MS Web services, then check out Azure's managed service identities.
https://azure.microsoft.com/en-gb/blog/keep-credentials-out-of-code-introducing-azure-ad-managed-service-identity/
We've a PDF report that contains a number of database text fields which contain legal information, and links to explanatory information. These Text fields differ, so it is not a fixed text block.
...
https://stackoverflow.com/questions/10025032/what-is-the-meaning-of-the-prefix-n-in-t-sql-statements-and-when-should-i-use-it
Hi Rachael,
I have had great success hosting Dataflex applications on Remote Desktop Servers.
This depends on what client side dependencies they have, but if the application is a standard DF...
If you change the AppSrc workspace path to be
Appsrc=./autosrc19;./appsrc
then I imagine that automatically generated files will be copied to the first folder in the workspace AppSrc...
I think the biggest thing in Git's favour is its ubiquity. New hires are going to be more likely to have used Git; It's increasingly harder to get non-git hosting; documentation and help on the...
I had an excellent time.
Thank you to Wil for the presentation, and thank you to everyone for coming.
This may work for you - it worked for me.
1/ Create a formula that contains the data you want to convert to a QR Code in the following format...