Search found 11 matches

by SteveLai
Tue Nov 02, 2010 12:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Working with Excel
Replies: 21
Views: 6752

Re: Working with Excel

Very helpful links with good examples Jeff ... many thanks!

I ended up using the following statements ...

oExcel:Worksheets(n):Activate() // where n = 1, 2, 3 ... etc
oSheet := oExcel:Get("ActiveSheet")

oSheet:name is useful for verifying which "n" is being used.
by SteveLai
Thu Oct 28, 2010 3:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Working with Excel
Replies: 21
Views: 6752

Re: Working with Excel

Is it possible to have more than one sheet in the workbook?
by SteveLai
Tue Jun 24, 2008 2:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Open a DBF file from Internet Web Server via xBScript
Replies: 11
Views: 2687

xbscript.dll

"I have registered the Xbscript.dll the internet server" ... can you please explain how to do this? Thx
by SteveLai
Mon Mar 24, 2008 11:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Classes ... anyone?
Replies: 6
Views: 1609

Problem solved .. thanks everyone!

Many thanks Antonio ... that little OBJ worked like magic; and now I feel rather sheepish ... I think this is something that I should be able to resolve myself? ... where to start? ... the mystery remains!. I salute you guys out there ... thank you.
by SteveLai
Fri Mar 21, 2008 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Classes ... anyone?
Replies: 6
Views: 1609

Getting to grips with classes

Many thanks ukoenig ... I will study and try to understand your sample. Thanks too Otto; I've read James Bott's guide and I think I can follow most of it. ============??? What I don't understand is how to create an EXE from a PRG file containing Function Main and another PRG file containing Create C...
by SteveLai
Fri Mar 21, 2008 3:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Classes ... anyone?
Replies: 6
Views: 1609

Classes ... anyone?

I have been programming in FiveWin, FWH and Harbour for a long time without really knowing what a class is? OK I'm not ashamed to admit I'm very thick, but could someone please explain how to use a class.prg file. I know there's lots of examples in FWH\source\classes\*.prg, but what does one do with...
by SteveLai
Fri Mar 21, 2008 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 29966

Hello Gale Ford re Testwebmap.prg

Your Exe works great ... brilliant piece of code. Can you please explain how (or what to do) to include your functions in another application, i.e. how to create link to the Class defined in Webmap.prg? Many thanks in advance.
by SteveLai
Thu Mar 20, 2008 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to toggle INS key
Replies: 2
Views: 592

Thank You

That works a treat ukoenig ... many thanks.
by SteveLai
Thu Mar 20, 2008 4:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to toggle INS key
Replies: 2
Views: 592

How to toggle INS key

Is is possible to switch between OverType and Insert mode under program control? Thanks in advance :?:
by SteveLai
Wed Apr 19, 2006 12:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best practice for reindexing?
Replies: 3
Views: 1173

Releasing locked files

Thank you for your response John. There is another, but equally not very practical, way to release locked files, i.e. close off open sessions on the server when logged in with administrator rights ... not a good solution to give to the client though. Surely somebody somewhere must have come across t...
by SteveLai
Tue Apr 18, 2006 2:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best practice for reindexing?
Replies: 3
Views: 1173

What's the best practice for reindexing?

I use a Blank Record function instead of Delete/Pack in a multi-user environment, plus a ReUse Blank Record if one exists when creating new records. There is a need to Pack/Reindex from time to time, requiring exclusive access, but every now and again some files are locked, even when all the users h...