![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
This is my code
Sub Table1_SelectionChanged (ColName, Row) a = Row textbox1.Text = table1.Cell("Internal",a) textbox6.Text = table1.Cell("CldOd",a) textbox2.Text = table1.Cell("CldFrPos",a) textbox7.Text = table1.Cell("HtOd",a) textbox3.Text = table1.Cell("HtFPos",a) textbox8.Text = table1.Cell("AmtWire",a) textbox4.Text = table1.Cell("Pph",a) textbox9.Text = table1.Cell("WrSize",a) textbox5.Text = table1.Cell("CycTime",a) textbox10.Text = table1.Cell("Mach",a) Form2.Show form2.Refresh End Sub textbox10.text dumps an error code of object reference not set to an instance of an object. If I remark it out the sub works fine. ![]() dennishea |
|
||||
|
Please send me the code (or upload it here if you like) and I would check it.
erel@basic4ppc.com |
|
|||
|
Thanks Erel
I thought this text file worked under version 4 and was at a loss when it didn't with 5.50. I can see I have some learning to do. In the end I want to load it into a sqlite db, that will be a whole new can of worms. Thanks again for your fast response and you have created a nice product. dennishea ![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ImageList items as Reference? | DaveW | Questions & Help Needed | 3 | 11-07-2008 08:35 AM |
| Programmers reference for Basic4PPC | scott93727 | Tutorials | 2 | 05-27-2008 03:46 PM |
| Programmers reference for Basic4PPC | scott93727 | Share Your Creations | 0 | 05-27-2008 01:43 AM |
| Keywords reference list | Erel | Announcements | 7 | 04-30-2008 08:44 AM |
| Object Reference not set to an instance of an object | monster9999 | Questions & Help Needed | 9 | 01-15-2008 10:56 PM |