Wow! That is a wierd... and concerning... Especially the random-ness of it.
Type: Posts; User: Mike Cooper
Wow! That is a wierd... and concerning... Especially the random-ness of it.
Did you see this post?
https://support.dataaccess.com/Forums/showthread.php?57067-VDFQuery-Problem-quot-Could-Not-Set-Printer-Flag-quot&highlight=flag
Thanks Frank!
Here is how I changed it to work like I want it to. I added the following code to the cDBCJGridColumn that is the ComboForm
Function OnValidating Returns Boolean
Boolean...
Hi Peter
What I was saying was that if just enter a "b" in the column (not use the ComboForm), I would like it to be capitalized. "B" is a valid choice for the field... not "b". If Capslock...
Yup. That's my experience as well...
Also if you set the field to Capslock in the DD, it is also ignored if a ComboForm is used in the grid. I get why that might seem correct, but I think that...
Probably. Possibly. Maybe.
Yeah.... I guess you are right. ... Caught me on that one.
;) ... good one Peter
Yup... I've tried both and agree that that doesn't work. I guess that I will have to put an ONCHANGE procedure in the object.
Again, just another reason that I tend to stay away from DD things......
I am replacing a dbGrid with a cDBCJGrid
and I am trying to work with a ComboForm within the cDBCJGrid.
The field for the Data Dictionary has a Validation table for 4 values B,E,N,I meaning...
Yup... Once again Sir Stephen, you are correct. Found this at the top of the DBMS.nui file:
CompilerWarnings Suspend
Aahhh... That probably explains it then. Thanks Stephen.
I thought that you could only turn it off for the project. I use VDFQuery.rv in my project.
But if you can turn it off for certain files in the project, then this might explain it.
I second and third that one Dennis
I did receive warnings where I have used indicators like
[SeqEof] begin
.... generated a warning
but this
I see that the Indicate Command is marked obsolete in 19.1, but I don't think that it is picked up in the compiler warnings.... At least it wasn't found in my compilations
Totally agree.
Thanks Stephen
Started on the next one this morning... and yes, I am getting poised for the leap to DF20 (eventually)
Yup... me too. It took awhile but now they are all switched over:)
I just wanted to say that over the past 3 weeks I migrated one of my smaller apps from DF19.0 to DF19.1.
At first there were so many warnings (but no errors), but I took the time to go through...
Thanks Wil, Bob and Bernhard.
Now I can start with a fresh approach!
Mike
After reading the responses I did in fact find that this is what Combit does on my development machine (which explains why it works here).
I was hesitant at adding pathing to the PATH "out in the...
Thanks Wil.
That looks like maybe a good approach for me.