Search found 592 matches: success

Return to advanced search

Re: Hide/show search system on a dialog

nageswaragunupudi wrote:Use
oCtrl:Hide() for all the controls you want to Hide() and use oCtrl:Show() when you want to show.


in reality I had already thought about it and had tried it without success.
probably at a certain time of night it is better to abandon and go to sleep.

:)
by Silvio.Falconi
Mon Mar 18, 2024 8:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1158

Re: Por qué el error en este SELECT?

Mr. Rao: Thanks for your advice but I haven't success Here is my code SELECT HDR_ODC,HDR_FDE,HDR_CAN,HDR_DOL,HDR_TDC,HDR_SUR,HDR_IMS,HDR_TRA,HDR_VIA,HDR_EQU,HDR_NMN,HDR_PRV,HDR_PRO,HDR_CON,HDR_CDP,HDR_SOL,HDR_TOU,HDR_IMP,HDR_PDD,HDR_DSC,HDR_SUB,HDR_PDI,HDR_IVA,HDR_NET,HDR_RIS,HDR_IIS,HDR_RIV,HDR_IIV,HDR_FLE,HDR_TOT,HDR_PAG,HDR_CYV,HDR_MDO,HDR_ISS,HDR_EYH,HDR_IND,HDR_CAR,HDR_EENINTO ...
by Armando
Mon Mar 04, 2024 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 261

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

... fantastic. If you want a system to make programs this is the realistic scenario. If you just want to spit out a few data by doing a simple ? { 'success' => .t., 'data' => '...' } is enough. If this is what you want, it is very simple.... but is it really enough? There are many topics to ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 759

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

... APP sends the data with AJAX and how on the server a program gets the data and appends to a DBF file. We delete the local storage if we get back success from the server. If there raises a problem, the data remains stored in the local storage of the web browser. Best regard, Otto https://mybergland.com/localstorage_clip0.jpg ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 759

Re: HTML code in a TPanel class

... Error -2147352567) WINOLE/1007 Download della risorsa specificata non riuscito. (0x800C0008): msxml3.dll then I also tried with hbcurl with no success
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: 1347

Re: Conectarse con mariaDB

Esta es la típica situación en que preguntarle a chatGPT ó similar, te empieza a dar sugerencias muy válidas: Insisto: usen la IA para obtener ideas generales y luego profundizen :-) brew install mysql Install MySQL Connector/C: Make sure you have MySQL Connector/C installed on your macOS. You can d...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9775

Re: Merry Christmas and a Happy New Year

Merry Christmas to everyone and success for 2024.

Thank you to everyone who helped me by answering my questions.

:D
by Ari
Thu Dec 21, 2023 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Merry Christmas and a Happy New Year
Replies: 13
Views: 1712

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... provided by FWH, even if we use a different font? I tried it with the font 'unscii' from http://viznut.fi/unscii/ , unfortunately without success! This has nothing to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 935

help in marketing

... already done some marketing for modharbour.org today? Share your actions and motivate others! Marketing and PR are essential for modharbour.org's success. Here are some reasons: Increase Awareness: Effective marketing makes the project more known. Community Building: PR and marketing attract supporters, ...
by Otto
Tue Oct 24, 2023 6:45 pm
 
Forum: mod_harbour
Topic: help in marketing
Replies: 0
Views: 438

hbcurl xharbour

... cNFSeResp :=oCli:ReadAll() RespC := oCli:GetCookies() // Captura cookie ENDIF //oCli:Close() ENDIF ENDIF ENDIF If Alltrim(cNFSeResp) == '{"success":1,"logout":1}' CurSorArrow() oCli:Close() MsgBeep() MsgAlert("Não foi possível conectar ao site de averbação!","Atenção") ...
by wartiaga
Tue Jul 18, 2023 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcurl xharbour
Replies: 1
Views: 221

Re: Webview question

Is it posible to insert a value to an input using oWebView:InjectJavascript()? I tried with no success. #include "FiveWin.ch"static oWebViewfunction Main()   local oWnd   DEFINE WINDOW oWnd TITLE "Consulta de Comprobantes"   oWnd:Center()  ...
by ralph
Mon Jul 17, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2923

Re: Seeking your thoughts. UPDATED

... do with his printer, but at this point we've isolated it to his computer/printer. He has removed and reinstalled the printer ( drivers ) with no success. I'll close this issue for now.
by TimStone
Tue Jun 13, 2023 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 650

Search on Array with Xbrowse (exe crash)

Ho create a search on array with Xbrowse ? I saw allready the sample xbsortcb.prg I inser a get to search into xbrowse but with no success on function ArrBrw( aData ) the command COMBOBOX oBrw:oSortCbx not order the columns https://i.postimg.cc/JhDX9Vsx/f.png function Main()  ...
by Silvio.Falconi
Mon May 29, 2023 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on Array with Xbrowse (exe crash)
Replies: 0
Views: 134

Re: Manifest

... with 32 bit, but I have not found any that work with 64 bit. Some will produce errors with both builds. I put in a lot of time, and cannot achieve success. My program seems to run without a manifest file, but maybe something would be better if I include one. Finally, If I specify the manifest file ...
by TimStone
Thu Nov 03, 2022 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1774

Re: Harbour + BI

... BI easily can: 1) Allow the users select from a easy way what they want to see; 2) Identify trends and patterns; 3) Determine problem and success areas 4) Create DashBoards from the selected datas; 5) Generate reports in PDF, HTMl formats and others;
by vilian
Fri Sep 23, 2022 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + BI
Replies: 9
Views: 702
Next

Return to advanced search