Search found 6271 matches: may

Return to advanced search

Re: Xlsxlibhb_ver2

... Unable to open file 'WS2_32.LIB' I do not understand why is the problem in linking these libs when they are actually present in the bcc770 libs? May be my ignorance. May be I am doing something wrong. I would like the Experts to throw some light on this. Looks like we need to make many changes ...
by nageswaragunupudi
Wed Nov 22, 2023 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 12023

DTPicker

Hi,
If I have this instruction

REDEFINE DTPicker oData VAR dData ID 103 UPDATE OF oDlg
How can I obtain the data in the format "martedi 21 novembre 2023"
i.e. the same string that appears on the screen?


May thanks
by MarcoBoschi
Tue Nov 21, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 543

Fivewin controls similar to javascript elements

... event handling is a key aspect of interactive application design in both environments, even though the specific implementations and best practices may differ. Best regards, Otto Event Handling in Windows Programming: Message Queue: Windows applications operate on a message-driven architecture. ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1621

Re: Help splitting up a character address string

... and FiveWin, you can follow these steps: 1. Load the Excel file: Use the appropriate library or functions in Harbour to load the Excel file. You may choose to use libraries like XLSXREAD or Office Automation Libraries to read Excel files. 2. Parse the Excel data: Extract the data from the Excel ...
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: 1520

Re: Help splitting up a character address string

... it would be best to directly contact the developers or contributors involved in its creation, or to refer to any official documentation that may exist for Harbourino, if available. User Harbourino.pdf PDF sag mir etwas zur syntax ChatGPT The document on Harbourino provides insight into its ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 1520

Re: ID of the new process

... WScript.Echo "Process ID: " & objProcess.ProcessId WScript.Echo "Owner: " & objOwner.User Next ``` This may not directly give you the ID of the process, but it provides additional information that might be useful. 2. **Using Shell.Application:** Another ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 401

Re: DBF Repair Tools

There are software programs that fix .dbf files that have been corrupted. There are several on the internet but some may not be legitimate. Repairs might including repair of headers, removing non data characters, removing false end of file markers, etc. They also can re-align records ...
by TimStone
Thu Nov 09, 2023 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 1044

Re: Interesting discussion with ChtGPT

... I can productively use AI for my work. The prompt editor I made helps well. Here I save the questions that I have already worked out and that I may need again. I then ask at the end: Could you help me create a FAQ by reviewing and potentially revising the questions I provide?" Depending ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1934

Re: Interesting discussion with ChtGPT

I am glad you posted it. I just see too many programmers today who only play in their comfort zone. AI may post some code but will it be the best way to handle a task or just the easiest?


Sent from my iPhone using Tapatalk
by TimStone
Mon Nov 06, 2023 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1934

Re: Advantage Database Server

... licenses, it's the developers' choice to allow SQL-like operations on ISAM data. You noted that PgDBE does not run well on a single core, which may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 5154

FWH 2310 Active X problem ?

... perfectly. So "something" in the new FWH release has "broken" active x. I wish I could be more specific, but whatever changes may have been made might be checked. Here is where it fails with 2310 but not 2306 or ANY previous FWH version. It is the :ViewType = line. The error ...
by TimStone
Fri Nov 03, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 945

New FTDN October/Octubre 2023 (FWH 23.10)

... Library download link: http://www.charleskwon.com/?page_id=956 2. xlxlib by Mr. John McNamara and Mr. Arturo Tamayo Daza see: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43767&sid=7888508ef5731900fe8bdea1022d46e5 Library download link: https://github.com/FiveTechSoft/FWH_tools/blob/master/Xlsxlibhb_ver2.zip ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 4735

Re: enviar mensajes a whatsapp, ¿posible solucion?

...     oShell:SendKeys( "^v" )         endif      next   endif   oShell:SendKeys("~")return nil  SysWait() times may need to be fine tuned. Can you please check, comment and improve?
by nageswaragunupudi
Fri Oct 27, 2023 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 7930

Re: enviar mensajes a whatsapp, ¿posible solucion?

Now, can you please make a generic function to be used by all of us.
Code: Select all  Expand view
SendToWhatsApp( cPhone, cMessage, aFiles, aImages ) --> lSuccess

You may use any other name for the function.
I would also be interested in using the function..
by nageswaragunupudi
Fri Oct 27, 2023 4:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 7930

Re: xHarbour.org updated!

Unfortunately, the code is part of Fastreport and I don't have the knowledge to resolve it, but it seems to me that it may be linked to something that changed between the previous and the current version of xharbour, as the warnings appeared, but never caused a problem.

Thanks
by tiaofw
Thu Oct 26, 2023 12:42 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 160
Views: 58081
PreviousNext

Return to advanced search