Hi
I need to create a report that shows a year calendar, and highlights a date on each month, i have a table with the dates that need to be highlighted, right now I'm able to show the calendar but my problem is that i don't know how to highlight the date. I put all on the report footer section...
Hi I really need help
I have a crosstab with four summarized fields and in consecuence i have for columns for every column... something like this:
Column 1 Column 2
Col1 Col2 Col3 Col4 Col1 Col2 Col3 Col4
Row 1 0 0 0 0 0...
Hi,
I have a cross-tab like this:
Model1 Model2
Concept 1 20.00 5.00
Concept 2 3.00 2.00
Concept 3 10.57 10.23
Concept 4 1.00 9.00
I'll like to know if it is posible to remove the decimals of the concepts 1, 2, 4 and leave...
Hi,
CR 9.0
VB.NET 2003
I have a report that's driving me crazy, the report has two parameters, both are string type but one of them allow multiple values.
I use the parameter with multiple values on the record selection formula like this:
{vacantes.cve_vacante} = {?Clave}
This works like...
hi
I need your help, i'm lost with this, i have four tables:
curriculums
sizes_curriculums
values
sizes
Basically they have the data from the sizes of one for the curriculum or resume, i'm making a report that shows this data in this way:
PERSONAL DATA
Name
Address
Phone
...
Etc.
SIZES (4...
Hi everyone
How can i do this?
i have 10 records in a table and i need to read it all, i mean each record is a value for a formula field and i want to display the 10 formula fields on one page, but crystal is displaying 10 pages each one with the value of the formula field
on the table...
Hi everyone
i need your help, i have a report that uses a crosstab for show the information in this way
modelo1 modelo2 .... modeloN total
defecto1 0 2 0 2
defecto2 5 3 0 5
defectoN 10 0...
Hi everyone
I´m making a report that display the info like this
product1 product2 ....
S2 S1 S3 S2 S1 S3
defect description 0 0 0 0 0 0
defect description 0 0 0 0 0...
Hi
I have two dropdownlist in a page that represents the years of a period, in some part of my code i have this
ddlAnoInicio.Selectedvalue=adoDatos.Item("ano_inicio").Tostring
ddlAnoFin.Selectedvalue = adoDatos.Item("ano_fin").Tostring
adodatos is a SqlDataReader
The problem is that when the...
Hi, i'd like to know if it is possible to concatenate a parameter to a IN condition, something like this
SELECT *
FROM table
WHERE column1 IN (:parameter);
*column1 is of type NUMBER
*the value of parameter VARCHAR2 could be 4,5,6,8
once interpreted should be like :
SELECT *
FROM table...
Hi,
I'm developing a distributed application for capture clients orders, i have implemented a module that monitors the sessions of the users, but only one instance of this module can be running at a time. How can I detect if there is a previous instance of this module running on my LAN, the...
Hi,
It's posible to get the list of SQL Servers available on a LAN from VB application?
I need to display the servers list on a combo box
Thanks in advance
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.