Incorrect datatype for database function in Lotus notes - database

I have a Dialog Box field which has a Dblookup formula to look up the corresponding values.
Till yesterday it was working fine. This morning I have change a keyword from the lookup view and while clicking the dialog box I receive the error in the Dialog box as "Incorrect datatype for database function". I tried every possibilities but still unable to crack the issue. Can some one help?

I found the issue by myself. Here is what the actual dblookup formula written in the Dialog Box field.
Dblookup("";"DBname";"ViewName";"Key";"ColumnNumber)
after tireless troubleshooting I later found it to be very silly mistake that I did not check in the beginning. The lookup did not have any cache mentioned which should be "NoCache". So I changed it like this in the below and has worked.
Dblookup("":"NoCache";"DBname";"ViewName";"Key";"ColumnNumber)

Related

how to update checkbox or checkbox.setSelected(true)

I dont get an error while coding but I do get an error while running in eclipse java.
I select the data from the table and then update checkbox using checkbox.setSelected(true) and it errors out.
is there any better way in Java to resolve this issue please.
Thanks
I tried saving the selected data into a variable and printed the variable and it
shows the right data but while I try to change the status of the checkbox, I get an
error.

Umbraco cms AngularJS Regular Expression Keep appearing

Umbraco uses angularJS as based library and backoffice totally developed on it. The reason telling first is to tell that I have a field on which URL regular expression applied. If someone entered invalid url like below image
it shows error as need.
But if a user try to remove whole text by selecting it and removing at once. It still keep appearing the error like this
However, if a user erase text one by one like this
then the validation error removed and user need to click on button to see error again.
I would to know how screen 3 state can be achievable when user remove all text together? Its really annoying behavior for a user to remove text character one by one to refresh the state of the field. Screen 3 state should be applied on screen 2.
Can anybody tell me how it can fix or achievable? Right now, it seems like a default behavior.
Looking forward to hear from you guys. Suggestions will be much appreciatable.
Regards o
I've looked into this issue. This seems to be a product bug.
When you remove whole text at once, newValue is an empty string and the code responsible for resetting error messages doesn't run. If you have access to the umbraco code, you can easily fix it by removing highlighted check:

Bugzilla: bugs are not showing up (show up in DB and everything seems to be fine)

I just installed Bugzilla locally and it seems that everything is fine. I can create new products and components. I can also file new bugs and they show up in the database.
But when I want to view them in the web interface, they won't show up.
Instead, at the top of the page this shows up:
Product: ARRAY(0x3735378 Component: ARRAY(0x4275650) Resolution: ARRAY(0x42755a8)
and then below the "Zarro Boogs found."
I couldn't find any information on that on the web, did anybody have similar issues? Thank you!
Please check the bugs table in techzilla database and verify if the bug details are getting updated.
The cgi file which corresponds to the listing of bugs is buglist.cgi.
Template file is:-global/message.html.tmpl
"Zarro Boogs found." is showing because, the values are not correctly entering in the query to display the buglist.
It is evident from the display,
Product: ARRAY(0x3735378 Component: ARRAY(0x4275650) Resolution: ARRAY(0x42755a8)
it is because of the looping problem.
check the display code in the template file or buglist file and correct the loop, then it will dsiplay properly
Jenifer,
Yes, It is because of the zero value in the query. We can check it, by printing the query and checking the value in DB.
Inserts a Named Query (a "Saved Search") into the database, or updates a Named Query that already exists..
We had similar problem. Bugs were not showing in search result list. The problem was in the name of the product when the name of the product was with diacritics (e.g. Czech, Slovak, etc...). When the name of the product is in US ASCII it is all Ok.

How to clear ultraComboEditor in 4GL/ABL

I have a ultraComboEditor1 box that shows all the values linked to a data source. When I select item from the comboEditor and click on a button this item then appears in a grid. However I'm struggling to clear the item from the comboEditor. This is needed so it makes data entry easier for the user.
I have looked online and the only information I can find is for C# where this would be used:
ultraComboEditor1.RowSource = "".
or
ultraComboEditor1.item.Clear().
or
ultraComboEditor1.SelectedIndex = -1.
these all work but in 4GL when trying any of these I get eh error message "Unknown Table name UltraComboEditor1" as only tables can be followed by a .
can anyone help me figure out how to do this in 4GL or provide with some information that may help?
Thank
Matt
You need to use ":" instead of "." to translate your c# examples into 4GL -
ultraComboEditor:Item:Clear()
etc
I have used: ultraComboEditor1:text = "". to clear the combo Editor on the button click event.
Thanks Anyway.

DNN: Registered Mark changing to Question Mark

I am having a problem with registered marks in the HTML module.  We need to use the Registered Trademark symbol (®) but some of them are being changed to question marks.  I can find no ryme or reason behind which change and which remain correct.  I have tried a number of things to fix this issue including the following:
Using ® and ®
using <sup>®</sup>
copy and paste of ® in both source and non source
and using the "insert special character" from the RTE menu
Some of the symbols remain but most revert back to question marks.  If i'm in edit mode, the questions marks change back to the registered mark.  Also sometimes the first time viewing the page not logged in or in view mode, they will look fine. But as soon as I got to edit mode or a new page then go back, they change back to question marks.  I am out of idea as to why this is happening.
You can see the page at: http://fasttracsc.twif.net/AboutFastTracSC.aspx  Anywhere you see Fasttrac? it should be Fasttrac®
Any help anyone can provide would be much appreciated.
Thanks in advance.
ok i have found the problem. The Rich Text Editor has a bug ("maybe by design?") that even the source button does not show you raw HTML. The RTE is still rendering the HTML prior to inserting into the database. If you change the RTE to Basic Text Box and edit the HTML there, you are once again able to get a consistent ® symbol using the ® code.

Resources