Difference between revisions of "Category talk:Leaders CRM"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(January TO DO List)
 
m
 
(2 intermediate revisions by one user not shown)
Line 4: Line 4:
 
  [x]. Backup database manually option.
 
  [x]. Backup database manually option.
 
  [x]. Add more Skills to database
 
  [x]. Add more Skills to database
  [ ]. Check for online updates option.
+
  [x]. Check for online updates option.
  [ ]. Don't forget to package all ocx and dll files needed.
+
  [x]. Don't forget to package all ocx and dll files needed.
 
  [ ]. Way to delete a contact.
 
  [ ]. Way to delete a contact.
 
  [ ]. Search results restricted to showing Candidates only.
 
  [ ]. Search results restricted to showing Candidates only.
Line 11: Line 11:
 
  [ ]. SQL Query Tool.
 
  [ ]. SQL Query Tool.
 
  [ ]. Improved record date tracking.
 
  [ ]. Improved record date tracking.
  [ ]. Load help via web page 'wiki'.
+
  [x]. 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
 +
'--------------------------------------------------------------------------------

Latest revision as of 00:23, 8 February 2008

January TO DO List

[x]. Animation to show data being "saved".
[x]. Backup database manually option.
[x]. Add more Skills to database
[x]. Check for online updates option.
[x]. 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.
[x]. 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
'--------------------------------------------------------------------------------