You are right copy past and undo gives the problem. In what ever combination or order. Just not able to find it.
Peter
Type: Posts; User: phvwijk
You are right copy past and undo gives the problem. In what ever combination or order. Just not able to find it.
Peter
hmmmm a few weeks ago.
Nope never have been able to reproduce after restart of the studio.
Happens once every 3 months. And it is always copy and paste stuff.
Peter
Changed my mind and used Ctrl+Z to reverse the changes. The comment text was put back as shown in image 2
I have seen this more often then once.
Peter
DR 2021 / 2022 used an icon in the bottom
Well that is very depending on if you can see the whole help in one help view page. And that can be different for all
Peter
I had this a few times and was pretty sure in was not edited outside of the Studio. And we are talking here pre 20.0
Also had a few time when I copy and paste weird character in the paste. Never...
Quote Wikipedia: "Red–green color blindness is the most common form, followed by blue–yellow color blindness and total color blindness. Red–green color blindness affects up to 8% of males and 0.5% of...
Hi,
Defined in DataDict.pkg
Take a look at the following code
Move "[My_File].[Year_Month] = '2022-04'" to sFilter_Year_Month
Move "[My_File].[Setting] = 'H' or...
The call is in the DD. Not something you quickly want to mess with.
What you can do is preventing the error. Yes you can maybe use "Data_set_error", prevent showing the error, set a property and...
Just call it 365 .........
Peter
Hi
Can you try the following
Procedure Set GarretsNewProc Integer iTableColumn String sValue
//Do stuff here
End_Procedure
Set GarretsNewProc of oSome_dd Field some.something to "He's asking another dumb question"
You do not write what error you get
But
Field some.something
End up as an integer with the...
Not exactly clear what you are asking. But is just doing a bit of work.
The call in the dd is
Procedure Set Field_Changed_Value Integer iField String sValue
Set...
Garret,
Needed some time ago more the 14.8 in a complex multi currency application. Ended up with internally working with decimals at runtime and storing it as a string. The DD with some added...
It works for me on order entry too. But also has different colors.
As far I know I use the default colors.
Peter
15297
15298
I use the light theme too
Peter
Creating an index
15294
When you type a letter it does not show the field selected
Only does that when you go to the next field
When you give to focus to an other object the name appears...
Was doubting to suggest it......
But yes it can be done, you are all welcome......
Peter
Can be two people sort of at the same time.....
Peter
DateTime2 is more precise, I got in trouble with DataTime with index where the "Rounded to increments of .000, .003, or .007 seconds" was giving duplicated record in index when the DataTime field was...
You can do it with a bit of work
SQL management studio
Go to the table you want to rename.
Use F2 to rename the table.
Go to the indexes.
Change the names there too
Change the...
You can create you own my_dfallent.pkg and put all in there what you want to have pre-compiled. Like several controls.
And else take a look at:
...
I did long time ago some additions to the edit form. Should not be so hard to do something with colors and fonts.
Peter
The cCJGridColumnEdit.pkg is bases on the DfBaseEntry which is a suclass of the DfBaseWindow
That one does support
Color = The background color
TextColor = The text color of the object.
...
https://www.r-tt.com/
Peter
I added to my DD class 2 "properties" of a field
Field_Is_Rtf
Field_Is_HTML
That takes care of setting the field type in List and Label
Peter