Search found 75 matches: folowing

Return to advanced search

Re: FW Lookup function (where to find)

... not working because multi dim. arrays are not easy for me, I want to find all values of the selected record Result shoud be the values of the folowing fields... aData[1,1] = Code .or. aData[1] = code aData[1,2] = Naam ..... rest of all the fieldnames = Value function Testobj()   local ...
by Marc Venken
Sat May 02, 2020 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Lookup function (where to find)
Replies: 5
Views: 645

fw_exeltodbf error on execute

Hello, I'm having folowing error with FW_EXCELTODBF   cCurFile := cGetFile( "Exel file| *.xl*| ", "Kies een leveranciers exel file (op drive d:)" )  oRange   := GetExcelRange(  cCurfile , "Sheet1" ...
by Marc Venken
Mon Apr 20, 2020 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_exeltodbf error on execute
Replies: 2
Views: 357

ExeltoDbf error in using wrong type of field

... exel files into a dbf. I change the headers to match the dbf fields and 'normaly' i change num to tekst fields in exel, but many times I get the folowing hard error. I'ts not easy to determine witch kolom in exel is still not correctly changed. Any tips how to know or change that it will work ...
by Marc Venken
Sat Jan 04, 2020 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExeltoDbf error in using wrong type of field
Replies: 2
Views: 651

Re: XBrowse setget

I tried the following: oBrw1:aCols[ 4 ]:SetCheck( ) // works OK When I add the folowing line the system crashes while opening the browse. oBrw1:aCols[ 4 ]:bOnSave := { || msgInfo( "Hi" ) } The error log is: Application Internal Error - D:\xProjetos\VavAta\VAVATA.EXE ...
by ADutheil
Fri Nov 08, 2019 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 799

Re: 5 steps and APACHE mod harbour is running

... Fw app. on there pc in order to connect to the online database. (mariadb way) Also, the people with a Mac-pc can't run the fw app. Therefore i'm folowing the Mod-harbour evolution closely. I've tested some of the samples online (very promising for sure) until 4/5 okt. i have less time, but then ...
by Marc Venken
Wed Sep 04, 2019 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 5 steps and APACHE mod harbour is running
Replies: 10
Views: 1820

Re: Multiple languages

I would use folowing : Create a language file with as much languages that you want (even some extra that are not in your intension today In the setup you let the customer take the language they want. (Englisch ex. as the standart) ...
by Marc Venken
Fri Jul 05, 2019 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple languages
Replies: 5
Views: 848

Re: DBeval for unique values

James, Asume the folowing I will Xbrowse all Customers and many colums end have the getbars on top of Xbrowse. I can put "Senford" in the col city, hit the filter button and I will have all customers from Senford. No let ...
by Marc Venken
Thu Jan 31, 2019 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBeval for unique values
Replies: 5
Views: 1059

Some nice looking sample dialogs code

Hello, Folowing the forum, there are sometimes posts that show very nice looking dialogs, buttons, xbrowses, .... Is it possible for some of them to be show in this topic with the code to generate them ? I hav NO intension of ...
by Marc Venken
Fri Jun 01, 2018 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some nice looking sample dialogs code
Replies: 2
Views: 821

Re: fwdbu request

Marc, I see here options to create indexes, but has someone a option (code) for the folowing : I have a app. (Xbrowse) with lots of fields and already many indexes. I see that I often need a other index to sort the data a better way. Is there a sample that will build ...
by Antonio Linares
Tue Mar 27, 2018 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwdbu request
Replies: 35
Views: 6864

Re: fwdbu request

I see here options to create indexes, but has someone a option (code) for the folowing : I have a app. (Xbrowse) with lots of fields and already many indexes. I see that I often need a other index to sort the data a better way. Is there a sample that will build ...
by Marc Venken
Tue Mar 27, 2018 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwdbu request
Replies: 35
Views: 6864

Re: Mr. Rao's samples collection.

As a user from day one, Maybe you can concider a basic version, based on the original with folowing anhancements. 1 massive import, one seek for all users, topics, words The autoimport from where you ended the last import. Coloring the seeked words The prg import starting ...
by Marc Venken
Sun Mar 04, 2018 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 22604

Re: A Colorpicker and RGB-tools

Very Nice en usefull for my project, but I have a other challenge :wink: I think many users could benifit from the folowing : (Maybe it can even be done, but then I already say sorry.. If you take the new colorset, and add more definable colors 1 to 10 become 1 to XX (In my case ...
by Marc Venken
Sun Dec 10, 2017 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Colorpicker and RGB-tools
Replies: 53
Views: 8582

Tsbrowse to Xbrowse conversion of a function

Hello, In my conversion (16 to 32) , I used the folowing TS browse call a lot of times : (In a older NTX format for indexes) REDEFINE BROWSE oLbxCol CELLED COLORS CLR_BLACK, CLR_WHITE ALIAS "kleuren" ID 3333 OF oDlg NewLbx(oLbxcol,"ARTIKEL") ...
by Marc Venken
Thu Nov 23, 2017 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsbrowse to Xbrowse conversion of a function
Replies: 5
Views: 1166

Xbrowse with more that one oRs into it.

... oRsvolgorde:Requery( { cZoek } )  //cZoekID = oRsAtt:id_attribute  //oRs:Requery( { cZoekID } )return NIL  In HeidiSql I see folowing structure, with indexes. How do we change the index in FW for a online database ? ps_product_lang http://www.maveco.be/fivewin/forum7.jpg ...
by Marc Venken
Sun Nov 12, 2017 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with more that one oRs into it.
Replies: 7
Views: 3377

Xbrowse : use bEditvalid, bEditblock of bEditvalue (SOLVED)

Hello, Witch block is best to use for folowing purpose : In a online system (Mariadb) oRs ....... I want to save the changes to a change log whenever a user changes a field. My coaches can change ex. the adres of a member, but I want to log ...
by Marc Venken
Tue Oct 17, 2017 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : use bEditvalid, bEditblock of bEditvalue (SOLVED)
Replies: 1
Views: 552
PreviousNext

Return to advanced search