well you can do in notepad++
Edit--> Line Operations --> Sort lines lexicographically Ascending
then scroll down to the very bottom (Ctrl-End, Home) to the warnings,
WARNING: 4534...
Type: Posts; User: Michael Mullan
well you can do in notepad++
Edit--> Line Operations --> Sort lines lexicographically Ascending
then scroll down to the very bottom (Ctrl-End, Home) to the warnings,
WARNING: 4534...
Fair enough
Thanks Frank.
/MM
for the purpose of relative pathing, if you look on the properties of a desktop shortcut, there is a "Open In" folder, that is the folder that the program you start considers to be "Current" so if...
it's the "current folder" when you start from the studio, current folder is not always where you think it is. Check.
Does any one have the code from the c# / .net side that sends the message that this code registers?
Send RegisterComEvent 2 msg_OnComTankFillPercentDone
I have a .Net Com DLL that...
Use the Filter function in notepad++ to filter the .prn to generate your own summary?
/MM
Please open a case for this in HDE as this is clearly a bug. The fact that the workaround is well known but not documented in the help for the property is bad enough, but the property of the object...
so that Variant[][] array, isn't really a variant at all....
/MM
Thanks Ian.
to create the rds data you're moving from the db buffer in DF, which may have a size limit.
is there a simple way to intercept the "header click sorts" method so If I click on column 3, it sorts by column 7 which is hidden?
Simply sorting a datetime2 column with 3 digits of milliseconds,...
Argument size is no longer a thing, but is the file buffer for vData set to 16k? what's in the int file?
If you store the images on disk, you can't use the database security to guarantee the integrity of the image data. You need to then add a whole other level of change control to the folder you're...
Is there something odd or undocumented about the Icon in the top left of a view or a dialog? One of my programmers pointed out that a simple
Set Icon to "isUser.ico"
did not in fact...
vSHGetFolderPath is the correct function, and vCSIDL_MYDOCUMENTS is the parameter...
Calculating the delta, and keeping track of the previous tick count to calculate the delta with.
Yeah but if that’s to keep track, it will slow things down.
I'm hunting for a delay in my system, and the message trace is useful, but it would be MORE useful, if after the line number the trace recorded the tickcount, or a time with millisecond precision.
...
Have you tried setting Color to clWindow in the same way Edgard set the fwBold?
Does the order of the 2 DDSrc folders matter?
I'm not sure, but I only tried local then Library.
Are the DD files only in a single folder (not duplicated)?
They are usually duplicated, but not...
I have an app that is effectively a library for a cousin application, in the "base" app there are 30 data Dictionaries. Of those 25 are common to both the base app, and the cousin.
How may I set...
There are also two other choices. You can do the conversion in VDF and use an RDS report. Or you can maybe do the query in SQL, and include as part of the query for the report.
in the reindex popup in dbBuilder, on the options tab. the slider on the right slide down to about 90%
15534
Should speed it up.
Also watch out for Anti-virus things that scan files on...
How big are your tables? and also are you setting the "Amount of memory to use" parameter to about 90% of the total available?
/MM