<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — My Calendar]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=6349</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=6349&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in My Calendar.]]></description>
		<lastBuildDate>Thu, 26 Dec 2024 00:04:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51897#p51897</link>
			<description><![CDATA[<p>Good day everyone.</p><p>I tried <strong>TimeTable using TableGrid</strong> and it works ok for me, but I need to add more power.</p><p>Will it be possible to block 2 or more dates on the calendar?&nbsp; Just as you can from TIME-1 to TIME-2</p><p>I need to be able to schedule both the Time and also Date.&nbsp; From DATE-1 to DATE-2.</p><p>Sometimes you have to scheduled time for 2 hours<br />But other times you have to schedule for 2, 3 or more days. <br />So we need to schedule the entire time frame.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (mtp24)]]></author>
			<pubDate>Thu, 26 Dec 2024 00:04:42 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51897#p51897</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36912#p36912</link>
			<description><![CDATA[<p>Hi as you can see I am still facing problems with a calendar plan.<br />I add here my example according the&nbsp; TimeTable using TableGrid..zip which is a brilliant example but I can not add it in my software. So I need again your help. In my example I have add two tables with a partnership in the timetable.&nbsp; How can I store in the calendar my apointments. And if I have in the same day in the same time 2 ore more apointments how do they show in the tablegrid. Please HELP!!!!!!</p>]]></description>
			<author><![CDATA[null@example.com (v_pozidis)]]></author>
			<pubDate>Mon, 15 Jun 2020 15:56:35 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36912#p36912</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36851#p36851</link>
			<description><![CDATA[<p>Yes I knew that but I needed the previous solution. Thank you</p>]]></description>
			<author><![CDATA[null@example.com (v_pozidis)]]></author>
			<pubDate>Sun, 14 Jun 2020 21:04:23 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36851#p36851</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36785#p36785</link>
			<description><![CDATA[<p>Both examples are brilliant, </p><p>ehwagner a question for your example.. what if we have more than one appointment in the same day and in the same time ? can i i have in the same cell more appointments? and another question&nbsp; how can I have the routine to get in a tablegrid the hours in&nbsp; this order like your example ?</p>]]></description>
			<author><![CDATA[null@example.com (v_pozidis)]]></author>
			<pubDate>Fri, 12 Jun 2020 12:42:54 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36785#p36785</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36681#p36681</link>
			<description><![CDATA[<p>Thank you all.<br />my skills in SQL and pascal are basics. ehwagner and derek thank you so much. I will try to transfer your excellent ideas to my software.</p>]]></description>
			<author><![CDATA[null@example.com (v_pozidis)]]></author>
			<pubDate>Thu, 11 Jun 2020 10:20:45 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36681#p36681</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36631#p36631</link>
			<description><![CDATA[<p>derek and v_pozidis,<br />Attached is another option for an additional idea. The project I used came from Dimitry on the forum some time ago. I modified it slightly to include a tablegrid (tablegrid2) of the tasks just to see all the events in one place. You can click on a date on the calendar or click on a task in the task list to adjust the calendar and see the next 7 days of events and times in tablegrid1. It might not be what you exactly want, but it may give you a start.</p>]]></description>
			<author><![CDATA[null@example.com (ehwagner)]]></author>
			<pubDate>Wed, 10 Jun 2020 23:09:35 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36631#p36631</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36623#p36623</link>
			<description><![CDATA[<p>Hi,<br />I don&#039;t think it&#039;s possible to transpose columns and rows in a tablegrid.<br />The only way I could think of was to change your data structure so each row holds a specific date + time.&nbsp; <br />When a new date is selected from the &#039;monthcalendar&#039;, your script inserts 24 new rows (one per hour) into the table.<br />The &#039;tablegrid&#039; is editable but only for &#039;edits&#039; and doesn&#039;t allow you to add or delete rows.&nbsp; Also, the &#039;TIME&#039; column is protected against changes.&nbsp; <br />Any reminders are entered directly into the relevant column in the &#039;tablegrid&#039;.&nbsp; As soon as there is some text in any of the rows for the selected date, the date in the &#039;monthcalendar&#039; is made bold.<br />It&#039;s probably not exactly how you want it but I can&#039;t think of any other approach to take - maybe others have different ideas?<br />Regards,<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Wed, 10 Jun 2020 14:54:05 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36623#p36623</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36533#p36533</link>
			<description><![CDATA[<p>Thank you derek.<br />How can I have results in a tablegrid with the headers not vertical but horizontal like in the&nbsp; picture according my attached software ?<br /><span class="postimg"><img src="https://imagehost.imageupload.net/2020/06/07/1dcca23af7f1dd9c9.jpg" alt="https://imagehost.imageupload.net/2020/06/07/1dcca23af7f1dd9c9.jpg" /></span></p>]]></description>
			<author><![CDATA[null@example.com (v_pozidis)]]></author>
			<pubDate>Sun, 07 Jun 2020 14:48:59 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36533#p36533</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36527#p36527</link>
			<description><![CDATA[<p>Hi,<br />I did something similar a while ago but used a calendar object (showing all 12 months).&nbsp; So instead of selecting a row off a tablegrid, you click on a date and then display the hours vertically.&nbsp; Any days that have &#039;events&#039; are then shown in &#039;bold&#039; on the calendar.&nbsp; In the bottom right of the calendar object, there is also a button that allows you to view all of the &#039;events&#039; as a list.<br />Maybe this gives you some ideas.<br />Regards,<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Sat, 06 Jun 2020 22:41:25 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36527#p36527</guid>
		</item>
		<item>
			<title><![CDATA[My Calendar]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=36523#p36523</link>
			<description><![CDATA[<p>Hi to all,<br />I&#039;m trying to insert an Agenda in my software. I found brilliant ideas but unfortunately my knowledge is not good in programming to include them in my program<br />So i decide to create a simply one using many fields of edit boxes for the hours<br />As you can see in my attached sample I have a month calendar and 24 edit boxes (hours) (I know it&#039;s stupid but ....)<br />What I wanna do is how can I Have the Hours in the table grid vertically and not horizontal and when the field is not empty it should be red in the table grid.<br />and another&nbsp; when in the day there is an event it should have a red color in the day of the month calendar (if it&#039;s possible)<br />Or if you have an another idea please send en example.</p>]]></description>
			<author><![CDATA[null@example.com (v_pozidis)]]></author>
			<pubDate>Sat, 06 Jun 2020 17:29:15 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=36523#p36523</guid>
		</item>
	</channel>
</rss>
