Search found 65 matches: partially

Return to advanced search

Re: reopen xBrowse alias resulted in error - PARTIALLY SOLVED

Francis

If you use objects for your recordset .. you can oRs:CLose() and then oRs:Open() with a new query and then oLbx:ReFresh() .. just do not reassign oRs .. leave its properties intact.

Rick Lipkin
by Rick Lipkin
Mon Nov 10, 2014 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Replies: 5
Views: 846

Re: reopen xBrowse alias resulted in error - PARTIALLY SOLVED

a less complicated solution is to open the SQL alias with different alias used by xBrowse and assign it.

This is right solution
by nageswaragunupudi
Mon Nov 10, 2014 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Replies: 5
Views: 846

Re: reopen xBrowse alias resulted in error - PARTIALLY SOLVED

Dear All,

a less complicated solution is to open the SQL alias with different alias used by xBrowse and assign it.

Any more better ideas are welcome.
by fraxzi
Mon Nov 10, 2014 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Replies: 5
Views: 846

vacations for some weeks / vacaciones unas semanas

... has been a hard year for me, and lot of work too. So now I need to disconnect, relax and recharge batteries :-) I will be monitoring my email and partially the forums. If I don't answer you it will be because I am not connected. But surely I will be around as usual :-) Sales will be attended regularly. ...
by Antonio Linares
Mon Aug 11, 2014 4:00 pm
 
Forum: Off Topic / Otros temas
Topic: vacations for some weeks / vacaciones unas semanas
Replies: 4
Views: 564

Re: Linking Error: Fatal Error cannot open FiveH.lib

Partially fixed...now has Fatal Error cannot open file "LIBCURL.LIB"
by Greg Gammon
Tue Jan 21, 2014 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Linking Error: Fatal Error cannot open FiveH.lib
Replies: 8
Views: 2093

Problems with xBrowse

... This is the footer: http://imageshack.us/a/img11/8513/5yg8.png The problem is odd because the footers are partially lost: http://imageshack.us/a/img11/3405/61u2.png The same occurs with toexcel method.
by ADutheil
Sat Jul 20, 2013 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with xBrowse
Replies: 5
Views: 1525

Re: FiveDBU with ADO support

... are sure you have the permission on the object, but still get this error, then it is very likely that the object information and property data are partially corrupted and Microsoft Access thinks you have no read permission for the specific object mistakenly. it seems as that error means a corrupted ...
by Antonio Linares
Sat May 04, 2013 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU with ADO support
Replies: 51
Views: 9003

Re: DATE RANGE

Nages, I expect it is more complicated than you thought. I have made some changes to your test code and have it partially working. The first browse shows only the rooms that are available that are in the reserva database. Note the special situation with records with a STATUS="04" ...
by James Bott
Sun Mar 17, 2013 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15094

Re: No more shadows on Win8 :-(

... in fact, its like a new operating system, totally different and completely disruptive from previous Windows versions. We have already ported (partially working) Harbour to WinRT and we are building a FiveWinRT for WinRT, to use the WinRT GUI.
by Antonio Linares
Fri Nov 02, 2012 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No more shadows on Win8 :-(
Replies: 19
Views: 5270

Re: Metro style

... in other directions. I believe the current FW system(s) will serve us well for many years to come, even with the release of Win 8. Win RT is only partially about design. The idea is to have a screen that is easy to read, and view/enter data. All of the fancy things should be excluded. Screens ...
by TimStone
Fri Sep 28, 2012 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro style
Replies: 83
Views: 18575

New FTDN July 2012 (FWH 12.07)

... incremental search on Class TComboBox no longer requires that the user writes the whole searched for item chars. It searches for the already partially written chars: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24394&p=131939#p131939 Please review samples\tim3.prg * New: ...
by Antonio Linares
Sat Aug 11, 2012 4:48 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2012 (FWH 12.07)
Replies: 0
Views: 1505

Re: Windows Metro UI

Rick, many of us are already in the cloud, sometimes without knowing it. I think all we have to interact with the cloud, either fully or partially. a friend said the same thing as you, who would not for the cloud because he was afraid of having data stolen a few months later the company had ...
by norberto
Thu May 03, 2012 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Metro UI
Replies: 69
Views: 19769

Re: Class TScintilla for FWH, first tests

New test, Dialog find partially working, find next and find prev implemented. Full source code included:

http://code.google.com/p/fivewin-contributions/downloads/detail?name=scintila_3.zip&can=2&q=

Please copy the EXE and DLLs to FWH\samples
by Antonio Linares
Wed Feb 29, 2012 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TScintilla for FWH, first tests
Replies: 13
Views: 3017

Re: Problem with DIRECTORY() function

Codemaker, I think this function retrieves entire names of files, not partially names of them. Maybe I Wrong. I allways have used the technic you describes, on others similar cases. In the other hand, I think this could be a new feature of this function for ...
by FranciscoA
Fri Feb 17, 2012 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with DIRECTORY() function
Replies: 16
Views: 5828

Re: FiveWin Web Interface

Bayron,

This is the line that makes the difference:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

Anyhow, it partially gets IE working (menu is fine but dialogs offsets need to be fixed) and break Chrome...
by Antonio Linares
Sun Oct 16, 2011 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19695
PreviousNext

Return to advanced search