Re: [Harbour] Memo - FPT

2009-06-15 Thread Alex Strickland
Alex Strickland wrote: Viktor Szakáts wrote: Which RDD? Can you post a running sample? I have a test (rev 11281): Ah damn, I just saw Przemyslaw's reply. Sorry and thanks. Regards Alex ___ Harbour mailing list Harbour@harbour-project.org http://l

Re: [Harbour] Memo - FPT

2009-06-15 Thread Alex Strickland
Viktor Szakáts wrote: Which RDD? Can you post a running sample? I have a test (rev 11281): procedure main() REQUEST DBFCDX RDDSETDEFAULT("DBFCDX") use hlp01 index hlp01 dbseek("ReservedSystem:F_RCPrtPreview") ? valtype(hlp01->help) ? hlp01->help dbseek("Reserve

Re: [Harbour] Memo - FPT

2009-06-14 Thread Przemyslaw Czerpak
On Sat, 13 Jun 2009, Alex Strickland wrote: > Hi all > I have a database with a memo. One of the memo fields returns the value NIL. > Can > this be correct? I assumed it should be "". No it shouldn't. FPT memos allows to assign any value to memo field like strings, dates, logical, numbers, NIL bu

Re: [Harbour] Memo - FPT

2009-06-13 Thread Viktor Szakáts
Hi Alex, Not using memos, but it looks strange. Which RDD? Can you post a running sample? Brgds, Viktor On 2009.06.13., at 21:01, Alex Strickland wrote: Hi all I have a database with a memo. One of the memo fields returns the value NIL. Can this be correct? I assumed it should be "". If

[Harbour] Memo - FPT

2009-06-13 Thread Alex Strickland
Hi all I have a database with a memo. One of the memo fields returns the value NIL. Can this be correct? I assumed it should be "". If the database is corrupt - then I would assume that I should get a RTE. Regards Alex ___ Harbour mailing list Harbo