No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
iResult:=0; for i:2 to 20 do if i/2 = round(i/2) then iResult=iResult+i; eAnswer.text:=StrToInt(iResult)
I used SerialNG very successfully and it has some great examples. [url]http://www.programmersheaven.com/download/18804/download.aspx[/url]
I am trying to get two files to work together. The customer file Cust with an Index on Accno and a job file Job with same index Accno. I have to admit I have not got my heard around datasources and tables as yet. I can only get the Cust …
Hi I need to move a shape (say for example a 5 mm circle) across a drawing, however as the shape moves it needs to redraw what was on the page before the shape got there. Thanks Wallace
Hi I am trying to insert records into a small Dbase file. Whenever I insert it always appends. If I do db.prior; db.prior; (which should be at least 2 records from the end) and do a db.insert, it always appends. I do not want to use an index as the …
The End.
marsheng