Subject Re: ok button missing in datecalendar.cc
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Tue, 7 Nov 2023 07:41:35 -0800
Newsgroups dbase.getting-started

On 11/7/2023 6:54 AM, Charlie wrote:
> I just tried my non-test wfm on my desktop and it works fine so this is only happening on my laptop.  There is something happening on the laptop only I assume.  So it really isn't a big problem Afterall.
>
> You once told me when doing a project to make sure that all programs and files are in the project.
>
> I actually put the duflp programs in separately.  Is this correct?  Not sure if you would want to put the whole duflp directory in?

Just put the files you need from the dUFLP in the project. You can see
what something requires by reading the header. For example, with
DateCalendar.cc if you open it in the source code editor (modify command
:dUFLP:DateCalendar.cc) and scroll down to "Dependencies", make sure
each of the files listed

                :dUFLP:PixCalendar22.cc
                 :dUFLP:Center32.prg
                 :dUFLP:WinAttr32.cc
                 :dUFLP:WinPosition.cc
                 :dUFLP:Calendar.bmp

Is in the project. But you don't need everything in the dUFLP to be in
your project.

Ken
--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm
dBASE Web Tutorial: http://www.goldenstag.net/dbase/WebTutorial/00_Menu.htm
dBASE DOS to Windows Tutorial:
http://www.goldenstag.net/dbase/DtoWTutorial/00_Menu.htm