Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBI controls schedule
Message
 
 
À
20/11/2012 06:41:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01557615
Message ID:
01557678
Vues:
24
>>Hi everybody,
>>
>>I am wondering if it is possible to add a checkbox character in the Schedule AddItem method. Do you know which character I can use to show a check mark using regular font?
>>
>>If someone has experience with this control, can you please tell me what will be the best way to implement the following:
>>
>>For the list of Employees I want to add certain indication when the Employee checked in.
>>
>>I am looking at the Help http://www.dbi-tech.com/download/Demos/HTML/SolSched7/FlashHelp/ctschedl.htm but wondering if someone already faced similar requirements and can share the solution ideas.
>>
>>Thanks in advance.
>HI,
>
>Try Webdings chr(97) and if this does not suit you, use Word -> insert signs and look for the one which you like best. Word galantly shows you the asci number of the by you selected sign.
>
>Regards,
>
>Koen

I am wondering if anyone has experience with this control.

I am now trying this code
 IF TYPE(m.lcInstrAlias + '.CheckedIn') = 'L' AND CheckedIn
 *      loCt.ColumnCheckBox(m.lnIndexId ) = 2
 *      loCt.CellCheck(m.lnIndexId, 0) = 1 && Checked
       loCT.CellPicture(m.lnIndexId,0) = 1
    ENDIF
and I see in debugger that the value does not change to 1 after I executed this code. The CellPicture remains 0. Why would the code silently refuse to execute?
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform