Category talk:Leaders CRM: Difference between revisions
Jump to navigation
Jump to search
References |
Job Skill Arrays |
||
Line 30: | Line 30: | ||
Component Designers | Component Designers | ||
== Job Skill Arrays == | |||
'-------------------------------------------------------------------------------- | |||
' SkillCnt : Same as txtSkcnt.Text when passed to the OpenSkillBox routine | |||
' txtSkcnt.Text : Number of contact skills that the candidate has | |||
' cboSk(x).text : contains text skill in combo box | |||
' txtSk(x).text : years experience for skill | |||
' JobSkill(x, 0) : Picklist ID from Picklist table | |||
' JobSkill(x, 1) : Name of the Job Skill which forms the list form Picklist table | |||
' JobSkill(0, 0) : number of unique job skills in picklist table | |||
' dbtContactSkills : table for saving a contacts set of skills | |||
'-------------------------------------------------------------------------------- |
Revision as of 22:58, 30 January 2008
January TO DO List
[x]. Animation to show data being "saved". [x]. Backup database manually option. [x]. Add more Skills to database [ ]. Check for online updates option. [ ]. Don't forget to package all ocx and dll files needed. [ ]. Way to delete a contact. [ ]. Search results restricted to showing Candidates only. [ ]. need2fix: Hit apply new note, then OK causes duplicate note. [ ]. SQL Query Tool. [ ]. Improved record date tracking. [ ]. Load help via web page 'wiki'.
References
REFERENCES:
- c:\WINDOWS\system32\MSVBVM60.dll
- c:\WINDOWS\system32\MSVBVM60.dll\3
- c:\Program Files\Microsoft Visual Studio\VB98\VB6.OLB
- c:\WINDOWS\system32\stdole2.tlb
- c:\WINDOWS\system32\MSBIND.DLL
- c:\Program Files\Common Files\System\ado\msado27.tlb
Component Controls
- c:\WINDOWS\system32\Comdlg32.ocx
- c:\WINDOWS\system32\MSDATGRD.OCX
- c:\WINDOWS\system32\FM20.DLL
- c:\WINDOWS\system32\Mscomctl.ocx
Component Designers
Job Skill Arrays
'-------------------------------------------------------------------------------- ' SkillCnt : Same as txtSkcnt.Text when passed to the OpenSkillBox routine ' txtSkcnt.Text : Number of contact skills that the candidate has ' cboSk(x).text : contains text skill in combo box ' txtSk(x).text : years experience for skill ' JobSkill(x, 0) : Picklist ID from Picklist table ' JobSkill(x, 1) : Name of the Job Skill which forms the list form Picklist table ' JobSkill(0, 0) : number of unique job skills in picklist table ' dbtContactSkills : table for saving a contacts set of skills '--------------------------------------------------------------------------------