I've since tried DD finds on the fields as well as embedded SQL. No joy with either.
I know I'm missing something stoopid - but sure don't know what...
Type: Posts; User: Garret Mott
I've since tried DD finds on the fields as well as embedded SQL. No joy with either.
I know I'm missing something stoopid - but sure don't know what...
The report I referenced above doesn't seem to do anything size-wise, but there is little to no documentation on this that I can find.
Thanks Samuel!
There are no reports in the Graphics Library & I found one in the examples that reads a disk image into a UCharArray & moves the array to vData. As far as I can tell, nothing...
I really must be missing something. I just created a similar RDS report in the Graphics Library Demo workspace, then used the wizard to create the RV & am filling vData much the same as above -...
Hi -
8.1 RDS run from DF 20.1
I'm passing a Binary field to the report, but it doesn't display anything. This is a simple test report - but I guess I'm missing something.
In the RV:
...
Already there... But you knew that.
Very good question! All I can say is that it did show in that tool, but not in the DF tool.
Now I have to figure out how to display a DB image in DR - it hates me so far.
I've never been a fan...
False Alarm. I was using some old DF code to load the image from disk to the DB. Seems it wasn't fully correct. Switching to embedded SQL solved the problem:
(SELECT * FROM OPENROWSET(BULK...
Can you create a secure password with only eight characters?
Try
SnowWhite&the7dwarfs
Hi -
Latest Version (3.2) with DF 20.1 (also latest) & MS SQL Server 2019.
I have BMPs stored in a VarBinary(Max) column that are large (1024 x 768 - but I've also tried 1/2 that: 512 x 384). ...
I haven't but I've run out of billable time on this...
Thanks Samuel. It's not something I have the skills or time for. Just seems odd to me that it's designed this way.
Yep - tried several colors which all flash for a second when opening the view & it then goes to the same color as disabled - whatever that is - not exposed in dbcombos
Thanks Edgard! While that would make it stand out at least a bit - it's still using the colors normally used for disabled.
Looks like te diff between entry_state = true or false (not that I'm on a comboform roll today...)
Child table of Quote with images?
Maybe I'm misunderstanding, but why not do it the other way 'round & store the image name in whatever record needs it?
Then any # of tables can access the same image.
Talk about leaving yourself wide open Bob...
:p
Hi -
19, 19.1, 20, 20.1 & probably earlier versions.
When a combo (db or not) has entry_state = false, it looks disabled. Yes - we as developers see that the text is black instead of gray, but...
What Bob said.
Thanks Raveen!
I ended up doing the comparison I needed to do in SQL. However, I find it odd that this code is so different from the date conversion code. Guess that's just a DF thing - like...
Thanks Stephen -
I did see it in the help - I just 1) didn't know about it & 2) auto-complete did not initially complete in the 20.0.07 studio.
Now that I know about it - it works perfectly!
Perfect Frank! I had never heard of that function - nor it seems has code complete. Actually, the studio filled the "Returns Integer" when I pressed CTRL-Space after typing the whole function name,...
Hi -
20.0.7
I have code in a view that prevents closing unless they agree to perform a step. That works just fine.
However, I can't seem to find the required combination to prevent the app...