Search found 6041 matches: add

Return to advanced search

Re: To nages : modify of a xbrowse

for the 4th column I have problem because I cannot insert more characters Add this code: oBrw:aCols[ 4 ]:nDataLen := n  // where n is the number of chars you want to enter OR oBrw:aCols[ 4 ]:lVarChar := .T.// AND/ORaCols[ 4 ]:nMaxLen ...
by Silvio.Falconi
Wed May 08, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 157

Re: To nages : modify of a xbrowse

for the 4th column I have problem because I cannot insert more characters


Add this code:
Code: Select all  Expand view
oBrw:aCols[ 4 ]:nDataLen := n  // where n is the number of chars you want to enter


OR

Code: Select all  Expand view
oBrw:aCols[ 4 ]:lVarChar := .T.
// AND/OR
aCols[ 4 ]:nMaxLen := n
by nageswaragunupudi
Wed May 08, 2024 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 157

Re: Slow EXE Launch.

... from the left menu. 3. Click on "Virus & threat protection settings". 4. Under "Exclusions", click on "Add or remove exclusions". 5. Click on "Add an exclusion" and select "Folder". 6. Browse to the folder where your executable ...
by karinha
Wed May 08, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 205

Re: Slow EXE Launch.

... from the left menu. 3. Click on "Virus & threat protection settings". 4. Under "Exclusions", click on "Add or remove exclusions". 5. Click on "Add an exclusion" and select "Folder". 6. Browse to the folder where your executable ...
by Antonio Linares
Wed May 08, 2024 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 205

xbrowse (likely a custom table) whose contents change dynam

... will use the Fetch API to send the selected filter values to the server. Here’s how you can modify your existing JavaScript to achieve this: Add a JavaScript function to handle the fetch request. Modify the existing change event handlers to call the new function. The JavaScript fetch function ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 67

Re: Silvo .. changes to your xMate environment

Super grateful, I'll take care of it and upload it to my Mega Upload. Use XHARBOUR, never HARBOUR. If you are using xHarbour you can just add -wb- compiler switch to suppress those warnings. Enrico, donde pongo el -wb- ? %hdir%\bin\harbour JIMMYSKI -wb- /n /m /w /es2 /gc3  /i%fwhdir%\include;%hdir%\include;%bcdir%\include ...
by karinha
Tue Apr 30, 2024 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 348

Re: Silvo .. changes to your xMate environment

karinha wrote:Super grateful, I'll take care of it and upload it to my Mega Upload. Use XHARBOUR, never HARBOUR.


If you are using xHarbour you can just add -wb- compiler switch to suppress those warnings.
by Enrico Maria Giordano
Tue Apr 30, 2024 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 348

Re: IA y Harbour Conceptos básicos

... Carles, por ahi van los tiros ... pero parece que es de pago To access the Inference Endpoints web application, you or your organization need to add a valid payment method to your Hugging Face account.
by Joaquim Ferrer
Mon Apr 29, 2024 11:47 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 334

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window


Please add this to your link script:
Code: Select all  Expand view
%bcdir%\lib\psdk\uxtheme.lib
by nageswaragunupudi
Fri Apr 26, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 250

Re: Report rpreview excel button disable not work



Dear Karinha,
Yes, I saw full suggestion and samples.
But I don't know where set error or need to add some code.
Any idea to study it?
by richard-service
Thu Apr 25, 2024 2:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 649

Re: New FWH 24.04

Dear Antonio, I add my some code into window.prg from 2404 class\window.prg when I compile and appear error below: Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright ...
by richard-service
Wed Apr 24, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 160

Exercism and Harbour

... languages. Exercism is open-source and not-for-profit." Currently there is no xbase language learning track. I have made a formal request to add a Harbour track on the expectation that Harbour is a good representative for the xbase family. Comments? -Bruce
by axtens
Mon Apr 22, 2024 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 206

Re: xbrowse problem with :bLClicked

... the double-click issue, it's because the `:bLDClickData` block is being executed immediately after the selection is toggled. To fix this, you can add a small delay before executing the `Edit_Comuni` function. Here's an example: oCol:bLDClickData := {|| SetKey( "KL", {|| ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: Servidor de mail propio y acuse de ENTREGA.

... use the Return-Receipt-To or Disposition-Notification-To headers. Here's how you can test it: Find an email client or service that allows you to add custom headers to your emails. Some popular options include: Mozilla Thunderbird with the "Header Control" add-on Microsoft Outlook with ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 392

Re: Error en librerias de Harbour MSVC

... You mean modify buildh32.bat file echo ws2_32.lib >> msvc.tmp echo shlwapi.lib >> msvc.tmp echo strmiids.lib >> msvc.tmp *NEW ADD echo ucrt.lib >> msvc.tmp IF EXIST %1.res echo %1.res >> msvc.tmp //@link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt ...
by richard-service
Thu Apr 18, 2024 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en librerias de Harbour MSVC
Replies: 4
Views: 141
Next

Return to advanced search