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 SkipVought 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: *

  1. briggsy79

    scroll pane not appearing

    thanks so much that was obviously just an app to show my problem, I fixed up my main app and it worked first time. Always good. -David
  2. briggsy79

    scroll pane not appearing

    Hi all, I'm trying to make an app that shows a label inside a scroll pane. For some reason it doesnt work. And I really dont have a clue why...im sure its simple. import java.awt.*; import java.awt.event.*; import javax.swing.*; public class MainFrame extends JFrame { BorderLayout...
  3. briggsy79

    exporting variable values to pdf

    hehe, I couldn't find where the libraries were after installing tomcat (uni really doesnt prepare you for using 3rd party classes, damn learning!), so I included my entire JBuilder folder...it worked. Thanks so much sedj, you have been a terrific help.
  4. briggsy79

    exporting variable values to pdf

    ok, this is getting frustrating (for everyone i'm sure) I'm using JBuilder, and I have included iText and jasper in my projects libraries, but now when i go to run the app i get this error: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester at...
  5. briggsy79

    exporting variable values to pdf

    Thank you so much, this is exactly what i needed.
  6. briggsy79

    exporting variable values to pdf

    So.. I use some visual XML designer to create the desired structure. Then paste this code in my project and just use the variables where I need to. Finally I export it somehow to a pdf. Is this the idea? If so, any tips on a visual XML designer to create a good report structure? And also do I...
  7. briggsy79

    exporting variable values to pdf

    Ok I've read through all of the 'how to' guides, the API, as well as the faq and I still cant see how to do it. Is there some piece of information that I'm missing? As I said I have no xml experience, so some of that may go over my head. But still I would imagine I would have been able to work...
  8. briggsy79

    exporting variable values to pdf

    This is going to sound stupid but... How would I go about this? I've obviously missed something and I have no experience with XML so an example or two would be extremely helpful. Thanks.
  9. briggsy79

    exporting variable values to pdf

    Hi, I was hoping to create a program that would allow users to click lots of radio buttons, check boxes, select from combo boxes..etc. Then all this information could be exported to a report hopefully in the pdf format(Just because then they wouldn't be able to edit it, and it would be...
  10. briggsy79

    How to open a recordset like this?

    I have found the answer: SHAPE {SELECT DISTINCT Name FROM Table1 ORDER BY Name } AS Command2 APPEND ({SELECT Test, Score FROM Table1 WHERE (Name = ?) ORDER BY Name, Test} AS Command3 RELATE 'Name' TO PARAMETER 0) AS Command3 Thanks for all your help although i'm bound to be back.
  11. briggsy79

    How to open a recordset like this?

    It doesnt matter what Name fields are expanded ,i was just trying to show a possible structure when viewed on a flex grid. I want the recordset to group the distinct names as shown in the first example, when the data appears in an access database in the format shown in the second example. Thnks...
  12. briggsy79

    How to open a recordset like this?

    Thanks for such prompt replies But i assumed that there would be some SQL command that i could use, as i know there are SQL commands that can do anything :). Thanks again
  13. briggsy79

    How to open a recordset like this?

    Hi everyone. I have a problem, i have been trying to use the SHAPE provider to open a recordset like the following, it will be displayed on a heirarcharcial flex grid: (The "+" expands to show child records) NAME TEST SCORE -David Test 1 30 Test 2 31...
  14. briggsy79

    Will this be easy

    Hmmmm Yeh well my previous back ends have been made with Access. And even then i didnt really use access to do anything other than make up tables and fields. All the rest was done with VB. So i will need to make a VB front end? SQL doesnt have its own front end (i know this may be a really...
  15. briggsy79

    Will this be easy

    Hi all (im new to these parts of town) A computer technician has asked to look at a database, and see if i could create one like it (but better) in SQL. I have never used SQL before and even had trouble installing it - i have win2000 prof (and SQL server 2000 standard edition). He wants this...
  16. briggsy79

    Deploying to a multi-user machine

    Thanks Any idea on how to adapt this to a saving of values to the registry? Sorry im a bit slow
  17. briggsy79

    Deploying to a multi-user machine

    Hi all. I was wondering how i can install a program under a WinNT machine to all profiles, or more to the point to a local machine. Also how can i write to the registry not under 'HKEY current user'. Becuase at the moment I have a program that needs to be installed to every users profile on...
  18. briggsy79

    Network Deployment

    Hi all, When installing my program on a WinNT machine my program installs to the users profile, and not the 'computer' what can i do to change this (i want anybody who runs that computer to have access to it)? And also if I want to write to the registry but not to HKEY curernt user what...
  19. briggsy79

    Missing values in filtered recordset

    Thanks, that worked -David
  20. briggsy79

    Missing values in filtered recordset

    Okay yes i have the problem, the recordsetis ordered in ascending order. Which means that if there are more than 10 values above one, the highest numbers get cut from the group. Does anyone have any idea on how i can reverse the order of the recordset, Im guess i could filter the recordset...

Part and Inventory Search

Back
Top