Search found 108 matches: swap

Return to advanced search

Re: cyclometric circle

... number 90 on the middle of circle , the number 90 must be on the top of circle, the number 45 on the Bottom, please the First picture i published swap sin and cos and change signs until it works      nAngolo := 2* Pgreco() / nTotalNumbers * ( nI - 1 )    ...
by AntoninoP
Wed Jul 13, 2022 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3029

Re: How do I know the field name in xbrowse:column

Dear Maurizio, Thank you, this case has solved hide columns scenario. Another scenario is swap column, I'm still got problem. I cannot check the current field on ::nColSel, if the user swap column. I have these 2 functions if XBrowse_FindCol(oBrw,'COST') > 0 oBrw:DelCol( ...
by dutch
Mon Jan 24, 2022 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

Re: How do I know the field name in xbrowse:column

Master Rao, Is it possible, because when the user modify column such as swap or hide. It will effect, if that column (number) has action. I use XBROWSE with MySql. I would like to know the field name in column. Because the user can swap or hide the column. for ...
by dutch
Sun Dec 19, 2021 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

How do I know the field name in xbrowse:column

I use XBROWSE with MySql. I would like to know the field name in column. Because the user can swap or hide the column. for example ============= XBROWSE COLUMN 'room', 'name', 'mobile' if the user swap 'name' to 1st column, then when the user dblclick on 1st column. How ...
by dutch
Wed Dec 15, 2021 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

Re: FWTool to automate DBF and mod harbour

... class for DBFs and another database class for SQL databases. And they should use the identical syntax (mostly). If you do that, then you can just swap the database class to switch from using DBFs to SQL without changing all the rest of your code. So for instance this syntax: msgInfo( oCustomers:phone ...
by James Bott
Mon Oct 25, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1120

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... # Make directives ############################################################ .autodepend .swap .suffixes: .prg .hrb # Flags for modules to include: YES | NO (must be UPPERCASE)################## RES_FILE = YES LNK_DBFNTX = YES LNK_DBFCDX ...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4989

Re: Listbox to xBrowse

... in the HARBOURINO files, and the reading flow in the actual program is not disturbed. I want to show how easy it is to rearrange the switch. You swap the lines and don't have to worry about anything. I think even in preparation for the change of the own programs to mod Harbour this can bring ...
by Otto
Fri Sep 25, 2020 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox to xBrowse
Replies: 8
Views: 881

Re: #Define mutiline

... in the #xtranslate files, and the reading flow in the actual program is not disturbed. I want to show how easy it is to rearrange the switch. You swap the lines and don't have to worry about anything. I think even in preparation for the change of the own programs to mod Harbour this can bring ...
by Otto
Thu May 07, 2020 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1344

session object

Hello,
When I programmed with ASP we use the session object to swap data between the different web sides.What are the disadvantages of using the javascript session object instead of the post method.

Thank you in advance
Otto
by Otto
Mon Oct 07, 2019 6:38 am
 
Forum: mod_harbour
Topic: session object
Replies: 5
Views: 1078

XBrowse : Switching datasources at runtime

It has always been possible to swap datasource of Xbrowse from dbf to dbf, recordset to another recordset, etc., while XBrowse is running, provided that they are of the same type and column settings are the same. From version FWH 18.05, ...
by nageswaragunupudi
Tue Feb 12, 2019 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse : Switching datasources at runtime
Replies: 3
Views: 889

Re: A problem with TDatabase using copy() / Past() ?

... a look for the practical usage not wasting time searching inside the class or forum to get detailed infos. That is the only reason. I added Your swap - sample to the sample-dialog 3 http://www.pflegeplus.com/IMAGES/Network14.jpg regards Uwe :D
by ukoenig
Thu Jan 31, 2019 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with TDatabase using copy() / Past() ?
Replies: 7
Views: 1167

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

... Changes only the fields contained in cSwapFields. Does not change fields no contained in cSwapFields. You decide what fields you want to swap Note: Keep the DBF in natural order ( OrdSetFocus( 0 ) )
by nageswaragunupudi
Wed Jan 30, 2019 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3305

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

Your main objective is to swap records in servizi.dbf. For this purpose, you are copying the data into an array, swapping array elements and then copy the array back to the dbf. All that is not necessary. You can swap the records in the ...
by nageswaragunupudi
Wed Jan 30, 2019 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3305

Re: allow row and col sizing swap

for n := 1 to len(oBrw:aCols)
oBrw:aCols[n]:lAllowSizing := .T.
next
by dutch
Tue Jan 15, 2019 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: allow row and col sizing swap
Replies: 4
Views: 771

Re: allow row and col sizing swap

Application =========== Path and name: C:\Work\Errori\test_ordine2\Servizi.Exe (32 bits) Size: 4,158,976 bytes Compiler version: Harbour 3.2.0dev (r1703231115) FiveWin version: FWH 18.12 C compiler version: Borland/Embarcadero C++ 7.0 (32-bit) Windows version: 6.2, Build 9200 Time from start: 0 hour...
by Silvio.Falconi
Tue Jan 15, 2019 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: allow row and col sizing swap
Replies: 4
Views: 771
Next

Return to advanced search