Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change window title for modify memo display
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01071136
Message ID:
01071300
Views:
23
Sergey's message got deleted. Is there any way to retrieve it?

>>Sergey
>>I played with that but I had to make the grid rows so large so the memo could be read that it was distracting. I like the window pop-up from a button click but would like to control the title of that display window.
>>
>>>>Does anyone know how to change the title on the display window for "modify memo tablename.fieldname"? The "tablename.fieldname" displays and I cannot find any property to change that ugly window title name. I call "modify memo" in the click event of a button that is in a grid. Is there a better way to display & edit memo fields and have unlimited (almost) space to write a description.
>>>>
>>>
>>>You can create a simple form with an Edit box and Save and Cancel buttons. This way you will have full control over it.
>
>
>
>** Change coordinates
>DEFINE WINDOW MyEditMemo FROM 0, 0 TO 50, 50  TITLE "Are you sure you can edit this memo :o)"
>MODIFY MEMO IN WINDOW MyEditMemo
>
>
>But the Sergey's suggestion is better.
Extreme Programming = Plan -> Design -> Code -> Test
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform