Great! The default of having to double-click in a cell to edit never made any sense to me.
Type: Posts; User: Garret Mott
Great! The default of having to double-click in a cell to edit never made any sense to me.
Try (in the grid, not a column):
Set pbShowNonActiveInPlaceButton to True
While I didn't run it through a translator - sure looks like you (or the user it's running under) don't have enough rights to where the .bak file is.
My apologies - I did mistype.
I'll see if I can get them to update. Always fun...
Hi Samuel -
That # was from Properties on the DLL. System Info in the studio says (same # on the driver):
Database driver(s): DATAFLEX, MSSQLDRV (20.0.10.99)
MSSQLDRV Client Version: ODBC...
DAW - how do I get the version?
ETA: properties on mssqldrv.dll says 20.0.19.99
Yes Samuel - what I showed is a screenshot from SSMS - in case folks couldn't tell. The column is defined - in both DF & SQL as a datetime.
Hmmm... you've got me thinking (always dangerous) -...
Hi Stephen -
All from the same machine, in the same program, running exactly the same code in a 43 second timespan. User clicked a Start button, the test started & ran for that 43 seconds...
Hi -
DF 20.0.7. MS SQL Express, DAW driver
I am saving records in a little table - well record size is little. The DateTime is set in the DD class and all records are saved by the exact same...
Guess I should read which forum it's in, eh? Sorry.
This might get you started:
// This function will return the date & time for use in making a unique file name - milliseconds added GM 20190920
Function TmpFileDateTimeMilliforName Returns...
Thanks Martin!
I have to go with Ian. I took over a system that uses the "procedural stuff followed by DD" method all over the place & Request_Assign is how they dealt wit it. Seems to work OK.
'bout time you went to see the oracle! Oh wait, you're on MS SQL... :)
RTFM? Boy - you really must be sick... ;)
Hi Michael -
Not sure how to use prompt_callback to get & set the value. Whenever I run it, all the code runs before the prompt is displayed - which is how I'm used to using it - for setting...
The first one was language constants, not service functions... :)
I've also tried a new selection list (CJ style) in case there was something I missed in the old one that was causing the issue. However, it does exactly the same thing with both column_entry_msg &...
Hi Hans - yes it's a DF function. Using it in Item_Change pops up the prompt list at the correct time, but it drops the value into the just exited column.
Thanks Michael. That's pretty much what I'd done, but even sending popup of the prompt (which I'd also tried) pops up the correct prompt list, but dumps the value back into the previous column.
...
Hi -
Time to travel back in time to the old grids. I've been asked to make a "simple" change to a dbGrid (popup the lookup when entering column 2) & while I remember some of this & can read the...
Sorry that didn't work, but glad you're OK!
Square brackets? [-] maybe?
Hope you came back healthy Oscar - I've heard some tales of people being sick.
Well... Michael's suggestion worked a treat. However (you knew that was coming, right?) - the charted data does not seem to synch with the caption. The X axis is seconds & the charted points are...
This is the same problem as the current DAW method in Windows - where saving the first line in the grid saves the header. Not only does it have the same issue you describe, it has serious multi-user...