Search found 115 matches: appointment

Return to advanced search

Re: TPanel & Codejock

::oCalex was not in my end

::oPanelDTP does not exist in my class.

Thanks. These people use the appointment scheduler very aggressively.

Tim
by TimStone
Thu May 30, 2013 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPanel & Codejock
Replies: 10
Views: 2050

Re: xBrowse Fillrect - How to color multiple rows by column

... cell of the second array. Keep the duration as number of half-hours ( that gives the number of rows ) Example: If aData[ 3, 4 ] contains an appointment, aDurn[ 3, 4 ] contains its duration. If the duration is less than 1/2 hour the value is 1. If more than 1/2 hour and less than 1 hour the ...
by nageswaragunupudi
Fri May 24, 2013 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3202

Re: xBrowse Fillrect - How to color multiple rows by column

... that. I was trying not to add text to each cell .. only color the ones starting from the beginning cell and count down the number of cells in the appointment. I am trying to re-create an appointment screen like this .. Rick Lipkin http://img194.imageshack.us/img194/9339/groomer2.jpg
by Rick Lipkin
Fri May 24, 2013 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3202

Re: xBrowse Fillrect - How to color multiple rows by column

I am struggling to know how to identify the appointment blocks at run time since I have already created the array with the proper values .. all xbrowse does is display the array. Please have a look at the following sample: #include "fivewin.ch"#include ...
by nageswaragunupudi
Fri May 24, 2013 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3202

Re: xBrowse Fillrect - How to color multiple rows by column

Rao Thank you for your reply .. I am struggling to know how to identify the appointment blocks at run time since I have already created the array with the proper values .. all xbrowse does is display the array. You mentioned bookmarks ... is it possible to create ...
by Rick Lipkin
Fri May 24, 2013 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3202

Re: xBrowse Fillrect - How to color multiple rows by column

Your program knows the top and bottom rows for the appointment, say nTop and nBot: oCol:bClrStd := { || { CLR_BLACK, If( oBrw:nArrayAt >= nTop .and. oBrw:nArrayAt <= nBot, CLR_YELLOW, CLR_WHITE ) } }  To color a rectangle: ...
by nageswaragunupudi
Fri May 24, 2013 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3202

xBrowse Fillrect - How to color multiple rows by column

To All I am writing a scheduler and would like to be able to put color to the appointment duration for a span of time. I have looked at Daniel Gil's Calex calendar class to see how he filled in the rows ( must be transparent for the column text ) for a specific ...
by Rick Lipkin
Wed May 22, 2013 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Fillrect - How to color multiple rows by column
Replies: 11
Views: 3202

Re: bug in FW 13.04 combobox

... the edit field. It also loaded into the edit field when the dialog was displayed. The color is applied to the calendar entry. It is selected in an appointment dialog box. When the dialog displays, the field is now showing blank. If I select from the dropdown, it now shows the number rather than ...
by TimStone
Mon May 20, 2013 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29092

Re: MSVS 2012

... an image explains it much better [img] http://cbati.com/planning1.png [/img] in this first image the dialog is obtained by dbl clicking on an appointment contained in the control [img] http://cbati.com/planning2.png [/img] in the second image the dialog is obtained from a button in the button ...
by Richard Chidiak
Mon May 20, 2013 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: Outlook Calendar (prototype)

... current view in a report - Modify views for a specified period of time - Displayed Pick calendars to be for several months - Ability to move an appointment - Repeating entries - Have multiple entries with overlapping times These are what make this project so very difficult. These can all be ...
by TimStone
Tue Sep 04, 2012 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Calendar (prototype)
Replies: 102
Views: 31817

OT: SQL Null fields

Hi, I know it's not really a harbour/Fivewin question but now I have table with appointment-data with a couple of fields. Some appointments need extra info (50 fields extra). Only about 5% need this extra info. To save disc-space I have created a second table with ...
by Marc Vanzegbroeck
Sat Aug 25, 2012 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: SQL Null fields
Replies: 3
Views: 637

Re: Codejock Calendar with Harbour ( vs xHarbour )

... I believe this is an excellent product that you can include with your applications to give you powerful Calendaring ( just like Outlook ) and appointment scheduling. I agree that having these types of capabilities in FWH is nice, but there are so many things to be on top of right now that ...
by TimStone
Mon Jul 02, 2012 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar with Harbour ( vs xHarbour )
Replies: 4
Views: 1785

Re: QR Codes

... for awhile but need to get it going soon. I'm not sure how easy it would be to build a new Calendar. Using Codejock, I have it enhanced as an appointment scheduler, and like the other users, we've added some significant data tracking features that make it more than a simple calendar. It also ...
by TimStone
Tue May 01, 2012 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: QR Codes
Replies: 9
Views: 4298

Re: Codejock Calendar

I'm happy to post a few shots: The main appointment screen http://www.masterlinksoftware.com/Views/Cal02.jpg The appointment editor screen: http://www.masterlinksoftware.com/Views/Cal01.jpg The following link is ...
by TimStone
Wed Dec 07, 2011 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar
Replies: 12
Views: 3645

Re: Codejock Calendar Samples?

... Reinaldo has led the way, and others have added various FWH capabilities tied to the control. In my case, it will be used by my clients as an appointment scheduler. I am able to track additional data, assign them to various groups ( colors ), move them from one day to another with drag and ...
by TimStone
Tue Feb 15, 2011 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46510
PreviousNext

Return to advanced search