Hi,
I have a customer who is not willing to give me an admin previllages to register ocx files. They want me to go to their place just to register ocx files.
Any other alternatives to register ocx without having administrator previllages.
Thanks
Hi,
I get an error when I try to execute the following query:
SELECT DISTINCT Images.Path, MasterKey.MasterKey
FROM (MasterKey INNER JOIN Data ON MasterKey.MasterKey=Data.MasterKey) INNER JOIN Images ON MasterKey.MasterKey=Images.MasterKey
WHERE Data.SystemCode='AP2' AND...
I am new to MySQL.
I am unable to figure out this error.
Error :" [Inhouse linux box] ERROR 1104: The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok "
I have edited the MySQL options...
hi,
I am getting True as a value of the following formula instead of numeric value;
Formula:
numbervar i:=1;
for i := 1 to count({?EmpNos}) step 1 do
(
{?EmpNos}[i]
);
Thanks
Hi, I am trying to pass numeric range vaules using number parameter field and then use them in record selection.
The problem is I would like numbers to be from
x to x
or x to _
or _ to x
or _ to _. (_ : denotes any number)
Thanks
Hi,
I am getting error called "A string can be at most 254 characters long".
I have a string containing EmpNo(s) in the report that is built as emps' datas are added in the report.
I am using that string in subreport that resides in report footer to summarize data.
Any other...
Hi,
I am trying to print the supreort till another subreport is finish.
I was wondering if there is a wait and release event or something similar that would enable me to control what and when data is printed on the rpeort.
detail a
detail b <subreport 1 and subreport 2>
I want both subreports...
Hi,
I am supressing field on the report based on user's selection. I was wondering if it is possible to delete the
space that is left by suppressing.
Thanks for your time
Hi
I am trying to pass a parameter field's value at run time behind cr viewer in vb6.0. Here is the syntax I am using:
mUserName = "x"
Report.ParameterFields(1).AddCurrentValue mUserName
also, I am trying to pass multiple discrete values by:
Report.ParameterFields(2).AddCurrentValue...
Hi,
I am grouping by empNo and I like to sort by location.
I am able to sort by name and EmpNo. I am passing order by clause in query.
This is a report's format:
RH
PH
GH (Group by EmpNo)
DE (Suppresed)
GF <EmpNo, Name, SSN, Amount>
RF <Total: Amount>
PF
I need help.
Thanks
Hi,
(1)
I have a recordset, whose column names are aliases.
I would like to set values from behind the CR Viewer so I do not have to create a dummay table.
If (1) is possible then
- is there a way to display summary information
- is there a way to group on any of the value
Any...
Hi,
(1)
I have a recordset, whose column names are aliases.
I would like to set values from behind the CR Viewer so I do not have to create a dummay table.
If (1) is possible then
- is there a way to display summary information
- is there a way to group on any of the value
Any...
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.