Search found 3 matches: cds

Searched query: cds

by Silvio.Falconi
Wed Jan 03, 2024 4:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 4919

Re: Backups into blu rays

... you are a person whose entity I don't know, have you ever published an object class?

Joao,
do you still remember that the current topic posed by Elvira deals with backup on Blu-ray CDs, your comments (...S.F.) cannot be accepted, I invite you to respect the topics discussed and not feed any Trolls
by Otto
Tue Jan 02, 2024 1:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 4919

Re: Backups into blu rays

... depends on experiences. At the beginning, I invested a lot of money in a tape drive, and during the first backup, it chewed up the tape. With CDs, I've personally seen one shatter into a thousand pieces. Overall, I think one always needs a functioning system where data can be immediately read ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 2487

Re: Small Question about Word and FWH

... prompt the user to close the document manually
End If
End If
End Sub

Private Function GetJWordDocumentState(ByVal hWnd As IntPtr) As Boolean
Dim cds As New CopyDataStruct()
cds.dwData = IntPtr.Zero
cds.lpData = String.Empty
cds.cbData = 0

Dim result As IntPtr = SendMessage(hWnd, WM_COPYDATA ...