Welcome! Log In Create A New Profile

Advanced

Scheduler Cells are Empty while running

Posted by jaistar 
Scheduler Cells are Empty while running
April 02, 2022 01:04PM
I have added new scheduler into the project. It is showing blank cells while running. why it is blank? even if i add programming or database it is showing empty only. what is the problem? why it is showing blank? i have attached the screenshot also. please help me
Attachments:
open | download - SchedulerBlankCells.png (26.4 KB)
Re: Scheduler Cells are Empty while running
April 02, 2022 03:08PM
Hi,

Have you added any content to the control using HAddTask for example?

Give us more info and we might be able to help...

Regards,
Darren.
Marc De Swert
Re: Scheduler Cells are Empty while running
April 03, 2022 12:11AM
Yo Jaistar
i use a scheduler in some programmes and is not difficult
here's a littele code of it
PROCEDURE lp_Normale(dStartDate, dEndDate, sListWho)
LOCAL
tmpAPT is a Appointment



HCancelDeclaration(qryScheduleRequest)
HExecuteQuery(qryScheduleRequest,hQueryDefault, dStartDate, dEndDate,lv_VerblijfID,1,4) //p_Min, p_Max

HReadFirst(qryScheduleRequest)

WHILE NOT HOut(qryScheduleRequest)
//i do a lot in here
tmpAPT..StartDate = DateFrom + "08000000"
tmpAPT..EndDate = DateUntill + "17000000"
tmpAPT..Content = “whatever you need”
tmpAPT..ToolTip = “bla bla bla””

SchedulerAddAppointment(SCH_HUURPERIODE,tmpAPT)
HReadNext(qryScheduleRequest)

END// WHILE NOT HOut(qryScheduleRequest)
Re: Scheduler Cells are Empty while running
April 04, 2022 01:01PM
I have copied all the forms,analysis,procedures from scheduler example project to destination project.



Edited 1 time(s). Last edit at 04/04/2022 01:54PM by jaistar.
Argus
Re: Scheduler Cells are Empty while running
April 04, 2022 10:53PM
if your control is linked to a file and nothing is shown, it can be because :

1. there is nothing in the file
2. there is nothing in the file for the period displayedin the scheduler (happens often with old examples)
3. Your file is not at the right place on disk, as described either in the projetc/executable options of in your code
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: