pins_accueil Accueil pins_dev2 Mes logiciels pins_peinture Galerie de peinture pins_cine Vidéo amateur pins_jeux Jeux de société
pins_lefrancais Langue française pins_musique La page de Itoura Moussongo pins_lien1 Liens Pétition FULL MÉTAL PLANÈTE
pins_coche_oui pins_drapeau_fr Français
pins_coche_non pins_drapeau_en English

Mes logiciels


V-Tools
V-Tools

supermouse SuperMouse

tbs_pic TinyButStrong

code Code Source

access2 V (Access2)

calen Calendrier

My Source Code

Hello, here is some of my favorites functions and procedures.
Click on the link to read the code.

Name
VB 5
Acc 97
VB 6
Acc 200x
Description
m_Txt_EcritMontant()
yes
yes
In French only. This function translates a numeric value (that is supose to be a currency amount) into a literal writen text.
m_Txt_Merge()
no
yes
Enables to merge a string with given values using jokers like %1%, %2%, %3%,...
Very usefull to build SQL statements easily.
m_Txt_Replace()
yes
yes
It is exactly the Replace() function that already exists in VB6.
m_Txt_ItemChange()
m_Txt_ItemGet()
no
yes
Those two functions enable to handle an item list within a text string such as "item1=value1;item2=value2;item3=...".
ADODB
no
yes
A set of usefull functions that enable to work easily with SQL statement and ADODB library.
V-Tools 97
no
yes
Code source for V-Tools version 1.56 for Access 97.
V-Tools 2000
no
yes
Code source for the last version of V-Tools for Access 2000.
V-Tools 2002
no
yes
Code source for the last version of V-Tools for Access 2002 and 2003.
V-Tools 2003
no
yes
Code source for the last version of V-Tools for Access 2002 and 2003.
V-Tools 2007-2010
no
yes
Code source for the last version of V-Tools for Access 2007 and 2010.
V-Tools 2010-2013
no
yes
Code source for the last version of V-Tools for Access 2010 and 2013 version beta 2012-12-29
SuperMouse
no
yes
Code source for the last version of SuperMouse.