like this?
.Article .ArticleItem .ImgContainer {
width: 200px;
height: 200px;
margin-left: auto;
margin-right: auto;
background-color: blue;
Type: Posts; User: seanyboy
like this?
.Article .ArticleItem .ImgContainer {
width: 200px;
height: 200px;
margin-left: auto;
margin-right: auto;
background-color: blue;
I am experiencing a similar issue.
Configuration:
- Windows 10, new build.
- MSSQL Database
- App, bin folder, Data are all on the Server.
- Dataflex 18.2
This seems related to :
This requirement crops up for me from time to time. I want to merge the output from a number of reports (e.g. statement and associated invoices) and preview them all together.
I can export to...
Wat
https://www.destroyallsoftware.com/talks/wat
I would very much like it if DA had all the samples in GitHub or equivalent. Manys the time, I want to create a copy of orders, or reset the one I have.
Amazing Wil.
Here's to the next 20 years of Dataflex and VDF Guidance!
Use a cTimer. If you "sleep" for 15 minutes, you won't be able to easily close the application.
I so much want to use mySQL, but every time I've tried it, it's been a disaster. It's slower, seems more picky to do things, and basic server tasks (backing up, creating new databases, etc) seems...
My gut feeling is this is a resources issue, but one thing you can look at is what the "default" printer is for that user while the files are being generated. Those bars on your bad PDF look as...
Although you can construct multiline strings using the ";" continuation character,
e.g.
Function SQLData Global Returns String
Function_Return ";
select * from inventory ;
...
Is this on SQL, or on Dataflex database?
If the former, you can use ExpressProfiler to see what is failing.
https://github.com/OleksiiKovalov/expressprofiler
Nope. That's not working.
I had a look at the conversions library, but wanted to make something a bit faster. My version is about 30% faster than the conversions library version.
I have a cJGrid. By default we start off in non-edit mode. This means all hotkeys work as expected.
However, if I enter a value (moving into edit mode), and then move to a new grid cell, the grid...
Please keep safe!
We have a few of these on the forum, but I wanted something that was a bit speedier than the versions I currently have.
This'll still be hellishly slower than doing it via DLL, but if you're in a...
Are your reports RDS reports, or do they go directly to the database? We make sure all our Dataflex Reports are RDS reports, and for CSV export, we throw the RDS data at a class that knows how to...
This depends on if you want the user to be able to see/edit the email in outlook before sending and if you want to see it in the users "sent" folder after they've sent it.
If no to both of these,...
Rather than subreports, create your chapters as PDF files.
Use PDF tools / OCX (I use PDFTK) to build your index, and append all the different parts.
It's not ideal, but doing anything like you...
Update on this - don't know if you fixed in later versions, but the reason this was happening was because matching the whole of the initial key would make the entire match string bold. This would be...
Native associative arrays would fix half of these problems. If you have a AssocArray, you could define and fill it as so.
Variant[""] Person
move "sean" to Person["name"]
move 49 to...
Where can I download the latest version of the oAuth2 package? I've got a version from 2015. I was wondering if there was anything newer?
Hey Phil -
re: converting Crystal to SQL.
What version of Crystal are you on?
It isn't an easy task, but it is one that can be somewhat automated, and it is one that you can spread across an...
Leslie,
I've installed dataflex apps on remote desktop / terminal server machines.
Oplocks
No need to set these if your app only runs from a local drive and on a single remote desktop...
You can use Copy_records to start from a specific record number.
So, if you do a copy_records (a record at a time) and it fails on record 100, then you can ...
move 101 to file.recnum
find...