drnakah
| Real Name: |
drnakah [Unspecified]
|
| Joined: |
Mar 2006 (7 years ago) |
| Visits: | 5 |
| Member Points: | 10 |
|
| Primary Role: |
Coder |
| Location: |
USA
|
|
|
|
Email Not Verified!
Once email is verified, we will review and approve the account.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Message Boards Activity2 posts. |
|
Thread 2 of 2 | | Thread Starter or a Reply (but not last) | | | Group |  drnakah | Please help an amateur with paradox 5.0I have been raking my brain with this. And I would like any help I can get. Thank You!, , The best way I can explane this is by using an example..., , I highlight the buiness "paper works", , Then I click on the button 'info', , A window pops up with the info on paper works., , Then I highlight the buisness "Computer Cont.", , After I click on the button 'info' a window pops, up with the info in Computer cont., , Now that is what I want to have happen, but it is not., , When I click on the button, 'info' the window pops up but it always gives me the same company info. the first one in the list., , How do I do it so that when I click on the button, 'info' that the info about the buisness that is highlighted will popup in a seperate window?, , Thank You!   stevecaple | The code needs to open the form; the example below first checks to see if it IS open already by trying to attach() to it; attach() requires the form title that you set in the Window Style dialog when you created the form., , Once the form is open, you have to locate the appropriate record. The example below assumes that the MRO on the info form is called CUSTINFO, and that its table is either keyed on CustID or has a secondary index on CustID th... |
|
 1442 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 1 of 2 | | Thread Starter or a Reply (but not last) | | | Group |  drnakah | Re: Please help an amateur with paradox 5.0Thank you for your responce. I will try to answer your questions..., , 1.) Yes it is in a tableFrame, and the buisness info. is in another form that is to pop up as I click the button. Sorry I don't know all the 'lingo' or talk but I'll explane the best I can., , 2.) the buttun has the following stuff in it..., , method pushButton(var eventInfo Event), var, ordersTbl Table, newCustDlg Form, dlgVal String, endVar, , newCustDlg.open("Cust2"), , endmethod, , 3.)The button is right under the frame, , Now I highlight, lets say the name 'John', click on the button "info" and up pops "Cust2" with the information on John., , Thank You for Your help. |
 2 Hits |  Corel Paradox / ObjectPAL Coding | |
|
|