Search found 100 matches: finds

Return to advanced search

Re: WhatsApp tests

... it doesn't work for me, I tried to send it to a friend and nothing arrived opens the whatsapp application but then doesn't send anything if it finds the number on whatsapp it goes into the chat of the called number but then does not send anything, while if you enter an incorrect number the ...
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 411

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... 256 characters, the information in subsequent fields is returned truncated. Thinking that the reading that ADO performs is sequential and when it finds a field greater than 256, it begins reading the next field in the next bit of the file and for this reason it is truncated, I have decided to ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 676

Re: copy a row of xbrowse

... of the two) this is because the record number is the same if I change it I change both when I go to save the array in the archive the procedure finds two records with the same record number and saves only one
by Silvio.Falconi
Tue Dec 05, 2023 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5832

Problem with Numeric get

the user has to enter the numbers quickly without stopping but finds it difficult and always has to go back to check the get controls because I made them this way but they don't work @ 70, 20 GET aGet[5] VAR nTop OF oDlg SIZE 28, 12 PIXEL FONT oFont PICTURE ...
by Silvio.Falconi
Sat Dec 02, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Numeric get
Replies: 0
Views: 338

Re: Help splitting up a character address string

... ? "CCity =", aAddressParts[2] ? "CState =", aAddressParts[3] ? "CZip =", aAddressParts[4] This function first finds the positions of the commas in the address, then uses SubStr() to extract the different parts based on those positions. The result is stored in ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 637

Re: Using FastReports FRH change memo2 from Memo1

... engine object which is something I was hoping to avoid. The other way I think it would be possible would be to write a harbour function that finds the object and forces an update on the preview but that is something I'm also trying to avoid. I would rather if all code could all be contained ...
by reinaldocrespo
Sun Apr 16, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using FastReports FRH change memo2 from Memo1
Replies: 2
Views: 323

Re: problem with AS MDICHILD

Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out. Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera. Regards, saludos. of tdialog ???? copy from c:\fwh\source\classes\GROUP.PRG and see the METHOD ...
by karinha
Tue Nov 22, 2022 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 732

Re: problem with AS MDICHILD

karinha wrote:Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out.

Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera.

Regards, saludos.



of tdialog ????
by Silvio.Falconi
Tue Nov 22, 2022 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 732

Re: problem with AS MDICHILD

Look at the METHOD PAINT() of the class. There's something wrong with him. See if it finds out.

Mire el METHOD PAINT() de la clase. Hay algo mal con él. A ver si se entera.

Regards, saludos.
by karinha
Tue Nov 22, 2022 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with AS MDICHILD
Replies: 9
Views: 732

Re: tget only numbers

... "." sample: 36.67.80.7.3.23.45 and not PICTURE "@R 99,999,999,999.99" because the tget control is read by a procedure that finds the numbers in the xbrowse and colors them as you can see here oGet:bChange := {|nKey|(Chr(nKey)$"0123456789.")} oGet:bKeyDown := { ...
by Silvio.Falconi
Wed Nov 09, 2022 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tget only numbers and "."
Replies: 7
Views: 357

Re: analytical scoreboard

... the horizontal line there are still numbers, if there are not the while loop must end, however it is possible as in this case that the number of finds after n lines On picture you can see the Number 15 on row 121, It mean the Number 15 have a delay of 121 extraction But what does the analytical ...
by Silvio.Falconi
Wed May 25, 2022 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: analytical scoreboard - Resolved -
Replies: 6
Views: 540

Locate into tdatabase

... nAnno2), if it does not find them, it sets the first record as default in the nPrimo variable and the last record in the nUltimo variable if it finds them, it saves the record corresponding to the record found with nYear1 in the variable nPrimo and the record corresponding to the record found ...
by Silvio.Falconi
Sat Mar 19, 2022 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Locate into tdatabase
Replies: 2
Views: 256

conversion of a string

... cNome := alltrim(aTokens[2]) however it can happen to find a space before the comma or the space is after the comma and when it finds these problems it makes me error and exits the program sample Error occurred at: 21-01-2022, 12:11:27   Error description: Error BASE/1132 ...
by Silvio.Falconi
Fri Jan 21, 2022 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: conversion of a string
Replies: 2
Views: 279

Re: Best technic to use the set relation to syntax

... what I would do. Show one browse full screen with the customer list. Have a lookup GET on the toolbar to find a specific customer. After the user finds the customer, they double-click on it in the browse. Then a dialog comes up with folders for invoices, contacts, etc. And yes, I would find related ...
by James Bott
Tue Jan 11, 2022 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 797

Re: Error on search a record on dbf with tdatabase

... the archive Room_ID 6 TYpE 01 from 07/29/2021 to 07/29/2021 if I go to do a search and I am in modification it tells me that it is busy because it finds that reservation of the day 29/07 ok if instead I would like from 08/07/2021 to 27/07/2021 it tells me that it is busy because in the search it ...
by Silvio.Falconi
Wed Jul 07, 2021 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1569
Next

Return to advanced search