Search found 116 matches: portion

Return to advanced search

Re: Menuitem error with SetPrompt

Maurizio,

Have you modified both the menu.ch and the menu.prg ? Here it works with no error.

Anyhow, if you send me your menu RC portion, I build it here and send you a screenshot.
by Antonio Linares
Wed Jul 09, 2014 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menuitem error with SetPrompt - Solved
Replies: 17
Views: 5816

Re: Migrate to Harbour

... support) and got no answer at all from him yet. Some days ago I asked in the list about your OleDefaultArg() question (for second time) and see a portion of his response: When I've seen the first message asking about OleDefaultArg() I thought it's a joke and for sure harbour-devel list it's not ...
by Antonio Linares
Sat Jul 05, 2014 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11989

Re: Migrate to Harbour

Enrico, Przemek keeps working very actively on the project, please review this recent changelog (just a portion of it): 2014-06-27 17:20 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/delim1.c * src/rdd/sdf1.c + added support for importing TIME and TIMESTAMP ...
by Antonio Linares
Fri Jul 04, 2014 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11989

Re: Off Beat Question - Javascript - SQL

Darrell,

Could you post here some portion of the code so we can all review it ? thanks
by Antonio Linares
Sat May 25, 2013 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Off Beat Question - Javascript - SQL
Replies: 17
Views: 3489

Re: bug in FW 13.04 combobox

Mulyadi,

have you tested the fix that I have published above ?

If keeps failing, could you please post a portion of your RC where you use the comboboxes and what you have to change ? thanks
by Antonio Linares
Wed May 08, 2013 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29092

Re: ADO: Listing tables from a database

Rick, I am afraid that Execute() portion of FiveDBU will not work with xHarbour and we use the great Harbour capability to compile and execute from memory in runtime. I am going to review the syntax of that line. We have just published an ...
by Antonio Linares
Fri May 03, 2013 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO: Listing tables from a database
Replies: 9
Views: 1685

Re: listbox recno() display

... dialog I'm using for this listbox, I have - Search, OK, and Cancel buttons. When returning from the search function(), I have to click on the data portion of the listbox to get its "focus" back to a highlighted data record. I gather there is a FW setfocus function(), when coming out of ...
by brewster
Sun Dec 16, 2012 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: listbox recno() display
Replies: 7
Views: 1301

Re: /B Harbour Compiler option generated a unresolved external

... that I can copy to my .MAK file. Below are portions of my MAK file and runtime errors: I hope there is something we can tweak. Thank you. Jose Portion of Runtime errors: Unrecoverable error 9003: Too many recursive error handler calls Called from ENABLE(0) Called from TDBG:DBGCONTROL(525) in ...
by xhbcoder
Fri Dec 07, 2012 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1237

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... are just a little databases where controls descriptions are stored along with their properties (position, dimension, caption, etc.) If we read a portion of a RC and analyze it then we can transform it using some patterns that could produce a desired output format. Thats why I think that we can ...
by Antonio Linares
Sun Nov 04, 2012 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62910

Re: TO ANTONIO CONTROL GET BITMAP ACTION ERROR

Silvio,

I´m outdated

which botton are you using?

can you show a source code portion?

best regards

Marcelo
by Marcelo Via Giglio
Thu Sep 13, 2012 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO CONTROL GET BITMAP ACTION ERROR
Replies: 9
Views: 1458

Re: Loosing buttons in RibbonBar

... loose the ability to show images on buttons and other places. I finally tracked it down to the hazardous placard images. If I commented that portion of the code out it would keep working. With the code in, it would start loosing images somewhere down the road. I opened each of the images ...
by Gale FORd
Fri Jul 27, 2012 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Loosing buttons in RibbonBar
Replies: 29
Views: 6887

Re: Client Server options

... is populated as the rowset is traversed. This results in a more immediate response to the query, and processing is not wasted if only the first portion of the rowset is traversed. Note that the following operations will cause the static cursor rowset to be fully populated: Last (or Go Bottom), ...
by reinaldocrespo
Mon May 28, 2012 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25119

Creating an array list for a Combobox

... my name in a ComboBox. Unfortunately, when I create the array and use it like ITEMS aTech .. the computer GPFs and I do not know why .. Here is a portion of my code. Please let me know what I am doing wrong ? Thanks Rick Lipkin // create the Tech pull down arraycSql := "Select [First Name], ...
by Rick Lipkin
Mon Apr 02, 2012 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an array list for a Combobox
Replies: 3
Views: 737

Re: Action execute when at bottom of xbrowse

... data, it takes time to get the #records and position. I think there should be an option that allows for page scrolling only. The thumb portion stays in the middle until you reach the bof or eof. You can click on the bottom section to page down or the top section to page up. I think ...
by Gale FORd
Tue Feb 21, 2012 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Action execute when at bottom of xbrowse
Replies: 7
Views: 1699

Re: FWH 1201 Upgrade Transparent text

... ) } } )      DEFINE DIALOG oDlg RESOURCE "Test"   ACTIVATE DIALOG oDlg CENTEREDreturn nil This is how it looks using a portion of your RC: http://img138.imageshack.us/img138/5904/capturercz.png
by Antonio Linares
Thu Feb 09, 2012 7:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1201 Upgrade Transparent text
Replies: 11
Views: 2562
PreviousNext

Return to advanced search