Search found 55 matches: determines

Return to advanced search

Re: Create solid color bitmap array

... defined purpose ). The color is associated with an ID One attribute you can define is the Label for the particular appointment event, and the ID determines the background color for that appointment entry. The label is a numeric value that you specify. Codejock has a list of default colors, their ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 324

Re: CLASS modification

... Tcalendar doesn't work ie the end user can't view the months and years logically the IsOverDay() function is wrong as I can't find this function determines that the mouse is on the prompt of the days or in other areas. if you hover the mouse over the name of the month or over the year it is not ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1708

Re: AEVAL() : Get Value of FIELD using FieldGet(i)

... an den ersten Codeblockparameter wird auch im entsprechenden Arrayelement durchgeführt. <lAssign> The logical expression <lAssign> determines whether an assignment to the passed array element may take place within the code block. If <lAssign> is equal to .T. (true), the array ...
by Jimmy
Wed May 24, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 182

Re: Insertar imágen de recurso en Excel

... Width, Height, Anchor). The Filename parameter is the path to the Bitmap file you want to insert. The LinkToFile parameter is a Boolean value that determines whether the Bitmap is linked to the file or not. The SaveWithDocument parameter is a Boolean value that determines whether the Bitmap is ...
by Jimmy
Mon Mar 13, 2023 7:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar imágen de recurso en Excel
Replies: 7
Views: 597

Re: Dialog or Form

Ruth, FieldType( n ) == "L" Determines the data type for a field in the DBF file ( in this case logical ) https://harbour.github.io/doc/clct3.html#fieldtype FieldPut( n, "on" $ hb_UrlDecode( hb_HGet( hPost, FieldName( n ) ...
by Otto
Fri Oct 28, 2022 8:32 am
 
Forum: mod_harbour
Topic: Dialog or Form
Replies: 23
Views: 4654

Re: Problem with tdatabase

... explained to you in private (and I have been trying to explain it for a month but no one understands or pretends it) codcatm1 is the code that determines the main category or top level and it is a main category when codcatm2 is empty. when the user wants to insert only a main category he does ...
by Silvio.Falconi
Sun Dec 19, 2021 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1840

Re: OT : Problem with this forum?

Dear Enrico, It was already set like that: ; This directive determines which super global data (G,P,C,E & S) should ; be registered into the super global array REQUEST. If so, it also determines ; the order in which that data is registered. The values ...
by Enrico Maria Giordano
Tue Sep 21, 2021 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4900

Re: OT : Problem with this forum?

Dear Enrico, It was already set like that: ; This directive determines which super global data (G,P,C,E & S) should ; be registered into the super global array REQUEST. If so, it also determines ; the order in which that data is registered. The values ...
by Antonio Linares
Tue Sep 21, 2021 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4900

Problem with date - I not understood

... how many days in that period ie for example from 15 June to 30 June the reservation interval (20.06 -14.08) is 11 days the column 5 is a code that determines the type of season 02 is low 01 is high you can observe in column 3 the total of the days if you do a little math the total is 56 the customer ...
by Silvio.Falconi
Sun Jun 20, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 657

Determine names of months between two dates - Resolved !!!!

I would like to determine the name of the months that are in a date range I made a function that determines this only that I have encountered an anomaly when I insert the price list n. 2 which concerns the low season should give me back the month of "May", "June" ...
by Silvio.Falconi
Tue May 11, 2021 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine names of months between two dates - Resolved !!!!
Replies: 3
Views: 416

Re: OT : Problem with this forum?

... browser so you dont have to type it every time. make sure to check the acp/security settings and make sure you have Allow persistent logins:= Yes Determines whether users can autologin when they visit the board. Persistent login key expiration length (in days): = 0 Number of days after which persistent ...
by Marc Venken
Wed Apr 07, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4900

Change the value

... 0, "Edit" , nil ) //Handle of the TGet App1 SetWindowText(hGt, "2") //changing the TGet value The GetWindowText(hGt) function determines that the TGet value has changed. However, checking in App1 doesn't see any changes. If I use TSay , then everything is fine. Why is this ?
by Natter
Thu Nov 19, 2020 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the value
Replies: 2
Views: 360

xHarbour and hash functions

... table with a value hb_HGet() Returns a hash value hb_HGetDef() Returns a hash value, or a default value if the key is not present hb_HHasKey() Determines whether a hash table has an entry with a give key hb_HKeyAt() Gets a hash table key at a given position hb_HKeys() Returns an array of the ...
by Otto
Fri May 29, 2020 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 748

Re: IF

... )cUserName := "Luis"If cUserName <> ""? "Not Empty"Else? "Empty"EndIfRETURN NIL  SET EXACT Determines the mode for character string comparison. Syntax SET EXACT on | OFF | ( <lOnOff> ) Arguments on | OFF | ( <lOnOff> ) on | OFF ...
by MarcoBoschi
Sat Mar 14, 2020 4:01 pm
 
Forum: mod_harbour
Topic: IF
Replies: 4
Views: 1060

Re: communicating via shared memory

... from memory PEEKWORD() Reads a 16-bit word from memory POKEBYTE() Writes a byte to memory POKEWORD() Writes a 16-bit word to memory PPCBUFTYP() Determines the communication buffer type ? PEEKBYTE(1000, 2000) // Segment 1000d, Offset 2000d The AT BIOS copyright is found at the F000:0h address. ...
by Otto
Wed Sep 11, 2019 4:07 pm
 
Forum: mod_harbour
Topic: communicating via shared memory
Replies: 7
Views: 1062
Next

Return to advanced search