Search found 305 matches: desired

Return to advanced search

Re: GetHostByName( GetHostName() )

...   return 0;}  Google Gemini: The behavior you're experiencing with GetHostByName returning an IP address different from the one on your desired subnet is not necessarily a bad configuration. Here's why: Function Behavior: GetHostByName typically returns the primary IP address associated ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 161

Re: FW_SaveImage

I think the problem is not saving large formats through the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, ...
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: Mark field as required

Hello, In my case I had to modify the TGet class to achieve the desired effect. What effect? Well, some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: I'm not asking for the moon...

Hello Silvio, I'm sorry I can't be of more help. Here, when I use STRTRAN() in addition to Cesar's code, I get the desired result. Maybe you could post the example including xbrowse(), so we can replicate the problem. But my focus is on a different approach now. Best regards, Otto ...
by Silvio.Falconi
Fri Jan 19, 2024 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

Re: I'm not asking for the moon...

Hello Silvio,
I'm sorry I can't be of more help.
Here, when I use STRTRAN() in addition to Cesar's code, I get the desired result.
Maybe you could post the example including xbrowse(), so we can replicate the problem.

But my focus is on a different approach now.
Best regards,
Otto
by Otto
Fri Jan 19, 2024 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2150

Re: Have the parameters Selecting a printer

What are these values used for in your program? I think you always have to set your desired/required values before printing. NO it's wrong !!! as I already told you in another topic when the end user selects the printer the computer changes some vital parameters ...
by Silvio.Falconi
Mon Jan 15, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695

Re: Have the parameters Selecting a printer

What are these values used for in your program?
I think you always have to set your desired/required values before printing.
by Otto
Mon Jan 15, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695

Re: phpBB to LLM

... conda activate myenv conda install pytorch==1.10.0 torchvision==0.11.2 torchaudio==0.10.0 -c pytorch Remember to replace myenv with your desired environment name. If you are still facing issues after trying these steps, please provide more details about your operating system, Python version, ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: Help splitting up a character address string

... to the database: Use the appropriate database connectivity library for Harbour (e.g., HbMySQL, HbSQLite, etc.) to establish a connection to your desired SQL database. 4. Create the SQL table: Define the structure of the table to hold the address information. You can generate an SQL statement ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Xbrowse -> Tree -> Xbrowse

... to Tree (in the same normal xbrowse) grouping the customer.dbf archive into groups for a sample (married, age >50) making the user select the desired group and then go back to normal xbrowse obviously with search on the fields depending on the indexes thanks for a solution a small test #include ...
by Silvio.Falconi
Wed Oct 25, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse -> Tree -> Xbrowse
Replies: 0
Views: 357

QR en PDF con HARU

Mr. RAO With Haru it does not place the QR with the desired size in PDF, in Preview Perfect Con Haru no coloca el QR con el tamaño deseado en el PDF en vista previa perfecto cCode:="TEXTO DEL CODIGO QR"@1.1,4.4  PRINT TO oPrn TEXT cCode AS ...
by acuellar
Wed Oct 11, 2023 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QR en PDF con HARU
Replies: 11
Views: 676

Re: Announcing DrXlsx 1.0 by Charles Kwon

... same protocol. It's a time-consuming task and some versions can cause unexpected issues due to their unique characteristics. I am also testing the desired features for each version, and I will announce them once it is complete. Thank you. Regards, Charles KWON Hi Charles, the program has just been ...
by CharlesKwon
Sat Aug 26, 2023 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3873

Re: Saving OuterHTML using Await Implementation with TWebView

leandro, If the ellipsis (...) doesn't work in xharbour, feel free to remove it. If the program I provided codes as desired, I would appreciate it if you could capture a screenshot and let me know. Regards, Charles KWON Listo ya logre integrar la clase a la aplicación, parece que ...
by CharlesKwon
Wed Aug 23, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded). - This loop will exit either when the desired result is achieved or after a certain time has passed (`nSecond`), whichever happens first. - This mechanism ensures that the program waits ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded). - This loop will exit either when the desired result is achieved or after a certain time has passed (`nSecond`), whichever happens first. - This mechanism ensures that the program waits ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632
Next

Return to advanced search