From several weeks ago until yesterday, I peridically looked at nevrona.com, the host for the Indy project. It seems that the content is gone out, so, is this an indication that this open source project has been discontinued ?
New to Delphi, but more than 20 years of programming experience.
I need to begin a new project for a self contained http web server executable that does not depend on any Apache, IIs, etc.
I am thinking about buying the new Deplhi XE2 Professional because the Enterprise version is too...
I have a simple SQL Select command with a calculated column that it is working for years in an Access database. Now passing this same Select to SQL Server does not work.
SELECT Invoice.Date,Invoice.Name,Invoice.Total,.....
and this is the calculated column:
(Invoice.Paid + Invoice.TotalTax *...
I can search in the Memo field using LIKE, but what I need is to know what patients have records with some values. I can not do the following:
SELECT PacCode FROM PacHistory WHERE MemoHist LIKE '*headache*' AND MemoHist LIKE '*aspirin*'
or
SELECT PacCode FROM PacHistory WHERE MemoHist LIKE...
I have a table with, say, patients.
In that table I have multiple records for each patient with a memo field on it. Is it possible to filter patients that have records containing some text.
For example, I need to know how many patients that in the memo field of one of his records contains...
This is not what I am asking for. As explained before, when you design a simple CrossTab report using the assistant (CR9 in my case), if in the columns list of the assistant you put a date field, you have the option to print the results dayly, weekly, monthly, etc.
You do not need any formula...
How can I programatically change the group condition of a CrossTab report that is a date field located in the column list of the CrossTab assistant.
For example from "monthly" to "weekly".
It seems that in a CrossTab, could not be used the usual way of changing a group condition...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.