Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: beginner81
  • Order by date
  1. beginner81

    SaveState() and LoadState() function

    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 ?
  2. beginner81

    SaveState() and LoadState() function

    Can anyone tell me what's the uses for these 2 functions ?? Can giving an example of source code thanks..
  3. beginner81

    Can only preview the latest customized report..What's wrong?

    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...
  4. beginner81

    Error Occured when loading the customized report after QUIT the progra

    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...
  5. beginner81

    OpenDialog Box

    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.
  6. beginner81

    loading or preview a customized report

    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...
  7. beginner81

    Respond only after i click twice at the button(Dialog Box)

    Thanks dude .. Ur help is appreciated ..
  8. beginner81

    Respond only after i click twice at the button(Dialog Box)

    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...
  9. beginner81

    Q & A @ Customize End-User Report, But ....

    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...
  10. beginner81

    Q & A @ Customize End-User Report, But ....

    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...
  11. beginner81

    End user design report problem

    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...
  12. beginner81

    Add an unit to a project ..

    Explain pls mate.. i got no idea how to do it... thx..
  13. beginner81

    Add an unit to a project ..

    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??
  14. beginner81

    SQL JOINT checking..

    tHANK YOU GUYS SO MUCH .. IT'S WORKING NOW... APPRECIATE SO MUCH ..
  15. beginner81

    SQL JOINT checking..

    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...
  16. beginner81

    SQL JOINT checking..

    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...
  17. beginner81

    Case Insensitive

    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 ??
  18. beginner81

    Console Application..

    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...
  19. beginner81

    Console Application..

    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...
  20. beginner81

    Checking whether record is existing in database or not

    It's working now mate.. thx a lot for ur help..it's appreciated..

Part and Inventory Search

Back
Top