Search found 103 matches: alternatives

Return to advanced search

Hi Uwe It certainly should work and give the user an indication of what they can and can't do. However it doesn't explain why. The alternatives would presumably be to either: a. display a message indicating that they already have this part running or b. set the focus to this part that is ...
by xProgrammer
Sun Jun 15, 2008 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make it impos. in MDI, to open a appl.-part twice ?
Replies: 14
Views: 3400

Can Properties (DATA) be added dynamically to an Object (CLA

... having looked at the code for TDatabase (which has a very clever, if not very pretty, workaround). But before I spend too much time on alternatives, I thought that it was worth asking the question. Thanks Doug (xProgrammer)
by xProgrammer
Tue Apr 29, 2008 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can Properties (DATA) be added dynamically to an Object (CLA
Replies: 9
Views: 2811

Questions etc about WinExec( <command>, <parameter&

... postscript file? Is this the case? Can WinExec() be made to optionally operate synchronously and return the exit code of whatever it calls? What alternatives are there? I guess calling a shellscript that spools the postscript file and then deletes it? I could insert a MsgInfo() informing the ...
by xProgrammer
Mon Mar 10, 2008 6:23 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Questions etc about WinExec( <command>, <parameter&
Replies: 2
Views: 1134

DBF / RecSet to Excel - Some simpler and faster Alternatives

Here are some simpler and faster alternative methods to convert small to medium sized dbf / Ado RecSets to excel. DBF: The following method works if we want the entire dbf to excel oBook := oExcel:Open( <fullpath\source.dbf> ) oBook:SaveAs( <fullpath\dest.xls...
by nageswaragunupudi
Fri Feb 15, 2008 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF / RecSet to Excel - Some simpler and faster Alternatives
Replies: 0
Views: 540

Mr Silvio

I sent a small sample to your personal email. Yes it uses TTreeView also as one of the alternatives.

Incidentally there is another way of reading parent - child relationships, which is called DataShaping. I did not include this, because it is more advanced and complex
by nageswaragunupudi
Sun Feb 10, 2008 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAMPLE OF A TREEVIEW WITH MDB
Replies: 3
Views: 885

Mr Silvio

There are several ways. I shall post two alternatives. Pl give me some time
by nageswaragunupudi
Sun Feb 10, 2008 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAMPLE OF A TREEVIEW WITH MDB
Replies: 3
Views: 885

ButtonBar button with odragcursor problems

... style the button is never hilighted when mouse is moved over the button. Only drag works. A sample code is given below for testing all the alternatives. For bitmaps any available bmp files may be used. #include 'fivewin.ch' function Main() local ownd,oBar local oBtn1, oBtn2, ...
by nageswaragunupudi
Wed Feb 06, 2008 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar button with odragcursor problems
Replies: 0
Views: 361

TsBrowse and Manuel

... testing I'll be running in a week. Hopefully it will hold up because I revised all of my code to use this browse. If not, I'll have to look at alternatives.
by TimStone
Mon Dec 24, 2007 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manuel Mercado & TSBROWSE class
Replies: 29
Views: 7519

... (intranet or internet). Dot-net is only one of the platforms for 3-tier web enabled applications (it does 2-tier also). There are many other alternatives, In this scenario, it matters little whether the client is pc or mac or linux box. All the client needs is to have a web-browser. Future ...
by nageswaragunupudi
Tue Oct 02, 2007 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: .net
Replies: 7
Views: 2049

xHarbour + FWH & Funcky

... stable and professional Email and FTP capabilties in my application and RF say that Funcky is "un sueño" ( a dream) Any comments and sugestion or alternatives are welcome Regards George
by George
Wed Aug 30, 2006 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour + FWH & Funcky
Replies: 11
Views: 3514

... sigue sin funcionar.- Ahora sale el icono, pero no desactiva la "x" de cerrar. Es como si no pusiera ningun Style. Este es el código: // Using alternatives window styles sample #include "FiveWin.ch" function Main() local oWnd, oIco DEFINE ICON oIco FILENAME "..\icons\Customer.ico" DEFINE WINDOW ...
by Manuel Valdenebro
Sat Apr 01, 2006 10:20 pm
 
Forum: FiveWin para CA-Clipper
Topic: STYLE WS_NOCAPTION
Replies: 6
Views: 1643

... el cambio que me indicas y no funciona. Te acompaño el módulo de samples teststyl.prg, con las modificaciones que he hecho y que no pita: // Using alternatives window styles sample #include "FiveWin.ch" function Main() local oWnd, oIco DEFINE ICON oIco FILENAME "..\icons\Customer.ico" DEFINE WINDOW ...
by Manuel Valdenebro
Sat Apr 01, 2006 7:24 pm
 
Forum: FiveWin para CA-Clipper
Topic: STYLE WS_NOCAPTION
Replies: 6
Views: 1643

... large dbfs, would be very slow. 2. I like to use incremental searches on browses. How would that affect the speed when connected via the AIS? What alternatives do you suggest to these two problems? Best, Reinaldo
by reinaldocrespo
Mon Jan 23, 2006 4:40 pm
 
Forum: FiveWin for CA-Clipper
Topic: ADS Local server for Clipper apps?
Replies: 4
Views: 1565
Previous

Return to advanced search