Search found 67 matches

by John
Sat Nov 18, 2006 5:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 6791

Antonio,

the values are:
0, 46, 46, 201, 78, 240, 198, 1, 0, 232, 33, 111, 190, 255, 198, 1, 0, 46, 46, 201, 78, 240, 198, 1, 0, 46, 46, 201, 78, 240, 198, 1.

Saludos,

John.
by John
Thu Nov 16, 2006 6:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 6791

Hi Antonio,

the following files are present in the ftp directory:
Image

I get the following results:
0, 46, 46, 201, 78, 240, 198, 1

Best regards,

John.
by John
Sat Nov 11, 2006 3:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 6791

Antonio,

it returns an 8, but i can't relate that to a file present...

Regards,

John.
by John
Sat Nov 11, 2006 8:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 6791

Hi Antonio, i probably did something wrong because i get only empty strings returned for the date and time: aFtpList:=oFTP:Directory("*.*") ShowArr(aFtpList) Function ShowArr(aDirList) aEval(aDirList,{|i,t| iif(Valtype(i)=="A",(ShowArr(i)),(msgalert(i)) ) }) Return (.t.) Any sugg...
by John
Fri Nov 10, 2006 8:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 6791

Hi Antonio,

thanks for the reply. It seems i only get the time returned in this case?

Regards,

John.
by John
Sat Nov 04, 2006 11:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 6791

How to get Date and Time with oFTP

Hi,

i'm using oFTP:Directory("*.*"), but it seems it only returns the name and file size. Is there any way to also retrieve the file's date and time?

Thanks,

John.
by John
Sat Jul 01, 2006 5:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Adressing Dymo Labelwriter 400
Replies: 3
Views: 1093

Hi Tim,

thanks, this looks much more easier than the samples in the provided SDK! :-)

One remaining question: do you also use barcodes with this printer and if so, how?

Best regards,

John.
by John
Thu Jun 29, 2006 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Adressing Dymo Labelwriter 400
Replies: 3
Views: 1093

Adressing Dymo Labelwriter 400

Hi, I want to be able to print labels on a Dymo Labelwriter 400, and have asked the supplier for some info. They've sent me a SDK of 5MB. Before i start digging into this, i was wondering if anyone already may have dealt with this printer before and has some code available? Thanks in advance! John. ...
by John
Mon May 01, 2006 1:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browsing empty arrays
Replies: 7
Views: 3227

George,

i had the same problem and just added an empty array to the browser if there is no data present.

Something like: aadd(aData, { "", "", "", "" })

Regards,

John.
by John
Wed Apr 19, 2006 7:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best practice for reindexing?
Replies: 3
Views: 1159

It is my experience that in Novell networks sometimes the server keeps files locked, don´t know why. Rebooting the server always works in that case, but of course that´s not a decent solution! :-)
by John
Wed Apr 12, 2006 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WindowsXP.Manifest no se visualiza en XP HOME
Replies: 5
Views: 1186

dbzap: SET ENGLISH ON? :wink:
by John
Sat Mar 18, 2006 7:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to return in GET after button?
Replies: 4
Views: 1030

That seems to work, thanks Antonio!
by John
Fri Mar 17, 2006 6:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to return in GET after button?
Replies: 4
Views: 1030

Hi Antonio, actually neither one does work... I have a browse on a dialog, together with a GET field (input search string), a Search button and an Edit button (to edit the searched/found record). What i want to accomplish is that the focus/cursor returns to the GET field after any of the buttons has...
by John
Thu Mar 16, 2006 7:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to return in GET after button?
Replies: 4
Views: 1030

How to return in GET after button?

Hi,

i want to return in a GET field after pressing a button (this button opens a modify record dialog from the button on the browse dialog).

This worked in an earlier version, but doesn't seem to do the trick anymore:

oGet:oJump:=oButton

Any thoughts?

Best regards,

John.
by John
Sun Feb 12, 2006 6:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: oMenu acts differently in February build
Replies: 3
Views: 776

Ok, thanks! That solves the problem for now! :-)