topic
stringlengths
1
63
text
stringlengths
1
577k
Codejock Calendar
Thank you very much Timm. Hope you enjoy your holidays. My email is <!-- e --><a href="mailto:ukservice.software@gmail.com">ukservice.software@gmail.com</a><!-- e -->, but maybe others will be interested in the class too if you don´t mind sharing here. Also, I can put my results and maybe other could help us. Best ...
Codejock Calendar
Hello Mr.Tim, May I also have a copy please ? My email: <!-- e --><a href="mailto:aksharasoft@live.com">aksharasoft@live.com</a><!-- e --> Regards, - Ramesh Babu P
Codejock Calendar
Hi Tim, Could you send to me also? Or put it in a FTP. TIA,
Codejock Calendar
Dear Tim, I also want sample Calendar Codejock too. [quote="TimStone":2nvw1bvi]I just returned from a very much needed vacation ! Sorry for the delay. Yes, I am using Codejock Calendar and will be very happy to share our class with you. Please email me : <!-- e --><a href="mailto:timstone@mlsdg.onmicrosoft.com">ti...
Codejock Calendar
Could someone post a screenshot to see how it looks ? thanks
Codejock Calendar
I'm happy to post a few shots: [u:202eei76][b:202eei76]The main appointment screen[/b:202eei76][/u:202eei76] [img:202eei76]http&#58;//www&#46;masterlinksoftware&#46;com/Views/Cal02&#46;jpg[/img:202eei76] [b:202eei76][u:202eei76]The appointment editor screen:[/u:202eei76][/b:202eei76] [img:202eei76]http&#58;//www&#4...
Codejock Calendar
Hi Tim, The link gives me this: [quote:2f2cud5l]Not Found The requested URL /Views/tCodejock.prg was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.[/quote:2f2cud5l]
Codejock Calendar
kleyber. <!-- m --><a class="postlink" href="http://www.masterlinksoftware.com/Views/">http://www.masterlinksoftware.com/Views/</a><!-- m --> please try this link, inside is the file. salu2 carlos vargas
Codejock Calendar
Sorry ... the link was case sensitive. It is now working in my post.
Codejock Calendar
Thanks Tim. Regards,
Codejock Calendar
Thanks so much, Tim. Regards, Dutch
Codejock Calendar Samples?
Hi, I am playing with the Codejock calendar demo and wonder if anyone can guide me as to how to use the commands. I am able to get a calendar on the screen from reading other posts but that's about all I can get working. (First time working with ActiveX) I just don't know how to issue the commands to do anything. A...
Codejock Calendar Samples?
Looks like no one else has played with the Calendar control from Codejock???? Here is what I have been able to get working so far... [code=fw:3scg5qjc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//start the calendar object</span><br />oAct := TActiveX<span style="col...
Codejock Calendar Samples?
Here are some sample screen shots of the calendar from the code in the previous post. [img:bmrjasqj]http&#58;//www&#46;ezsat&#46;ca/CalTest&#46;JPG[/img:bmrjasqj] [img:bmrjasqj]http&#58;//www&#46;ezsat&#46;ca/CalTest2&#46;JPG[/img:bmrjasqj] [img:bmrjasqj]http&#58;//www&#46;ezsat&#46;ca/CalTest3&#46;JPG[/img:bmrjasqj...
Codejock Calendar Samples?
Dear Jeff, It's very good sample. Can we use DBF file instead of XML file? Regards, Dutch
Codejock Calendar Samples?
You can connect to other data sources like Access, MySql, etc... I am trying to connect (via ODBC) to the database I have created in MySQL but no luck so far.
Codejock Calendar Samples?
Dear Jeff, I can connect via TMySql without ODBC. Just add 2 LIB files, that's all. <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15625">viewtopic.php?f=3&t=15625</a><!-- l --> Regards, Dutch
Codejock Calendar Samples?
I have not worked with this recently. However, when I discussed it with the people at Codejock ( they are really nice and offer to be helpful ), we can write our own code to work with .dbf files, or we can use the memory model and then save the elements to the file. That does involve essentially loading / unloading ...
Codejock Calendar Samples?
Hi Dutch, It's not my app that I am trying to get connected to MySQL (I achieved this via Mediator ... I wanted to be able to use the MySQL tables like DBF files) but the actual calendar control.
Codejock Calendar Samples?
hi, i need this with dbf or adt files, someone try with sucess?? thanks
Codejock Calendar Samples?
Hi everyone; Just came across this post, and thought I should share some answers. Yes, CodeJock calendar control does work with dbfs/ adts/ xml/ mdb/ SQL/ arrays/ Objects, or just about any other type of data. Here is a short sample on working with a tdata class based on dbfs. I'm trying to keep the code simple. T...
Codejock Calendar Samples?
And here is another screenshot: [img:2lynnjbv]http&#58;//ssfl&#46;dynalias&#46;com/temp_files/2011-01-13_1113&#46;png[/img:2lynnjbv] [img:2lynnjbv]http&#58;//ssfl&#46;dynalias&#46;com/temp_files/2011-01-13_1117&#46;png[/img:2lynnjbv] Reinaldo.
Codejock Calendar Samples?
Thanks for sharing!!. Also, Daniel is preparing a Calendar for FW!!
Codejock Calendar Samples?
Reinaldo This is excellent news What about the licensing of this control ? How can it be included with an existing application Thanks for your help, Richard
Codejock Calendar Samples?
Nice job. I think Codejock have more UI than FWH.
Codejock Calendar Samples?
About licensing: [url:3f7238uk]http&#58;//www&#46;codejock&#46;com/purchase/[/url:3f7238uk] ExtremeCalendar ActiveX control is $149.00. There is a 30 day free trial offer. Good for testing and development. Reinaldo.
Codejock Calendar Samples?
Hi. I've been asked by a few people for a short .prg that shows how to use codejock extreme calendar with dbfcdx. Below is a single short .prg that syncs "events" on the calendar to a dbf/fpt/cdx. I'm trying to keep the sample short. Keep in mind that each event on the calendar may have as many fields as you'd like...
Codejock Calendar Samples?
Reinaldo Thanks for sharing the code, this is very helpful Can this control be used in a network environment ? Richard
Codejock Calendar Samples?
Richard; In a network environment you'd have to find when a new appointment ("event") has been saved to disk in order update (refresh()) the calendar on alll the other workstations. Many SQLs have configurable services that may broadcast a message to all clients connected. The message could inform that a new appoint...
Codejock Calendar Samples?
Richard; Another thought; you could periodically call the method <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->opulate() to force a sync between the data source (dbfs) and the calendar. That should work, but again not as efficient has a notification from the sql engine itself...
Codejock Calendar Samples?
I highly recommend this control. Just another screen shot: [img:8b99dkq5]http&#58;//ssfl&#46;dynalias&#46;com/temp_files/2011-01-17_1614&#46;png[/img:8b99dkq5] [img:8b99dkq5]http&#58;//ssfl&#46;dynalias&#46;com/temp_files/2011-01-17_1618&#46;png[/img:8b99dkq5] Reinaldo.
Codejock Calendar Samples?
ON YOUR CLASS HOW CREATE EXPLORER CONTROL CAN i SEE THE TEST SOURCE ?
Codejock Calendar Samples?
MdaSolution; The source is on this same thread, read 4 or 5 messages above. It is a reduced sample, but it does contain the code that creates the explorer control exactly as you see on the images. Reinaldo.
Codejock Calendar Samples?
Hi Reinaldo. 2 little questions. Is this control available in Italian language ? If you want to distribute an application that is using this control, how can you make the installation registering the component ? Thanks a lot. Massimo.
Codejock Calendar Samples?
Massimo; There is very little fixed text on the control. They call it "Labels". All labels have a property where you can set the text that should be displayed and it can change at any time. I'm not sure if labels are predefined in other languages, I think you should email CodeJock sales people with that question. ...
Codejock Calendar Samples?
Thanks Reinaldo for your answer.
Codejock Calendar Samples?
[quote="Massimo Linossi":2ikktqm1]Thanks Reinaldo for your answer.[/quote:2ikktqm1] You can use this code below: [code=fw:2ikktqm1]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBF:<span style="color: #000000;">GlobalSettings</span>:<span style="color: #000000;">ResourceFile</span>:= <span style="colo...
Codejock Calendar Samples?
Reinaldo, Perdón por el castellano.. pero me interesaba comentarle una cosa. Én general, fuera del tema del Calendar, el tema del envio de mensajes o eventos sobre la modificacion de datos, a mi modo de ver es intesante pero más allá de la modificación de datos. Eventos ejemplo que pueden ser enviados a otros usuarios...
Codejock Calendar Samples?
hmpaquito; Realmente aqui hablo de notifiaciones y se trata de notificaciones que el ADS ya envia sin que tengas que programar nada de .prg. O sea, si quieres saber cuando una factura se crea; solo tienes que decir a ADS que genere una notificación cuando la tabla de factura recibe un "Insert". Igual puedes pedir a ...
Codejock Calendar Samples?
Reinaldo, Solamente planteaba algo ya ya tiempo me ronda la cabeza y que me lo recordó su comentario: un sistema de eventos o notificaciones que una aplicación puede enviar a sus aplicaciones "hermanas" de la red. Las notificaciones pueden ser diversas y no solamente por modificaciones en los datos. En cualquier caso,...
Codejock Calendar Samples?
hmpaquito; Let's move this thread over to the spanish forum. ...y evitamos incomodar a los que no entienden. In the mean while; please excuse me for answering in English. I will attempt to explain ADS Notifications: Notifications provide a mechanism for communicating to a client that something has occurred. For ...
Codejock Calendar Samples?
Reinaldo, RE: WaitForEvent() So it seems that if we were using a DBF for a group calendar, then all we need to monitor for a calendar update, is to check to see if the date and time of the DBF has been changed? This could be done with a simple polling routine as you mentioned. To check for an update, we could store ...
Codejock Calendar Samples?
James; You really don't need to check for anything. What you really do is listen (sp_waitforevent(0) zero wait time), for the notification from the server that something has happened. You then make a decision as to what to do about it. The server will only send notifications to all clients if there is a "trigger" ...
Codejock Calendar Samples?
Reinaldo, Sorry, I wasn't clear. I was referring to when using DBFs without ADS. James
Codejock Calendar Samples?
I envy Mr. Reinaldo that he is fortunate to be working with ADS. I personally love ADS. Unfortunately, in India, ADS is not popular. Those who can afford go to Oracle or MSSql and others insist on free solutions like MySql. I am sad I lost the opportunity to work with ADS now.
Codejock Calendar Samples?
Reinaldo, Without doubts, ADS is great, but expensive. Thank you very much for your explication. Regards [quote="reinaldocrespo":2012dhid]hmpaquito; Let's move this thread over to the spanish forum. ...y evitamos incomodar a los que no entienden. In the mean while; please excuse me for answering in English. I ...
Codejock Calendar Samples?
hmpaquito; I usually don't answer this type of comments because I have no idea what it is like outside North America. Just for the record, in the US I find ADS to be the least expensive SQL in the market. ...that's including mysql. Reinaldo.
Codejock Calendar Samples?
Reinaldo, please don't take it the wrong way, what we don't know is like what we don't see... In my country Guatemala, minimum wage is less than US$200 a month, that is for the very few people that are lucky enough to have a job... Other country's are not as lucky as Guatemala... we have good salary's compared to ot...
Codejock Calendar Samples?
Bayron; Still that doesn't make ADS any more expensive than ms-Sql (in Gatemala or not) or any other sql for that matter. Notice I'm comparing SQL prices. The only SQL less expensive than ADS is NO SQL. So in a vertical market, when I compete with other vendors that sell/installs ms-sql with their software, I alrea...
Codejock Calendar Samples?
Please help me to create this <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20710">viewtopic.php?f=3&t=20710</a><!-- l --> If we 'llwork together we can create it
Codejock Calendar Samples?
MdaSolution; Hi. I already tried that. AMOF; the code will be released soon and it's not bad. I think you will enjoy this Calendar class very much. But for myself, I finally decided to go with CodeJock because I felt that for the price you save a lot of time and furthermore I didn't think that fw users would be w...
Codejock Calendar Samples?
Back in my VB6 times I used some components of Codejock, especially ribbonbar and also the calendar. In my opinion there are too many setup possibilities, designers, etc. You never come to an end with your application development. If you are nearly ready a new release is available. I feel it is much easier to use FW ...
Codejock Calendar Samples?
I looked at Codejock several years ago, and I corresponded with their staff. I was very impressed but didn't want to deal with the work around for the .DBFs I use. Recently I started working with Reinaldo and James to implement the Calendar class into my own application. I've had other solutions but felt the need to...
Codejock Calendar Samples?
Hello Tim, I can’t imagine what your calendar is doing. Would you be so kind to tell us more maybe you can post a screenshot. Is it a standalone or do you work together with outlook? I am curious to hear in 6 month about your experiences. Best regards, Otto
Codejock Calendar Samples?
Hi Friends; I don't wish to convince anybody about CodeJock. I only want to share information for everyone's benefit. It is true that the calendar control is huge and extremely configurable. Yes, you can use outlook data, or any other source of data as well as a combination of data sources including google calendar...
Codejock Calendar Samples?
Otto, As part of my App, I have an appointment scheduler that must handle multiple events for each day/time. I used a browse to list them on a particular day, and also a Gantt type chart to show available times. However, the look and feel ( which inherited from the old Grumpfish DOS calendar ) was just not modern an...
Codejock Calendar Samples?
One other point about Outlook. Unless you use Exc hange Server ( not usually found in smaller installations ), it is essentially single user. You can manually sync from one computer to another, but not live. Also Reinaldo is right on about the not linking to other data that needs to be updated. In my case, I link a...
Codejock Calendar Samples?
[quote:1753cekx]but the urgent stuff kept my focus elsewhere.[/quote:1753cekx] There was a TV ad years ago about car repairs that said "You can pay me now, or you can pay me later." Of course, paying later always ends up costing more. Converting to using business classes will save tons of time (and money). Converting...
Codejock Calendar Samples?
Reinaldo, >I only want to share information for everyone's benefit. Benefit for me is judgmental - I think you should use option. Is an option. Using all those components I came to a point where I had so many unfinished projects and every new release – how long will they support activeX, etc.- were really painful. ...
Codejock Calendar Samples?
Otto; I see your point. I stand corrected. The only part that I'm missing here is who do you pay for a CodeJock-type class in FW? If I have the choice of paying CodeJock or I pay a FWner; I pay the fwiner. But couldn't find it. Do you? Regards; Reinaldo.
Codejock Calendar Samples?
Reinaldo what is your email? Best regards, Otto
Codejock Calendar Samples?
Hi. You can email me at: reinaldo dot crespo at gmail I'll be glad to read from you, Reinaldo.
Codejock Calendar Samples?
Now I found the post from 2007. I didn’t knew before that paid support from Fivewin is possible. Since that time I am satisfied. If I have really a complicated issue and no time to wait for an answer in the forum I have the possibility to get support from Fivewin directly or Antonio knows someone who can help. Best r...
Codejock Calendar Samples?
Tim I have purchased the codejock control calendar also I am working on it's integration to my application this week Hope we can share some code or ideas, Richard
Codejock Calendar Samples?
Hello, I am agree with Otto. It is much better to have FWH own controls rather than 3rd party without source code. I am interested in an Agenda for FWH like Outlook´s and I can paid for it to Antonio, Daniel or who can provide it. Thank you.
Codejock Calendar Samples?
ukservice Of course we all prefer a native fwh control and i am ready to pay for that also I asked for it several times , Daniel started the job but there is a very long way to go in order to have a similar control as codejock's. Please take a small time to download a trial version (free) and you will quickly under...
Codejock Calendar Samples?
Mr Chidiak, Yes, I am agree that Codejock is too much professional. I think a more simple Agenda will be enough. Mr. Otto´s class is very good. Just something a bit more complex. The problems about using 3rd party tools have been described by Mr. Otto above. I don´t think it worths as they will cause too much suppor...
Codejock Calendar Samples?
Otto, I'd like to clear up something. I've been a FW user since the early days. If you look at my posts over the years, you will see that I'm very supportive of the work, assistance, and even the friendships that come about here. I use FW because I believe in it, and it allows me to do things I can't traditionally d...
Codejock Calendar Samples?
Tim [quote="TimStone":85ot3x63]As Daniel pointed out in another post, there are so many things to do with his time, and he doesn't have enough right now to complete this class. That is a very welcome statement because he is being honest with us, and I appreciate it. Others may step in to help, and that is great.[/quot...
Codejock Calendar Samples?
Daniel, I've been doing xBase programming since 1982. I know how long it can take to complete projects, and how fast new ones get on our calendar. The people on this forum also have personal lives with families and friends. It is important to keep a balance and enjoy the precious time we are granted. We can't do i...
Codejock Calendar Samples?
Please see [url:neic1sqz]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=20732&start=45[/url:neic1sqz] FIVEWIN power - thank you Daniel. Best regards, Otto download sample here: [url:neic1sqz]http&#58;//www&#46;sitasoft&#46;net/fivewin/samples/calex1&#46;zip[/url:neic1sqz] [img:neic1sqz]http&#...
Codejock Calendar Samples?
Please Reinaldo Crespo, I try to download de codejock calendar just to test and no way. Allways It link to me to the [url:10t6jfh5]http&#58;//www&#46;codejock&#46;com/downloads/[/url:10t6jfh5] and is anything about calendars. Could you send me the correct link or send me the file. I'm following both samples and the one...
Codejock Calendar Samples?
Andres, Sorry for the delay in responding. You want to download and install the complete Active X Codejock controls demo from the website. It provides all of the controls for testing. Then if you want to order just the Calendar control, they will do that for you. For testing, do the complete download. It should...
Codejock Calendar Samples?
Hi Tim! [quote="TimStone":2gv4gdre] As for 3rd party libraries, I actually use one for spell checking, another for graphing, and another for PDF creation. They all work fine. [/quote:2gv4gdre] What 3rd party libraries do you use exactly? Thanks.
Codejock Calendar Samples?
Sorry Tim for the delay. I have installed it like you say an no way. The sample don't work, just in the line about the activex [code=fw:2n4aaiyy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//create the object</span><br />::<span style="color: #000000;">oCalex</span> := tActiv...
Codejock Calendar Samples?
Andrés Yo have to register the ocx , did you do it ? Richard
Codejock Calendar Samples?
I would like to be able to integrate Codejock Calendar with Google Calendar. Can anyone assist? How is it done. thanks in advance <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->
Codejock Calendar Samples?
Codejock calendar can interact easilly with "mapi" compliant calendars Ms Outlook is Ok for this , i don't know about google calendar if it is compliant with Mapi, if yes then it is feasable . You will find more help on codejock's forum <!-- m --><a class="postlink" href="https://forum.codejock.com/">https://foru...
Codejock Calendar Samples?
Thanks for the info. I have purchased and integrated Codejock Calendar into my software, and I have used it to also talk to MS Outlook. I really need to know how to link up with Google Calendar, if anyone has done this before. Any assistance is appreciated.
Codejock Calendar Samples?
Dear Codejockers <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Any advise how to start a project with xHarbour and Codejock ActiveX?
Codejock Calendar Samples?
Frances The easiest way is to build a class Let me know what email you use, i will send you a copy of the class i use for my application since quite a while , working like a charm. Hth Richard
Codejock Calendar Samples?
Frances, Please, look at: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20732&p=110045&hilit=calex#p110045">viewtopic.php?f=3&t=20732&p=110045&hilit=calex#p110045</a><!-- l --> It is almost finished. Missing reports functions and alerts. Best regards
Codejock Calendar Samples?
Dear Lucas, I saw this project but it's unfinished project and no completely publish. I cannot even build the sample01. It shows and error. function and class is missing. "Calex_Setfirstdate" "TCalex" I would like to see this project has done. Thanks, Dutch [quote="lucasdebeltran":39grqwa2]Frances, Please, look a...
Codejock Calendar Samples?
Dear Richard, Could you send me this sample class also. Thanks in advance, Dutch [quote="Richard Chidiak":1rd3dco6]Frances The easiest way is to build a class Let me know what email you use, i will send you a copy of the class i use for my application since quite a while , working like a charm. Hth Richard[/quot...
Codejock Calendar Samples?
Dutch, I don´t get any errors. This is function Calex_SetFirstDate( nFirst ) //----------------------------------------------------------------------------// FUNCTION Calex_SetFirstDate( nFirst ) local nOldValue static nFirstDate := 0 nOldValue = nFirstDate if PCount() > 0 nFirstDa...
Codejock Calendar Samples?
Richard, can send to me too? thanks <!-- e --><a href="mailto:norbertolf@msn.com">norbertolf@msn.com</a><!-- e -->
Codejock Calendar Samples?
[quote="Richard Chidiak":izjf2b6o]Frances The easiest way is to build a class Let me know what email you use, i will send you a copy of the class i use for my application since quite a while , working like a charm. Hth Richard[/quote:izjf2b6o] Dear Mr. Richard, My email is vichezzz at yahoo dot com. Thank!
Codejock Calendar Samples?
Frances Dutch and Norberto You can download it from <!-- w --><a class="postlink" href="http://www.cbati.com/tcodejock.zip">www.cbati.com/tcodejock.zip</a><!-- w --> if any one else wants to download he is welcome, of course you will need to have the license from codejock and insert your own license number. The class...
Codejock Calendar Samples?
Dear Mr. Richard, Thank you for your positive support. I'm looking forward to start using this class and throw useful feedback for someone to catch..
Codejock Calendar Samples?
Thanks Richard, I will see from your samples and let you know. Regards, Dutch
Codejock Calendar Samples?
Hi Richard. I'm trying to download your sample but the zip file is not downloadable anymore. Is it possible to have a new link to test your Codejock example ? Thanks a lot. Massimo
Codejock Calendar Samples?
Massimo, This codejock example has been sent from Richard Chidiak to me, I am copying it here without any licence infos: Richard, if there is any objection to publish it here, please let me know it and I will remove it, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -...
Codejock Calendar Samples?
Hi Antonio. I have an error linking on this function RegisterServer( "Codejock.Calendar.v15.0.2.ocx" ) and there is no "Calendar.ResourceFr.dll" file on any Codejock folder. I temporary deleted it and now I'm trying to build the files, because there is no function that creates them. Thanks a lot. Massimo.
Codejock Calendar Samples?
RegisterServer() and UnRegisterServer() are in FWH/source/winapi/ocx.c so you should have them in your FWH Comment out the line about the DLL, I think it is just for French language support.
Codejock Calendar Samples?
Hello again Antonio. I give up the tests. :VisualTheme = ( xtpCalendarThemeOffice2007 ) Error in runtime :bOnEvent = { | event, aParms, pParams | ::handleEvent( Event, aParms, pParams ) } :SetDataProvider( "Provider=custom" ) Error in runtime I don't know if is a problem with Xharbour comm...
Codejock Calendar Samples?
Massimo, Thats a very clever desition <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Harbour is simply great. xHarbour was usefull for pushing Harbour to evolve and improve. But now there is no technical reason to continue using it.
Codejock Calendar Samples?
[quote="Antonio Linares":270z8o1s]Massimo, Thats a very clever desition <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Harbour is simply great. xHarbour was usefull for pushing Harbour to evolve and improve. But now there is no technical reason to continue using it.[/q...
Codejock Calendar Samples?
Enrico, Are there any examples of use of function HB_BACKGROUNDADD() ? It looks to me as a threads manager. Do you use it on your apps ?
Codejock Calendar Samples?
[quote="Antonio Linares":1heqqf5h]Enrico, Are there any examples of use of function HB_BACKGROUNDADD() ? It looks to me as a threads manager. Do you use it on your apps ?[/quote:1heqqf5h] Yes, I use it to let the system refresh some wait animations. This is the syntax: [code=fw:1heqqf5h]<div class="fw" id="{CB}" s...
Codejock Calendar Samples?
Enrico, Could you provide a small self contained example ? thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->