Paradox Community

Items in pnews.paradox-programming

Subject:Re: Help with writing tcursor
Date:Fri, 22 May 2020 21:28:33 +0200
From:modridirkac <jure.zorko@gmail.com>
Newsgroups:pnews.paradox-programming
>
> Is field tc33."Month" big enough to fit long months in?
> What if "Date" is blank?
>
I see you are creating this filed with
	| PmtMeth               |
	| calc blank as "Month" |

Change this to

	| PmtMeth                      |
	| calc "          " as "Month" |

Jure


Copyright © 2004 thedbcommunity.com