Progress being made - need more help.
Barry G. Sumpter
barrysum at bigpond.net.au
Sat Sep 12 02:24:29 CDT 2009
while vCurs.NextRecord_ODBC
'intCntr = intCntr + 1
'arrayList.AddRow cstr(intCntr) + ") " + mRS.StringField(1).GetString +
mRS.StringField(2).GetString
'msgbox vCurs.StringField(2).Name
RecID = val(vCurs.StringField("RecID").getString)
TabName =(vCurs.VarCharField("TabName").getString)
Heading = (vCurs.VarCharField("Heading").getString)
Prompt = (vCurs.VarCharField("Prompt").getString)
Sequence = (vCurs.VarCharField("Sequence").getString)
maxLength = (vCurs.VarCharField("maxLength").getString)
Adjust = (vCurs.VarCharField("Adjust").getString)
Bold = (vCurs.VarCharField("Bold").getString)
MultiSelect = (vCurs.VarCharField("MultiSelect").getString)
multiSelectPrompt = (vCurs.VarCharField("multiSelectPrompt").getString)
.....
'Do something
.....
Wend
-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Greg Olson-Hyde
Sent: Saturday, 12 September 2009 4:37 PM
To: Valentina Developers
Subject: Progress being made - need more help.
Hi All,
First up, thanks to everyone who has helped me so far. When attempting
to compile my app using Valentina, I have managed to get the errors
down from 747, to 157 - a great sense of satisfaction - due to the
help offered by you all.
The next step for me is to understand how to deal with with the cursor
regarding records. The following are what I use in SQLite but don't
seem to have equivalents in Valentina:
RecordSet.Edit
RecordSet.InsertRecord
RecordSet.Commit - Is UpdateRecord the same as Commit?
From what I have read Valentina does not deal with VCursor in the
same way as SQLite deals with a RecordSet in RB - but I can't figure
out how!
Cheers
Greg Olson-Hyde
Sydney Australia
2.8 GHz Quad-Core Mac Pro
Mac OS X 10.5.8
RB 2009 r2.1 Pro
Valentina Studio Pro 4.2 trial
_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina
More information about the Valentina
mailing list