Search found 339 matches: num

Return to advanced search

Re: Problema super raro (SOLUCIONADO)

Mr. Rao and friends I apologize, after several nightmare nights, I have finally solved the problem, the problem was in the last line of this code. [code] oRsWrk := FW_OpenRecordSet(oApp:oCon,"SELECT " +; "*," +; "RUB_DES," +; "CON_DES " +; "FROM " +;...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2124

Re: Google Graph extra graphic ? (Navaro)

... of the problem before with resolution. For the Xbrowse : PROG = Arduino program item MOV = Move servo motor TMP = Temperature sensor value NUM = Program number (steps 1 to xxx that the robot is doing) cronologic sequence SER0 - SER2 (will be ser 5) are the 6 servo's values and the values ...
by Marc Venken
Thu Feb 22, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: Redondear un Numero

Gracias Armando, cree esta funcion FUNCTION Redondear(numero) *--------------------------- Local val_num := Val(SubStr(Str(numero,9),-1)) Local Valor := 0 If val_num>=1 .AND. val_num<=5 valor = numero - val_num ElseIf val_num>= 6 .AND. val_num<= 9 valor = numero + (10-val_num) Else valor...
by jbrita
Thu Feb 08, 2024 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redondear un Numero
Replies: 7
Views: 392

Convertir texto a caracteres de control SOLUCIONADO!!!

Hola Fivewinners Tengo un texto con este formato: "segun enmienda num\n123 del 25 de julio de 1974, asignables a casos num\n\n6958\t\n15569\n\t...... y sigue y sigue..." Debe quedar asi segun enmienda num 123 del 25 de julio de 1974, asignables a ...
by Adolfo
Tue Jun 13, 2023 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Convertir texto a caracteres de control SOLUCIONADO!!!
Replies: 1
Views: 167

Re: Problem with xBrowse (Fixed)

Armando, The problem is related with xBrowse. If you run your example without including the xBrowse instantiation @ oBar:nHeight, 0 XBROWSE oBrw SIZE 0,-30 PIXEL OF oDlg ; DATA SOURCE oRsHdr ; COLUMNS "HDR_FOL","HDR_FDM","HDR_REF",; "HDR_EOS",; "HDR_TOU&q...
by Cgallegoa
Tue Jun 06, 2023 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2168

Re: INDEX on / seek in MARIA DB

Hi All how do you create an index with multiple fields in Maria Db and then also the seek command with DBF Es. Index ON COD_CLI + STR(COD_NUM,2) ... with MARIA DB .......................... CLIENT->(dbseek(COD_CLI+str(COD_NUM,2))) with MARIA DB oRS:seek(COD_CLI, COD_NUM) correct ? tia We are thi...
by nageswaragunupudi
Fri May 19, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 399

INDEX on / seek in MARIA DB

Hi All how do you create an index with multiple fields in Maria Db and then also the seek command with DBF Es. Index ON COD_CLI + STR(COD_NUM,2) ... with MARIA DB .......................... CLIENT->(dbseek(COD_CLI+str(COD_NUM,2))) with MARIA DB oRS:seek(COD_CLI, COD_NUM) correct ? tia
by mauri.menabue
Thu May 18, 2023 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 399

more than 1 x TMsgBar() / TStatusBar() in App ?

hi,

in my Main i have a working TMsgBar()

now i open a new Windows / Dialog which have a XBROWSE and i want also a TMsgBar()
but it does not show anything ... no Num,Caps.ins or Fate / Time :shock:

can i use only 1 x TMsgBar() / TStatusBar() in Main :?:
by Jimmy
Tue Apr 11, 2023 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: more than 1 x TMsgBar() / TStatusBar() in App ?
Replies: 4
Views: 285

Re: FWH MySQL/MariaDB native support docs

Al trsapasar el codigo de un PC donde todo funciona bien con FW 64bits Xharbour a Otro sale este error compilando En que liberia esta las fuciones que falta --------------------Configuración: MENSAWIN - Release-------------------- xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212) Copyright 1999-2020,...
by PAUL SIMM
Sun Mar 05, 2023 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MySQL/MariaDB native support docs
Replies: 12
Views: 13952

Re: Xbrowse and Touchscreen best use

hi Marc,

forgot to say that i have such Solution under Xbase++, not Fivewin yet sorry

but it is easy for your Problem just a "Numpad" with Button.
add "Number" from Button to a Sting and show Num-Value in GET Field
by Jimmy
Sun Feb 19, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 626

Re: Xbrowse and Touchscreen best use

... so i made Button with -50,-10.-1, OK, +1, +10 and +50 it need less Space and is better to handle on Table-PC That input window will have only the num keys, maybe a extra .... key and thats it i think. Is it possible to share the code for that dialog ? I could use it as a starting point.
by Marc Venken
Sun Feb 19, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 626

Re: Wbrowse with the black screem

... proporcionar un PRG pequeño y auto contenido para reproducir el problema ? nao tem nada de mais no fonte... todos WBrowse esta acontecendo, mesmo, num codigo bem basico, com esse: *----------------------- Function TESTES() *----------------------- DEFINE DIALOG oDlg FROM 00,00 TO 260,520 TITLE ...
by Giba_Fro
Mon Feb 06, 2023 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse with the black screem
Replies: 9
Views: 519

search a number of on array

I have an array created with AaDd(aFrequeMax[nRuota],{massimo, &num}) then I have a number for a sample 42 and the nWheel 1 I must found the number 42 on aFrequeMax [nWheel] and return me the second element of this array How I must make it ? I tried with ...
by Silvio.Falconi
Fri May 27, 2022 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search a number of on array
Replies: 4
Views: 354

Re: variabili strane

... probabilmente e quasi certamente perché avevamo 25 righe e quindi 22 +1 o 2 per la scritta del read.... io adesso per far prima ho lasciato 22 per numeri è inteso il totale dei numeri ricercati si andava a salvare questo contatore per poi richiamare le famose variabili N con il numero esempio N1 ...
by Silvio.Falconi
Mon Apr 04, 2022 1:58 pm
 
Forum: All products support
Topic: variabili strane
Replies: 6
Views: 775

Re: variabili strane

nel ciclo delle get si chiedono dei numeri essendo un sorgente che va a fare statistiche lotto, tu puoi inserire fino a 22numeri anche sta cosa non l'ho capita probabilmente io nel lontano 92 avevi visto che potevo chiedere solo 22 numeri perché ...
by Silvio.Falconi
Sun Apr 03, 2022 2:40 pm
 
Forum: All products support
Topic: variabili strane
Replies: 6
Views: 775
Next

Return to advanced search