Let's say if i save 2 report name report1 and report2, and i can only load the report2(the latest
one, means that if i save another report - report3 then i wont be able to load report2). Is that anything
to do with the savestate function ?? If so then what should i do ?
I have 2 button on form1 named "CustomizedReport" and "LoadReport" Button respectively.
At first, I click at "CustomizedReport" button to customize a report(report1) and save it
to C:\report1.repx. Then i click at "LoadReport" button to load and preview the report1.repx
and it's work fine. After...
When i customize a report(report1.repx) and save it, then click the "Load" button to load the report1.repx to preview it, it's work fine. The problem is after i quit the program and run the program again, then click at the "Load" button to locate the path for report1.repx, an error message promt...
Is that anyone there know what is the code looks like to Open a Open dialog so users can locate which file they want to open. Help will be appreciated thanks.
I have a problem here regarding how the report being loaded .. Here is
the case:
When users customized a report(let's say report1) and save it in certain
place(C:\report1.REPX, then they click at Preview button. All i want to
do in the preview button function is to loaded the customized...
I've created a dialogBox form with 2 button on it, "Yes", and "No". When the user click at button "Yes", message "You click Yes" will prompt out. And "you click No" message will prompt out if the users click at "No" button. Here r the source code.
DialogConfirmation confirm = new...
Alrite previous problem is solved. Now one more question. Can i have two tables
dataset in one designed-report? Cos sometimes one report can link to several table field in the database.
Alrite i know this can be done by joining the both table and make it as one dataset. But what if i want 2...
Question
Can the End-User report designer be customized?
Answer
It is possible to create a custom End-User Report Designer. You should do the following:
A) Create a descendant from the XRDesignForm class and customize it according to your requirements.
B) Use the following code to open the...
Hi. Im having the problem to design an end-user report . What should i do at first ?? Do i need to
pre-designed one and save it as the templates, so the end-users can load
the template when they want to design their own report ? IF yes, then
how? for ya info, im using the Dev Express...
I'm trying to add an unit to one project. I'd tried at Project -> Add to Project and then locate and choose the file. But still the file isn't exist in my project . Can i know is that any step i miss??
I'm using MsSQL database..
No error actually .. I'm checking whether the record is existing? If not exist then i'll add it as a record.. but some of the time even though the record is exist, still it will added to the database...
is the JOINT SQL statement that i provide above correct ?? thx...
I want to check whether a certain record is exists in database or not using the parameter CustName and Product(which is the value that pass from other form).
I'd write the SQL stament as following :
function TDataModule.IsExists(CustName: String; Product:String): Boolean;
begin
with qry do...
How do i ignore the case sensitive while i'm doing the verification for certain field ??
for example .. IF (custNo = EditCustNo.Text) then .....
In this case, i want the system to accept both upper and lower case of EditCustNo.Text .. what should i do then ??
Thanks for that Griffin.. but here r some of the prob :
1) How am i goin to take a filename parameter to automatically uploading a certain file (let's say its filename is Customer) into the database server ??
2) During uploading the Customer Records, i hav to use the ProductNo (certain field in...
I need to implement a console application to take a filename parameter to automatically upload one of the text file (which was given by the client)into the database server, this application should generate the status in a log file. During uploading that files Records, we must use the entered...
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.