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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by qb828

  1. qb828

    doLayout() ....what calls that method??

    prosper, Thank you very much. I didn't know that. I learned another good trick. Thanks a lot, prosper. You Java forum MVPs are so great. QB
  2. qb828

    doLayout() ....what calls that method??

    Thanks millions idarke!!! That was what I wanted to know. I used a few print() statement and found out. You were very helpful. Thanks again. QB
  3. qb828

    doLayout() ....what calls that method??

    I already did.. found on doLayout() in container class. not enough explaination. That's why i am here to ask.. Thanks. QB
  4. qb828

    doLayout() ....what calls that method??

    Thank you for your response. I have an internalFrame and is resizable . when the desktoppane is resized, does it call the doLayout() automatically?? My understanding is that when the size of the desktopPane(which is borderLayout.Center) is changed, it will call the doLayout() method...
  5. qb828

    doLayout() ....what calls that method??

    Hi! Can you help?? What calls the doLayout() method?? I looked but can't find any detail explanation. Thank you for your help in advance. QB
  6. qb828

    Add .xla file to .xls???

    I have a excel(data.xls) file using macro(dataform.xla - data form). The dataform.xla is an add-in. I have to add this add-in to use it(this is not a default data form MS Excel provides. This J-Walk Enhanced Data form. I add a line to the data.xls so the data form opens up when I open the...
  7. qb828

    mathmatic calculation in MS ACCESS??????? HELP!!

    Thank you so much MakeItSo. That helps. I know now what I need to do. Thanks MichaelRed. I don't know if you are upset that My clients might be paying a lot of fee or that I might be making more money than you. You are right. I am an entry-level trying, pretending-to-know-alot web programmer...
  8. qb828

    mathmatic calculation in MS ACCESS??????? HELP!!

    Say something like this (X+1)(X+2)Y*Y+X(X-1)(X-1)=Z W=Z-2(Z*Z)-3.124 Say X, Y are given. I need to find Z & W and inset into the Z &W column of access database....HOW?? QB
  9. qb828

    mathmatic calculation in MS ACCESS??????? HELP!!

    Thanks Jim & Michael. Jim, The calculation will be some mathmatical algorithm which converts some numbers into the coordinates. Say I have X, Y, Z, W columns. I will use X & Y records to get Y. I will use some equations to the Y and will get w. HOW do I need to calculations in Access ?? I will...
  10. qb828

    mathmatic calculation in MS ACCESS??????? HELP!!

    Hi Guys! I would like to find out if I can do the calculation with data sets from the Access database. I have a client who does GIS image mapping stuffs and he usually enters the data into the excel sheet and do the calculation. He wants to create a data entry forms in the accesss and store...
  11. qb828

    Is there a way to extract all the records from 20 tables in a database

    Thanks J.Kusch. You helped me many times already here at Tek-tips. I appreciate your help. I tried Sunil's sql statement. It looks like it pulled up all the tables. Sunil, do you know how to export these to a file, excel or flat file or something from the sql server? Thank you also for your...
  12. qb828

    Is there a way to extract all the records from 20 tables in a database

    I have a database containing about 20 tables. I need to extract all the records from each tables. But Can I extract them all from all the tables at the same time? OR do I need to extract from each table one by one?? I can extract the data into the excel sheet or I can just have the table format...
  13. qb828

    How to update table_A only with new records from table_B

    How to update table_A only with new records from table_B Hi I have One database(let's call it "master" and one copy of it ("slave"). As I enter data into the slave database, I need to update the master database with only new records. They are basically same database(...
  14. qb828

    how do I add images to the mouse event handler??

    Hi! I don't know what to do here. I have bouncing images in the window. I need to be able to click one of the images moving around and stop it from the moving around. I don't know how to add the images to event handlers. Can you help me??? QB
  15. qb828

    Help please!! Multi Thread....

    I am so lost. I have a clien's project which displays a arrarys of photos across the screen but starting point is randowm. It is like flying across the screen, mean time, i need to change the images. i had it working with just rectangle shape instead of images. It flys by the screen and starts...

Part and Inventory Search

Back
Top