Search found 40 matches: sanil

Return to advanced search

Re: TFTP Help required

Sanil, here is example from this forum. I adapted some lines in my application: //---------------------------------------------------------------------------------------------------------------------////     FTPsend( "list.txt", ...
by sanilpmc
Tue Mar 15, 2016 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP Help required
Replies: 2
Views: 659

Re: TFTP Help required

Sanil, here is example from this forum. I adapted some lines in my application: //---------------------------------------------------------------------------------------------------------------------////     FTPsend( "list.txt", ...
by bosibila
Mon Mar 14, 2016 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP Help required
Replies: 2
Views: 659

TFTP Help required

This is my first experience in FTP, I am using tFtp to upload and download a small text file. But it is not working. Please any one can put a working code for upload and download a small text file.

Regards
Sanil
by sanilpmc
Mon Mar 14, 2016 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFTP Help required
Replies: 2
Views: 659

Is there any TXImage method for resizing JPG images

Is there any TXImage method for resizing JPG image according to the pixel aspect ratio without losing image quality. I had an image with width 2821 pixel and height 2620 pixel and I need to resize it into 640*400 pixel

Regards
Sanil
by sanilpmc
Sat Mar 05, 2016 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any TXImage method for resizing JPG images
Replies: 4
Views: 755

Re: TSButton

Hello Manuel/Otto

Do TSButton support High Resolution BMP's like Alphachannel BMP's ?

Sanil
by sanilpmc
Wed Jan 07, 2009 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton
Replies: 4
Views: 787

... i can' download from http://www.xtech.com.cn/tmysqlsample.exe can you please send me the sample my Email : sanilpmc@yahoo.com Thanks and Regards Sanil I Can dowload dont problem, excuseme my english...
by joseluisysturiz
Fri Oct 24, 2008 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My SQL examples
Replies: 14
Views: 2926

... i can' download from http://www.xtech.com.cn/tmysqlsample.exe can you please send me the sample my Email : sanilpmc@yahoo.com Thanks and Regards Sanil
by sanilpmc
Thu Oct 23, 2008 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My SQL examples
Replies: 14
Views: 2926

... get a sample programe regarding changing attrib for a file using nXor(),nAnd(). Because i try this in my programe it doesn't work for me. Regards Sanil
by sanilpmc
Fri Oct 03, 2008 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1597

Sanil,

You need to use nXor() to exclude the attributes that you don't want.

Or use nAnd() to select the attributes that you just want.
by Antonio Linares
Thu Oct 02, 2008 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1597

... attrib not all. Which means if a file have READ ONLY, HIDDEN and SYSTEM, in this case only needs to remove System and Hidden attrib. Regards Sanil
by sanilpmc
Mon Sep 29, 2008 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1597

Sanil,

FAttrib(cFileName, ) ie without any parameter resets the attrib to empty

I don't know hot to reset a particular attrib alone ie to change READ ONLY attribute alone if the file already has a HIDDEN and READ ONLY attribute is set.

Regards

Anser
by anserkk
Mon Sep 29, 2008 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1597

Thank you,

Its working, Now i can set multiple attrib for a folder or a file using FAttrib(). But Sir I have one more question

How can I remove the attrib from a folder or a file using FAttrib().
Or is there any other function for it

Sanil
by sanilpmc
Mon Sep 29, 2008 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1597

Sanil

Please try this

Code: Select all  Expand view
FAttrib(FileName,02+04)  // 02 -> Hidden and 04 -> System


I belive that this will make Hidden and System attrib together in a single shot

Regards

Anser
by anserkk
Mon Sep 29, 2008 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1597

Help - FAttrib

Dear All,

how can i set multiple attrib for a file using FAttrib() method. For eg. Hidden and system together in a single Fattrib command

Sanil
by sanilpmc
Mon Sep 29, 2008 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help - FAttrib
Replies: 7
Views: 1597

Re: HB_ZIPFILE - File path

Sanil The code that I sent you... It has no help to you? Dear Friends, Please help me. I am using HB_ZIPFILE method to create Zip. Application creates the zip file with all files in the location. But file path not adding in ...
by Armando Picon
Wed Sep 17, 2008 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZIPFILE - File path
Replies: 1
Views: 513
Next

Return to advanced search