Search found 250 matches: fafi

Return to advanced search

Hi All !

If you did to hide your file , how to get the files, with this function :
use .... to open dbffile
file(..... to check if file exist
fread(....to open file

regards
Fafi
by fafi
Mon Mar 17, 2008 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbf file extension
Replies: 22
Views: 4595

Hi Doug !

I have some GUI libs based on GTK+ and libgnomeprint for printing.
Please your email address, I will send you the example

regards
fafi
by fafi
Fri Mar 07, 2008 5:31 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Five Linux Printing
Replies: 3
Views: 1209

Hi Fafi That's good but if you want more control over your printer (like graphics, controlling fonts) you'll need a more sophisticated approach. If you have a postscript printer you might want something like this in cFilePrint: ...
by xProgrammer
Fri Mar 07, 2008 1:05 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Five Linux Printing
Replies: 3
Views: 1209

... GUI :lol: function main() local cFilePrint := "report.prn" set console off set printer on set printer to (cFilePrint) ?"Hello xProgrammer" ?"I'm Fafi" ?"Thank's for help" set console on set printer off __run("lpr "+cFilePrint) return nil regards Fafi
by fafi
Fri Mar 07, 2008 8:32 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Five Linux Printing
Replies: 3
Views: 1209

Hi Doug

Thank's I will try it :lol:

Regards
Fafi
by fafi
Tue Feb 26, 2008 12:36 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help to Install Ubuntu
Replies: 6
Views: 2297

Hi Fafi All my work has been xHarbour / FiveLinux but this worked: fafi.prg was as follows: FUNCTION Main() CLEAR @2,2 SAY "Hello World" @4,0 SAY "Hit any key to continue" INKEY(0) CLEAR RETURN nil Above code built and run ...
by xProgrammer
Tue Feb 26, 2008 11:57 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help to Install Ubuntu
Replies: 6
Views: 2297

... ? function test() alert("Hello linux") return nil That's only with xHarbour lib. Let's me know, is work or no ? Regards Fafi
by fafi
Tue Feb 26, 2008 10:27 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help to Install Ubuntu
Replies: 6
Views: 2297

Hi Fafi The best way to start is probably to build and run the samples. If everything is installed properly you can do this as follows: From a terminal window go cd /home/yourname/fivelinux/samples (That gets you into the correct ...
by xProgrammer
Tue Feb 26, 2008 9:37 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help to Install Ubuntu
Replies: 6
Views: 2297

... sample makefile for gcc command line ? Here is test.prg function test() alert("Hello Linux") return nil Thank's Regards Fafi
by fafi
Mon Feb 25, 2008 2:11 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help to Install Ubuntu
Replies: 6
Views: 2297

Help to Install Ubuntu

... sudo apt-get install glade-2 sudo apt-get install libglade2-dev and how to install harbour on ubuntu ? Thank's for help Regards Fafi
by fafi
Mon Feb 25, 2008 12:15 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Help to Install Ubuntu
Replies: 6
Views: 2297
Previous

Return to advanced search

cron