Search found 1673 matches: looks

Return to advanced search

Re: Webview question

Dear Antonio, Thank you very much for the FTDN update. I have installed the new version, and it looks good. I am also interested to know if it is now possible to exchange data between webview2 and Fivewin through a direct connection. Kind regards, Otto https://mybergland.com/fwforum/webviebiene.gif
by Otto
Mon Jul 03, 2023 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2932

Re: FOXPRO GET PICTURE "@m Printer, File"

Dear Antonio ,

Yes we can use but issue with combo box navigation using arrows keys and also its looks is different compare to GET.

Thanks
Shridhar
by shrifw
Mon Jul 03, 2023 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1402

Re: FiveDBU ODBC and PostgreSQL

... driver};" Please read the connection string again. This is done with full knowledge and we posted the connection string only after testing. Looks like you did not test and rejected it just because it starts with "Provider". .
by nageswaragunupudi
Wed Jun 28, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 514

Re: Demo c:\fwh\samples\access.prg crash

Next. This is a very old program and we need to simplify it. The revised program looks like this. This program does all what the earlier access.prg does. #include "fivewin.ch"function Main()   local oCn   oCn   := FW_OpenAdoConnection( "xbrtest.mdb" ...
by nageswaragunupudi
Tue Jun 27, 2023 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo c:\fwh\samples\access.prg crash
Replies: 2
Views: 339

Re: ACTIVEX ACCESS_VIOLATION

... gone, I can access the PCs that have this problem which are the ones using a Topaz signature pad. But I can tell you the top line on the call list looks like this: Called from HB_GCALL(0) Called from TDIALOG:END(555) in .\source\classes\DIALOG.PRG That's how I know the problem is at hb_gcAll(). ...
by reinaldocrespo
Wed Jun 14, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3152

Re: Icon in Webview

... := oImage64:MakeText( .f., .t., .f. )   oImage64:TestHtml() // if you want to test before using the tag  cTag in the above program looks like this: "<img src="data:image/png;base64,iVBORw0KGgoAAAANSU...../>" You can insert this html Tag at the desired place ...
by nageswaragunupudi
Sun May 28, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 378

Re: CLASS modification

chagpt not Know Harbour clipper fivewin , perhaps only Minigui I tried many functions but it always gave me minigui code or code that looks like fivewin and harbur but in reality it's not and every time you have to tell it "I don't know this class" or "this function doesn't ...
by Silvio.Falconi
Tue May 23, 2023 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Fivewin Wiki

Dear Antonio,
It looks to me like the link to the FIVEWIN Wiki is not working correctly.
I tried this one:
https://github.com/FiveTechSoft/FiveTech_wiki

Best regards,
Otto
by Otto
Mon May 15, 2023 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1822

Re: U-Dbu

Dear Osvaldo, Then ... UT Project is like WebServer. I didn't know about this project and regardless of how it looks like, it's not the same and nor is it a webserver. I took a look at the system xb2 and, for example, the screen design part, which is one of the most complex, it ...
by Carles
Thu May 11, 2023 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1199

Re: OpenAI class using hbCurl

... structure with ICD10 codes and descriptions. I parse the result and move to an xbrowse where coders work with it. After formatting the response it looks like this: ICD10 codes: Tiny fibroid: D25.0 Endometrial polyp: N84.0 Retroflexed uterus: N89.3 Endometrial thickening: N85.00 Intramural fibroid: ...
by reinaldocrespo
Tue May 09, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 703

Re: Copy several files to the clipboard

It looks like you need to use the function Clipboard.SetFileDropList() But how to do it under FWH I do not know :(
by Natter
Mon May 08, 2023 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy several files to the clipboard
Replies: 9
Views: 450

Re: Error XBROWSE SEEK (while no Index) after change RDD

hi, Looks like you set oBrw:bSeek := nil We recommend not to. Instead oBrw:bSeek can be { || .f. } When the dbf is not indexed or not set to any index, the inbuilt bSeek returns .F. YES, i have try to SET bSeek to NIL my "Problem" ...
by Jimmy
Mon May 08, 2023 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

Re: Error XBROWSE SEEK (while no Index) after change RDD

... Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SEEK( 9409 ) This error occurred while executing the line Eval( ::bSeek, ... ) Looks like you set oBrw:bSeek := nil We recommend not to. Instead oBrw:bSeek can be { || .f. } When the dbf is not indexed or not set to any index, ...
by nageswaragunupudi
Sat May 06, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

group on oBrw:Report

... % 2 =0 , oRep:lShadow :=.F.,oRep:lShadow :=.T.) } on report give me this https://i.postimg.cc/j204FFb5/ko.png it looks like it does the group but then it doesn't, it looks like it's not indexed but actually i index the odbf file but maybe not the oBrw it gets the ...
by Silvio.Falconi
Tue May 02, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: group on oBrw:Report
Replies: 1
Views: 142

Re: Whether a point belongs to a polygon

Jimmy, thank you for your help! I tried it. It looks like everything is correct. :D
by Natter
Mon May 01, 2023 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Whether a point belongs to a polygon
Replies: 2
Views: 169
PreviousNext

Return to advanced search