Message
From
29/01/2017 05:25:28
 
 
To
29/01/2017 05:18:14
General information
Fórum:
Visual FoxPro
Category:
Formulários & Criador de Formulários
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Miscellaneous
ID da thread:
01647100
ID da mensagem:
01647109
Views:
40
>CLOSE DATABASES all
>ERASE test*.*
>CREATE DATABASE test
>CREATE TABLE testtable (field1 c(10), field2 c(10))
>DBSETPROP('Testtable','Field','Caption','My Long Caption')
>? 'the caption is '+ DBGETPROP('testtable.field2','Field','Caption')
>
>
>Regards,
>Koen

Sorry. Since I have never used a VFP database, I have never used the dbsetprop/dbgetprop functions. These days I only use MSSQL tables and cursors.
Previous
Responder
Mapa
View