Paradox Community

Items in pnews.paradox-development

Subject:Re: Cleaning up vars not declared
Date:19 Oct 2019 23:15:35 -0400
From:"Kevin Zawicki" <numberjack@wi.rr.com>
Newsgroups:pnews.paradox-development



Types can be viewed
Currency
Date
DateTime
Logical
LongInt
Number
Point
SmallInt
String
Time

BUT use the datatype function

run this script as example:


method run(var eventInfo Event)
 var
  s  smallInt
  st string
  c  currency
  b  binary
 endvar

 view(dataType(s))
 view(dataType(st))
 view(dataType(c))
 view(dataType(b))

endMethod




modridirkac <jure.zorko@gmail.com> wrote:
>You will only get "string", "smallint/longint" or "number" this way with
 
>view(x).
>
>You better look into table, what type of filed is "main ID".
>
>Jure


Copyright © 2004 thedbcommunity.com