Search found 6495 matches: name

Return to advanced search

Re: Alto de linea en LISTBOX

... asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 118

Re: Alto de linea en LISTBOX

... asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 118

Error en Listbox.

... ; OF oDlg oLbx:aJustify = {.t.,.t.} al ejecutarlo me sale el siguiente error: Error Base/1081 Argument error: + Application =========== Path and name: C:\AFuentes\AdmProp\Sistema.exe (32 bits) Size: 3,243,008 bytes Compiler version: Harbour 3.1.0dev (Rev. 17222) FiveWin Version: FWH 12.06 Windows ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 51

Re: Question about performance RowSet

... }    oCn:Upsert( "states", nil, { aRow } )endif  But insert not work. Table `states` has 3 fields: id, code, name where id is autoincrement field This should work: oCn:Upsert( "states", nil, { { 0, "KK", "KState" ...
by Eroni
Wed Mar 20, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

Re: How to include hbCurl?

Marc, I think you need tags: { name: "tag1", Best regards, Otto Not tested: cresponse  := "["cresponse  += "{" + '"name":'   + '"' + 'name default'      + '",'cresponse ...
by Otto
Wed Mar 20, 2024 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: Question about performance RowSet

... "aa","bb" } oCn:Upsert( "states", nil, { aRow } ) endif But insert not work. Table `states` has 3 fields: id, code, name where id is autoincrement field This should work: oCn:Upsert( "states", nil, { { 0, "KK", "KState" ...
by nageswaragunupudi
Wed Mar 20, 2024 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

Re: How to include hbCurl?

... := "active"  // De status van de tag*** Constructie JSON-payload met de enkele tagcJsonPayload := '"tags": { "name": "' + cTagName + '", "status": "' + cTagStatus + '" } , "is_syncing": false 'msginfo(cJsonPayload)DCOM ...
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: How to include hbCurl?

... \ --user "anystring:${apikey}" \ -d '{"tags": [{"name": "tagName", "status": "active"}], "is_syncing": false}' ``` Now, applying this format to your specific ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: Fivewin Wiki

Hi Antonio,
I just want to check code snippets on how to add new sheet in Excel and how to select a sheet based on name or number
by hua
Sun Mar 17, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 507

Fulltext-Search

... oTimerREQUEST DBFCDXREQUEST DBFFPTfunction main   DEFINE FONT h["oFont"]  ;          NAME "Segoe UI" ;          SIZE 0, -32    DEFINE FONT h['oFont2'] ;        ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 234

Leer de un .RES (datos de version) incrustado en un .EXE

... puedo leer la informacion que esta en "Version" desde dentro de mi aplicacion FHW, quisiera leer los datos como: FILEVERSION Product name Product version GRACIAS !!
by Enrrique Vertiz
Mon Mar 11, 2024 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer de un .RES (datos de version) incrustado en un .EXE
Replies: 3
Views: 117

Re: Bug FWH2402 - Botones

raotest1.RC(2) : error RC2104 : undefined keyword or key name: DS_MODALFRAME Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 Copyright (C) Microsoft Corporation. All rights reserved. Please try including this line at the top of RC ...
by nageswaragunupudi
Wed Mar 06, 2024 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 489

Re: SWAGGER-UI para documentar nuestras API.

... )St := memowrit("c:\marc32\APICHIMP.txt",uResponse)  The text "user" is not converted, maybe it need to be a user name ? The cCode = API code from Mailchimp I get following error : {"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"API ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 447

Re: Does anyone have an Envelope Printing module ?

... Someone had an Envelope routine that I could select a "standard size" and print a return address on the Left Side and Center the Company name, Contact, Address, City and state in the Center right of the Envelope. My printer does not accept envelopes, just Standard paper and I guess I ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 365

Re: Create a Panel width a text

... the getlabeldim function with CalcTextHeight( hDC, cText, oFont, nWidth ) corrected by Nageswarao On your sample: oPaneltext cannot be the same name of a Panel I propose to usare oTExt MEMOTEXT := alltrim( cMsg ) @ oPanel2:nTitleHeight+5, 10 GET oText VAR MEMOTEXT SIZE oPaneltext:nWidth-2, oPaneltext:nHeight-40 ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2920
Next

Return to advanced search