I think those still might work, I remember trying them somewhere around DF-18 or so
Type: Posts; User: Bob Worsley
I think those still might work, I remember trying them somewhere around DF-18 or so
Glad I could help :D
The addition of OnDropDown and OnCloseUp below seems to fix the "drop" problem
Object oComboForm1 is a ComboForm
Set Size to 12 100
Set Location to 54 111
Set Label to...
Hi Peter,
We've just run into this issue. Up until recently it seemed like the comboform entry_state shadowing wasn't as objectionable but of late the customers have started complaining about it. ...
One other parameter that must not be set is pbAutoColumnSizing in the grid itself. Should be intuitive but could be overlooked.
Also, using the following in the grid object rather than setting...
What Garret said. Or send Refind_Records if you want to sync the global buffer to the DD
Isn't that sorta the same thing as using row_changing, just at a lower level? Item_change vs row_changing...
Ok but that won't prevent the user from getting to the new blank record and attempting to save. I can already prevent the save...
Back to a problem with an old dbGrid. Yeah, I know, convert to a cj but I can't in this instance. The users are allowed to create new records in the grid. The problem is that I want to dynamically...
Hi Mike,
I've tried both cCJGridColumn and cDBCJGridColumn. Since this isn't a database column I figured cCJGridColumn would be best.
As to OnSetCalculatedValue, this is a lookup list and I need...
I'm trying to set the value of one column, owwpro_status, based on two others but can't get it to work. The variable sValue in the forward send has the correct value but will not show in this...
You can roll your own by editing the Studio editor configuration. That's under Tools in the menu or at least it is in the 19.x Studio. I might have a set of registry keys around here somewhere that...
Just trying to clarify his understanding
so does working from home...
I've only had the one and no such urges :D
Recnum is an identity column, just not named "ID".
I can tell you from personal experience that VAMS isn't the greatest software. It does the job but leaves a lot to be desired in the usability department. Here in CT the state has put it's own...
I usually make that determination based on whether I can "grab" the lower right corner. Never noticed the border size difference
If the control differs from the main DDO and doesn't specifically have a server declaration, it will not accept entry. Try setting the server in the control if not set already
You're right Matt, it does work, I had one of my constraints set incorrectly. Thanks for the additional evidence...
No errors unless I attempt to use the alias table name which of course won't work. Using the column name alone just gets me nothing probably because the DD knows about the alias, not the master...
Pardon the perhaps silly question, but there is no way to make SQL Filters work with alias tables, is there? Considering there's no real table in the database with the alias's name? I've dug through...
No argument Samuel, I work with Postgres all the time and with that do have to handle the dates correctly
Yeah Wil, you're family!
Not necessarily. MSSQL will handle a US date, not sure about European, so it will depend on the database being used.