Search found 462 matches: separate

Return to advanced search

Re: passing a value through a for..next loop

... controls using loop variables in a loop is well known and was discussed many times in this forum. The solution is to create each control in a separate function using the principle of detached locals. Search for detached locals in this forum. The sample provided by Mr. Antonio above is the ...
by nageswaragunupudi
Sun May 12, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 6
Views: 159

Re: Data exchange between PC and Android device on the same loca

... several years I have had some products taking Physical Inventory of Products or Fixed Assets. Check In Out and ToolRoom. They perform work very separate from ERPs in a Non-Critical environment. The PC module is basically catalog and reports. Mobile terminals perform the CRUD part. The update ...
by Arturo Lopesoria
Thu Feb 22, 2024 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

Re: FW_SaveImage

... MEMOWRIT if cType is .T., then the result type is the type of the first image. Is it possible to split hBmp into several parts and save them as separate files ? FW_TransformBitmap( hBmp, aCrop ) --> hCroppedBmp
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 483

Re: FW_SaveImage

Yes, your example works well. But files in A1 and A0 format do not want to be saved from my program :cry:

I am trying to make an option with the creation of several bitmap files and their subsequent gluing.
Is it possible to split hBmp into several parts and save them as separate files ?
by Natter
Thu Feb 15, 2024 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 483

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

WebView could also become a separate forum ? In all cases Webview is not interesting for people that are not willing to use it. It would keep the forum more on topic. In Belgium there was a serious hack. 320.000 peoples data were stolen. ...
by Marc Venken
Fri Feb 09, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 833

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for us is ...
by Horizon
Sun Feb 04, 2024 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55043

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for us is ...
by nageswaragunupudi
Sun Feb 04, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55043

Re: HTML code in a TPanel class

... you very much. *** We have actually had WEBVIEW2 for a long time, but we don't really know what to do with it. Until now, I only used WEBVIEW in a separate WINDOW. Just yesterday, I looked at the TWebView source code and saw that it can be bound to all windows controls. Here is a test with 3 SAYs. ...
by Silvio.Falconi
Mon Jan 22, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1373

Re: HTML code in a TPanel class

... you very much. *** We have actually had WEBVIEW2 for a long time, but we don't really know what to do with it. Until now, I only used WEBVIEW in a separate WINDOW. Just yesterday, I looked at the TWebView source code and saw that it can be bound to all windows controls. Here is a test with 3 SAYs. ...
by Otto
Sun Jan 21, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1373

Nages, 2 diferent Db's update

Hi fivewinners I have 2 Mysql Db's, same structure, same name but in separate servers. Client needs to update or insert data from one server to another I did it like this FWCONNECT oSvr HOST "localhost" USER "userx" PASSWORD "passx" ...
by Adolfo
Tue Jan 16, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 729

Re: Fine tune Phi2 from Microsoft with your own data

... existence. The jiva is the individual soul that is born, lives, and dies in the material world, which is also called the purusha. The jiva is not separate from Brahman, but is a part of Brahman, and can attain liberation, or moksha, by realizing this oneness. - Vishishtadvaita Vedanta: This school ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1258

WebView2 Essentials: Guides, Tips & Resources

... the user interface, handles navigation, and coordinates other processes. Renderer Process: Handles the rendering of web content. There's usually a separate renderer process for each website or web app, which helps with security and stability. Utility Process: Performs various tasks, such as networking ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 485

file ID in the Windows file system

... and filename) is typically unique and used by humans and programs to uniquely identify files in many contexts. However, two different files in separate directories can have the same name, so the name itself isn't unique, but the full path usually is. These identifiers are used by the operating ...
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: 640

Re: Text on another line

Thanks, Rao, I got the idea!!! Yes, I can also use :SetColsAsRows( 3, 4 ). But I need to keep the glued column separate. So I did it through :bStrData. In this case, I got a gluing of 2 columns (separated by a CRLF),
but I could not show the rows in the cell in different colors/fonts :(
by Natter
Tue Dec 26, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 484

Re: Convert a print to Rtf or doc

... with another option. Why should they, when they already have the preview - web browser - ready, take on additional work? I don't see a future for separate systems. What I see is that it's high time for us to move towards the web. Only a few desktop versions are being updated anymore. Most customers ...
by Otto
Thu Nov 30, 2023 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3491
Next

Return to advanced search