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...
Type: Posts; User: seanyboy
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...
I suspect this is a subject that many in the community obsessively mull over. I know that I do. FWIW, I think the best thing Data Access could do at this point is provide a small set of web...
So - I was talking to Graham at SELECT, and he was talking about missing the UK Meetups we have, so I thought it would be good to organise a quick ad-hoc meeting sometime in the next couple of weeks....
Certainly is interesting given my recent need to reinstall dataflex reports because the network card changed.
The answer is no then.
The quickest way of doing this is :
- create a new report.
- link to the table you want to report on.
- convert it to RDS
- Save it to an XML file.
- Load...
Just got a "corrupt license file" error on dataflex reports. What causes this?
I just swapped my network card, so is it actually saying that it doesn't recognise my computer?
I would like to...
No, but you can import an RDS structure from a file, so it's possible to write a program to create the RDS format file, and then manually import it.
Not sure this would do everything you need, but...
I wonder if there's something can be done with the Chilkat string libraries.
https://www.chilkatsoft.com/refdoc/xCkStringRef.html
Very sorry to hear about your brother, Kevin. My condolences.
I have two logins on my computer. One for UK development, and one for US development.
It's not perfect, but it's better than trying to do US development from a computer configured to work with UK...
could be that "Class" or your table name (Child?) is a reserved word. Can you try
set psSQLFilter to "[child].[Class] IN ('2','3','5')"
Also - I notice that your editor has capitalized "Class"....