Search found 272 matches: actions

Return to advanced search

WebView resize

... 800) } Inside the function `fromjavascript(hPost)`, if the condition elseif hTemp['url'] == 'cancelform'` is met, the following actions are performed: logline("cancelform", ValToChar(hTemp)) oWebView:Terminate() oWebView:Destroy() Do you think it would be more effective ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

file ID in the Windows file system

... ID or if I copy a file to another folder?** When you interact with a file by renaming it or copying it, the underlying file system handles these actions with specific behaviors related to the file's unique identifier (File ID) and other metadata: 1. **Renaming a File to the ID:** - **Effect on ...
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: 628

Back after 10 years due to illness [ Javier Lloris ]

... thing as TBar but I created it because it helped me at work to create title bars and narrow button bars. Since I used it a lot, just changing the actions as parameters made my work faster. You can use it, modify it or not, that is up to you, in fact in the 2010 programs that I was creating for ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

help in marketing

Hey folks! Who has 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. ...
by Otto
Tue Oct 24, 2023 6:45 pm
 
Forum: mod_harbour
Topic: help in marketing
Replies: 0
Views: 440

Re: Harbour o xharbour que es mejor --

... la parte de Todas las descargas, y alli esta. El Harbour 64 bits para MSVC lo tienes aqui. https://github.com/FiveTechSoft/Harbour_builder/actions Es el Github de Antonio. Compiladores de recursos gratuito http://www.smorgasbordet.com/pellesc/ Aunque yo utilizo el ResEdit, me ...
by jvtecheto
Sat Aug 26, 2023 11:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour o xharbour que es mejor --
Replies: 5
Views: 468

Re: need Help with oBro:bSeek

... key starts inline cell edit, if the cell is editable. [A reason why we should not disturb the internal behavior of XBrowse by assigning different actions to common keys using bKeyDown] When FASTEDIT is true (oBrw:lFastEdit is .t.), pressing a permitted alpha numeric key starts inline cell edit, ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Error p/generar EXE usando UHTTPD2 en Windows

... beacuse UT produce plane html after read the html ( harbour fantastic prepocesor ) we works with javascript to draw the calendar and make actions to all butons this is javascript section HTML o                            <script>                function show( p ) {  ...
by wilsongamboa
Sun Aug 06, 2023 8:27 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1923

Re: Fivewin and ADO

... of creation, oBrw:aCols[ n ] may point to a different column. oBrw:oCol( n ) refers to the nth column at the time of creation. When we define some actions at runtime we should not use oBrw:aCols[ n ] but use oBrw:oCol( n ) or oBrw:oCol( cHeader )
by nageswaragunupudi
Fri Jun 09, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

simple image viewer - sample

... box. The image can be scrolled, and its progress bar is turned off by default. 5. **Buttons**: The program defines several buttons with different actions: - "Select Image": This button calls the `GetImage()` function to allow the user to select an image file to display. - "Print": ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 289

Re: Program is frozen

Antonio, excuse me, I don't understand - what does it mean to use the FWlog "here1"? In this case, there is no specific error, just the program stops responding to any actions
by Natter
Sun Jun 04, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 503

Understanding how autoGPT works...

... 3. GPT-3.5 powered Agents for delegation of simple tasks. 4. File output. PERFORMANCE EVALUATION: 1. Continuously review and analyze your actions to ensure you are performing to the best of your abilities. 2. Constructively self-criticize your big-picture behavior constantly. 3. Reflect ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

Re: StyleBrowse( oBrw ) ???

Dear Tim,

It seems as those action have not been implemented yet.

What actions would you suggest to implement for each action ?

What import and export should do ?

many thanks for your feedback
by Antonio Linares
Tue Dec 06, 2022 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: StyleBrowse( oBrw ) ???
Replies: 8
Views: 568

Re: Fivedbu - Import/Export

...   ACTION ( New( Alias(), cFileName ) ) //, oDlg:End() )  IMPORT and EXPORT have calls commented out. Do we have Import and Export actions for this file ?
by TimStone
Tue Dec 06, 2022 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: StyleBrowse( oBrw ) ???
Replies: 8
Views: 568

Re: Forcing to unlock a record

... to stop working, etc. That's why I'm looking for another way to unlock the locked records. Of course, I want only the administrator to do such actions.
by driessen
Wed Nov 16, 2022 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: Campo autoincremental en DBF

... 4, 0 } and they will work like autoincrement fields but without any assign restrictions. * harbour/src/rdd/dbf1.c + added new dbFieldInfo() actions: DBS_COUNTER - get/set autoincrement field counter DBS_STEP - get/set autoincrement field step
by carlos vargas
Thu Oct 27, 2022 10:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 771
Next

Return to advanced search