Page 1 of 1

I can Fixed it, Thans (Problem with TFolder change Prompt)

Posted: Fri Aug 31, 2007 8:11 am
by dutch
Dear Antonio,

I used to change aPrompts and Refresh Folder as following.

oFld:aPrompts[2] := 'Test'
oFld:Refresh()

It works fine with Clipper&FW16bits.
But xHB&FWH707 is not working.

Best regards,
Dutch

I fixed it with SetPrompts()

Posted: Fri Aug 31, 2007 11:16 am
by Antonio Linares
> I fixed it with SetPrompts()

Right, thats the method to use in Win32 :-)