Search found 648 matches: manage

Return to advanced search

Re: DBCOMMIT() EN DBF - SQL AUTOMATICO ?

... instead when you complete updating all your sql table values .. you would just issue oRsTablename:Update() .. here is a small sample code on how I manage my sql values //---------------------------------Static FUNC  _Doit(cMODE,cUserId,cPassword,;                   lReadOnly,lWriteOnly,lSuper,lAdmin,dLastLog,oRsUser,lActive,cFullName ...
by Rick Lipkin
Mon Apr 29, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 200

Re: To Nageswrao Del Objs on TscrollPanel

... set the btnbmp on panel scroll  as you can see on this picture https://i.postimg.cc/SxTbV6sG/project.jpg the problems are only on Manage buttons because when I delete a button not refresh good the panel scroll  for a sample If I delete some records  (1,3,4) I have on xbrowse  admin, ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 742

To Nageswrao Del Objs on TscrollPanel

https://i.postimg.cc/FRpJX5hG/nages-products.png Nages, I create a Scroll Panel with some Objs and save the obj on adata array To manage open a Xbrowse with aData I wish erase the obj on TscrollPanel When Click (SetCheck) on one items on xbrowse except product number 1 and del ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 742

Re: Controls behave different in Window as in Dialog

Dear Marc,

Windows uses different code procedures to manage windows and dialogs, thus the differences.
We try to make them behave the same but there may be differences as the ones that you have spotted.

How are you showing the cam view ? Please post the code so we can review it, thanks
by Antonio Linares
Sat Feb 24, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 172

Re: USB reading/writing as Com port

... data from that file (this is updated) and show result in a FW dialog. Just Open if with a fOpen function ? FW will be fast enough ? My goal is to manage my Arduino RobotArm with FW design Dashboard. FW on Top )) !!
by Marc Venken
Thu Feb 08, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 231

Re: USB reading/writing as Com port

Generally, when it is necessary to manage a device that connects via the USB port but responds to a serial structure, there are serial port emulators.
Here in Argentina, there are fiscal drivers that use that functionality, and they can be managed with Fivewin's COM port management functions.
by cmsoft
Thu Feb 08, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 231

USB reading/writing as Com port

... a Arduino true a USB port. How to read this data from it ? Maybe it is important to have a usb to com hardware in FW ? But other programs seems to manage them from the USB port. Any Help ?
by Marc Venken
Wed Feb 07, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 231

Re: link between PRG and RC

... the same name: NACHFASSEN DIALOG DISCARDABLE ... // NACHFASSEN is here again Next is to REDEFINE the controls from the RC file that you want to manage from your PRG. You may find several REDEFINE commands in your PRG code Hope this helps. Please feel free to ask any doubt about it :-)
by Antonio Linares
Tue Jan 30, 2024 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1790

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... Now, as I’m retired I still follow the discussion of this forum to not get an old outdated member. For my wife I created shortly a software to manage her little enterprise. Just for remaining curious and to keep my mind busy. 8) Kind regards, Detlef
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1720

Re: MySql vs Oracle

... like "It is just OUT THERE" .. and here is my explaination .. The Cloud is just a data center somewhere ... and there are people that manage that data .. and those people have access to all that data .. so I tell people .. "Would you put you usename and password to your bank account ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1752

Re: MySql vs Oracle

... like "It is just OUT THERE" .. and here is my explaination .. The Cloud is just a data center somewhere ... and there are people that manage that data .. and those people have access to all that data .. so I tell people .. "Would you put you usename and password to your bank account ...
by Rick Lipkin
Wed Jan 24, 2024 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1752

Printing QRCoddes with WEBVIEW2 and FWH

... Hello friends, So far, we have used WINWORD to print the labels with QR codes for the DMS. We manage the codes in FIVEWIN. Now, with WEBVIEW2, we can print the codes directly. WEBPAGE is a mod harbour page. It's also the online part of the QRCode ...
by Otto
Mon Jan 15, 2024 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing QRCoddes with WEBVIEW2 and FWH
Replies: 1
Views: 584

Re: WebView2 Essentials: Guides, Tips & Resources

... resembles Harbour, a Clipper-compatible programming language. Let's break down the class and its methods: Class: TWebView This class appears to manage a web view control within a desktop application. Data Members: hWebView: Handle to the web view control. bOnBind: A flag or callback related ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 484

file ID in the Windows file system

... Best regards, Otto In Windows operating systems, files indeed have unique identifiers beyond just their names, which are used by the system to manage and reference files. Here are a couple of concepts related to this: **File Handle:** A file handle is a reference or an identifier used by the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 639

Re: Booking xbrowse example

... over time. Therefore, I can't help here with xbrowse. I wish you all the best for 2024. Best regards, Otto apart from the fact that in my school I manage part of the LAN network and am responsible, in my school the offices use particular programs of the ministry of education and are software on ...
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3345
Next

Return to advanced search