Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


tables


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-28-2007, 10:56 PM
Newbie
 
Join Date: Apr 2007
Posts: 2
Default tables

Hello guys.
I have try to input numbers to enabled table but my keyboard dont write in the cells.here is some lines from my program

Sub Button2_Click

table7.AddCol(cstring, "aa", 20,false)
table7.AddCol(cstring, "angle", 50,false)
table7.AddCol(cstring, "space", 50,false)
table7.AddCol(cstring, "SPACE*sina", 50,false)
table7.AddCol(cstring, "space*cosa", 50,false)
table7.AddCol(cstring, "x", 50,false)
table7.AddCol(cstring, "y", 50,false)


for q=1 to num1.Value
table7.AddRow(q)
next
table7.Enabled= true

do you know what is the problem?
Reply With Quote
  #2 (permalink)  
Old 04-29-2007, 06:16 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 2,806
Default

You can't write directly inside the cells.
You can use a TextBox and a button that will update the selected cell.
Code:
Sub Globals
End Sub
 
Sub App_Start
Form1.Show 
Table1.AddCol(cString,"col1",50)
Table1.AddCol(cString,"col2",50)
Table1.AddCol(cString,"col3",50)
Table1.AddRow()
Table1.AddRow()
Table1.AddRow()
End Sub
 
Sub Button1_Click
Table1.Cell(Table1.SelectedCol,Table1.SelectedRow) = TextBox1.Text
 
End Sub
Reply With Quote
  #3 (permalink)  
Old 04-29-2007, 08:28 AM
Newbie
 
Join Date: Apr 2007
Posts: 2
Default thanks

Thanks for your help Erel

How i can download the version 4.05 and newers ?
The link that you gave me when i purchase the program doesnt work

Thanks again...
Reply With Quote
  #4 (permalink)  
Old 04-29-2007, 08:40 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 2,806
Default

Send me an email: erel@basic4ppc.com
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tables - column position LineCutter Questions & Help Needed 6 02-22-2008 02:30 PM
ColWidth problem in Tables klaus Bug Reports 2 02-17-2008 04:16 PM
True/False values and SQL tables skipper Questions & Help Needed 6 01-18-2008 08:13 AM
Tables J12345T Questions & Help Needed 6 07-09-2007 09:04 PM
Passing references to tables to subs LineCutter Questions & Help Needed 5 05-31-2007 08:27 PM


All times are GMT. The time now is 11:29 AM.


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0