Search found 6036 matches: run

Return to advanced search

Re: To nages : modify of a xbrowse

... I found this line on this forum on first colum I use :aCols[1]:nEditType := EDIT_LISTBOX :aCols[1]:aEditListTxt := acOperators I wish only it can run only when the oBrwFilter:nArrayAt not is 1 ( first row)
by Silvio.Falconi
Thu May 09, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 134

To nages : modify of a xbrowse

...           := .f.      :CreateFromCode()   END for the first column I wish it not show the listbox when is the first line of array this not run :aCols[1]:bEditBlock := { |r,c,oCol|IIF(!oBrwFilter:nArrayAt = 1, MsgInfo("Non puoi")) } for the 4th column I have problem because I cannot ...
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 134

Dynamic Table Filter Control

... (KHTML, like Gecko) Chrome/103.0.5060.53 Mobile Safari/537.36" ) oWebView:Bind( "SendToFWH" ) sleep( 300 ) oWebView:Run() oWebView:Destroy() return nil function Html() local cHtml TEXT INTO cHtml <!DOCTYPE html> <html lang="de"> <head> ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 59

Re: how to change the size of an xbrowse in runtime

...     (oBox[2]:Hide(), obrw:nBottomMargin:= oBrw:nTop+ 40 ,oBrw:refresh(.f.) ) ) ) first step seem run ok https://i.postimg.cc/W4vYtp6S/gggggg.gif
by Silvio.Falconi
Thu May 02, 2024 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 278

Reload data in a combobox

...   77898A99 00F5D850   00F5D870 7788453D 01ADE430 00000000 00000000 00000001 00000000 00000000 If I use one dimension for second combobox then run ok But I need two elements
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 124

Re: combobox color

... nClrBack ) )      RELEASE FONT oFont   endifreturn 1 https://imagizer.imageshack.com/v2/xq70/922/wpHLT8.png thanks rao run ok
by Silvio.Falconi
Mon Apr 29, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 560

Re: xbrowse problem with :bLClicked

You are right that AI still fails and make mistakes, but sometimes it offers you very useful hints :-) Ai not run his test never and make errors Please run this test you can see the modifies not run ok #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"request ...
by Silvio.Falconi
Mon Apr 22, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 124

Re: xbrowse problem with :bLClicked

...   )  ),  nil),;         Refresh_title(oBrw,oDlg,oDbf,cSection))} Bu then not run good, now when I click spacebar the buttons on buttonbar are changed and the record is not selected
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 124

Re: Runner XBase (RX)

Hello ! Version RunnerXbase 1.5 ready! --> https://runnerxbase.app New console method: If you just want to try small routines, then go in, paste code and run. You can run routines in PRG mode (you can try a simple Harbor routine) or you can run HTML ...
by Carles
Sat Apr 20, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1155

Re: Help to friends to Config Xmate with bcc7.7

... Puede copiar la LIBS de Harbour\lib\win\bcc a \harbour\lib sin ningún problema. total: 102 files. Regards, saludos. Allready tired but not run ok ya lo he probado Sabes por qué ? porque tal vez hay algo que se va a cargar en la carpeta win\bcc y no lo encuentra mientras que si uso xharbour ...
by Silvio.Falconi
Tue Apr 16, 2024 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 256

Re: Help to friends to Config Xmate with bcc7.7

I made a test with xharbour enviroment and the xmate run perfectly ( I am referring to an example of nages that you find in this topic https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44399) xharbour enviroment [Environment]Description ...
by Silvio.Falconi
Mon Apr 15, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 256

Re: Digital signing a document

... g_object_unref(document);    return 0;}  We can easily adap that code to Harbour or simply build an EXE from it and run it
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 529

Re: compile errors - send a SMS

I have run SMS with Twilio for the past 15 months. Here is my complete code implementation. * & # are used in spaces where specific client values must be substituted. Communications curl.exe -X POST https://api.twilio.com/2010-04-01/Accounts/****************/Messages.json ...
by TimStone
Fri Apr 12, 2024 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 375

Re: compile errors

I found this in the fourms... #pragma BEGINDUMP void __get_std_stream() {} void _chdir() {} #pragma ENDDUMP I added that and it compiles but when I run the program I get an error: "The procedure entry point curl_mime_addpart could not be located in the dynamic link library C:\Certus\CertusPIN2.exe" ...
by Jeff Barnes
Thu Apr 11, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 375

Re: Runner XBase (RX)

Thx a lot , Got it run ! great ...

how can edit config to codepage 950 or not listed ?

Thanks
by fred2088
Tue Apr 09, 2024 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1155
Next

Return to advanced search