Search found 160 matches

by Badara Thiam
Fri Nov 17, 2006 9:53 am
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11369

Hello, Here is an upgrade of WinDefPrn(), made to work with Windows 2000 operating systems. Thank to Gilbert for his good seek ! :idea: ( the registry is not "easy to eat" ) Regards, ****************** FUNCTION WinDefPrn() ****************** * Dernière modification le 17/11/2006 * Retourne...
by Badara Thiam
Fri Nov 17, 2006 9:25 am
Forum: FiveWin for CA-Clipper
Topic: Message to Badara
Replies: 10
Views: 3882

Hi Gilbert,

Yesterday i seek in XP registry but not found, and today
you give me the right way ! 8)

I confirm this work under XP.

I shall put a new upgrade today in "Printer functions" thread.


Merci.

Regardes, :D
by Badara Thiam
Wed Nov 15, 2006 6:24 pm
Forum: FiveWin for CA-Clipper
Topic: Message to Badara
Replies: 10
Views: 3882

Re: Message to Badara

Hi Gilbert, I started doing some testing with your Printer functions. Thank you. You are the first returning a problem with. This greatly interest me. It works fine except for WinDefPrn(). Works well with 98, 98SE and ME but not for 2000. Did`nt check XP yet... I don't remember if i have tested Defa...
by Badara Thiam
Thu Nov 02, 2006 9:41 pm
Forum: FiveWin for CA-Clipper
Topic: Database readwrite and read only detection
Replies: 3
Views: 1298

Re: Database readwrite and read only detection

Bonjour Gilbert, I`m looking for a function that could evaluate the opened indexes when needed. Voici une fonction 100 % opérationnelle ! ******************* FUNCTION INDEXACTIF() ******************* * Creation le 10/09/1998 * Auteur Badara Thiam * Retourne les index actifs dans la base de données c...
by Badara Thiam
Thu Oct 26, 2006 11:40 am
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11369

Hello, After news severals tests, there is now a new upgrade, specialy for Windows 32 bits operating systems and only about shared printers. Regards, ****************** FUNCTION WinGetPrn() ****************** * Recherche les imprimantes installées sous windows * dans le registre de Windows (remplace...
by Badara Thiam
Sat Oct 21, 2006 10:35 am
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11369

Hello, I have rewritted the functions WinGetPrn() and WinGetPrnP() because there are some shared printers who are not registered in the same path in the Windows registry, under NT, XP, and i think also under 2000, 2003, Vista. Theses functions must work under all Windows since 95, else i have someth...
by Badara Thiam
Thu Oct 12, 2006 10:10 am
Forum: FiveWin for CA-Clipper
Topic: ShowOwnedPopups()
Replies: 2
Views: 1200

ShowOwnedPopups(hWnd, .F.) return not always .T. when there is not
Owned popups for the window, depending on unknown reason.
Problem found on a pc with XP Home edition.
by Badara Thiam
Sat Oct 07, 2006 11:24 am
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11369

Bonjour Gilbert, Ça doit fonctionner de la même façon sous tous les Windows ayant un registre, sinon c'est que l'adressage dans le registre est différent pour certains Windows. Pour le vérifier, ouvre le registre (regedit.exe) et ouvre les chemins que tente d'utiliser WinGetPrn() pour aller chercher...
by Badara Thiam
Sat Oct 07, 2006 11:21 am
Forum: FiveWin for CA-Clipper
Topic: Print system functions
Replies: 25
Views: 11369

My next message was here also
by Badara Thiam
Mon Oct 02, 2006 7:40 am
Forum: FiveWin for CA-Clipper
Topic: Clipper 5.3b exe
Replies: 1
Views: 1288

Hello,

Put the files provided with the Clipper 5.3b patch in the root directory of clipper (by default \CLIP53), then load PATCH.EXE. This is the way for the
5.3b international version.

Files to copy into Clipper 5.3 root directory :
53A_BI.RTP
PATCH.EXE
CLIP53BI.TXT

Regards,
by Badara Thiam
Thu Sep 28, 2006 10:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to unlock the Clipboard when another app misbehaves
Replies: 1
Views: 863

Luis, Please look at SetClipboardViewer() API (w98 and 2000) if you don't know. This is a part of "SAMS Windows 2000 API SuperBible" : "SetClipBoardViewer places the given windows at the lead of the chain of the clipboard viewers. The value returned, the handle of the next clipboard v...
by Badara Thiam
Thu Sep 21, 2006 8:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Get lock up problem
Replies: 5
Views: 1138

Hi EveryBody,

I use always StopUntil() instead SysWait(), who take all the cpu time...!

Best regards,
by Badara Thiam
Thu Sep 21, 2006 7:56 am
Forum: FiveWin for CA-Clipper
Topic: How can I check what is the GPF error?
Replies: 6
Views: 1897

Re: Got GPF error

dutch wrote:I don't know what is concerning between GPF error xxxx:4221 and xxxx:4221 at line last of MAP.
I you have Blinker, you can analyse map file with Bligpf.exe

When i have a gpf, i do like said Enrico before all, to localise
exactly what is the code line responsable.

Regards,
by Badara Thiam
Thu Sep 07, 2006 10:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to check ADI Yes/No Exist index TAG name?
Replies: 7
Views: 1784

RF wrote:Try to avoid the reindexing, I repeat, you don't need to reindex since you are working with ADS.
Without ADS also, if you open each index before every time you
upgrade yours databases.

Regards,
by Badara Thiam
Mon Sep 04, 2006 9:17 am
Forum: FiveWin for CA-Clipper
Topic: ShowOwnedPopups()
Replies: 2
Views: 1200

ShowOwnedPopups()

This API function shows or hides all pop-up windows owned by the given window. This eliminates the need to call ShowWindow() for each individual pop-up window. To use it with Clipper, simply add this command line in one .prg file of you application : DLL FUNCTION ShowOwnedPopups( nHwnd AS _INT, bSho...