Search found 75 matches: folowing

Return to advanced search

Pass Multiple vars with a function call

I have the folowing code and the point is the second variable (document and cData) cData in this case "document" is the fieldname that is used to search for : value is 12345 this works great for 1 field values but i also ...
by Marc Venken
Fri Sep 08, 2023 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 233

Re: Choise : Windows server standard 2022 versus essential 2022

This is interesting info. To me they offered to take the server and user licences in a pack of 5 I received folowing quot : 1) 1 Windows Server 2022 Standard - 16 Core License Pack = 1.144,00 2) 5 Windows Server 2022 - 1 User CAL 49,00 € 49,00 = € 245,00 € + installing around ...
by Marc Venken
Sat Sep 02, 2023 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1466

Xbrowse : Delete and autoshift left .or. Drag/Drop

https://maveco.be/fivewin/sample1.png In this browse I have 12 pics on a row ( Pic1 - Pic2 - Pic3 .... ) I need to do folowing 2 things and hope to get some idea's how to do it in Xbrowse. 1. When I delete pic 2 the pictures from Pic3 to Pic12 should shift to left and become ...
by Marc Venken
Mon Apr 24, 2023 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Delete and autoshift left .or. Drag/Drop
Replies: 5
Views: 560

Re: Xbrowse : oBrw:ToArray (How to do it)

I get folowing error when using it in Xbrowser(). My call to rClicked is wrong so to see xbrowser ( hData[ "data" ] ) COLUMNS "productid", "model" setup ( oBrw:cHeaders := {"productid","model"}, ...
by Marc Venken
Wed Apr 12, 2023 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 969

Re: Fighting Xbrowse and lozing !!!

Thank you Mr. Rao, I tested and noticed folowing : I best make a tumbnail folder with all my images in the smallest size possible (with xnvieuw convert) This will speed up reading and browsing for sure. You use :lVThumbTrack := .t. Looked into ...
by Marc Venken
Fri Dec 30, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1664

Graphics, icons, bmp's for program layout

Hello, It's time to get some graphics into my program. I see that there are folowing types : 16x16 32x32 Alpha (I like most) hires Is there a preferred type for Ribbon, Folderex and Xbrowse ? The Alpha seems to be the most beautifull, but are there any places ...
by Marc Venken
Thu Dec 08, 2022 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics, icons, bmp's for program layout
Replies: 12
Views: 1107

Re: FWForum Post and code grabber

Jimmy, Youre code is not that easy for me )))) I was trying to take the Google Translate function to put in my application. I only need the folowing cSource = "This is a sample text in english" Result from the function only in dutch 'NL' Can you help me with this ? I get stuck op the ...
by Marc Venken
Thu Oct 13, 2022 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 837

Re: FWH: All functions, classes, methods with source code

In Mr. Rao's sample there are folowing lines on top #include "fivewin.ch" #define EM_LINESCROLL 182 #define EM_GETFIRSTVISIBLELINE 0x00CE and further in the program the get to show the programlines nWd := Int( ScreenWidth() * 0.9 ...
by Marc Venken
Thu Oct 06, 2022 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1607

Subclass Xbrowse or changed data function

... this for several fields. The changed data will be uploaded once a day true a API connection. What do you do in this situation ? I'm thinking of folowing Make a changlog dbf where the changed data fields will be put in, and after API update clear this dbf Name, olddata, newdata adress, olddata, ...
by Marc Venken
Thu Sep 08, 2022 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse or changed data function
Replies: 5
Views: 325

Xbrowse bBargetAction and the filtering function for it

Hello, In my xbrowser's i use the folowing syntax for my BargetAction, that i use alot. // xbrowse setup ...   :bBarGetAction := {|| ( oBrwSel:cAlias )->( MARC_SETFILTER( oBrwSel ) ) } FUNCTION MARC_SETFILTER( ...
by Marc Venken
Thu Jun 30, 2022 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 846

Re: FW Preview user style

... done for every class ? But the inherits stuff... That's interesting and not into my skills at this time... James, or someone... Could you do the folowing ? We have Xbrowse and I want to inherit with a function to customise it. In the upperleft of xbrowse there should come a Icon with a customisation ...
by Marc Venken
Wed May 11, 2022 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1741

Re: dbfntx very slow with 2+ users

... the SMB problem (no idea what SMB is (look into it) I Also have a peer to peer 4 users. Put a SSD as harddrives and network cards of 1.000 mb So, folowing all the tips that show up here...
by Marc Venken
Tue Apr 12, 2022 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6925

Re: Conversion from ca-clipper ( not found a variable)

Just to have a better understanding : In this code (parts) , from the main function the warning log says folowing : test1.prg(72) Warning W0002 Ambiguous reference, assuming memvar 'LSERVER' test1.prg(73) Warning W0002 Ambiguous reference, assuming memvar 'SERVER_PATH' test1.prg(75) ...
by Marc Venken
Thu Mar 03, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4540

Re: Configurate xBrowser from dbf data issues

hi Marc,      for i = 1 to len(aBrwCols)//  Rest code ...    This code is working for 1 row, and then keeps the values the same for every folowing row, so the condition is not changing. as i understand you want to build your Browse "in a Loop"     for i = 1 to len(aBrwCols) ...
by Jimmy
Fri Feb 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 686

Configurate xBrowser from dbf data issues

I have some problems with the configuration of the folowing xbrowse settings. I call a Xbrowse Builders that i gonne use for my projects. It works ok for the general settings, but now I also want to set the color actions from the dbf files. In the ...
by Marc Venken
Sat Feb 05, 2022 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 686
Next

Return to advanced search