Watch Nadella describe SaaS apps as nothing more than a CRUD database with some business logic, but once the business logic moves to AI agents, SaaS is over
Search found 74 matches: status
Searched query: status
- Wed Dec 18, 2024 10:57 pm
- Forum: latest AI news
- Topic: AI Agents
- Replies: 1
- Views: 235
Re: AI Agents
https://x.com/MarceloPLima/status/1869389842054025382
- Wed Dec 18, 2024 9:46 pm
- Forum: Utilities / Utilidades
- Topic: Copilot for vscode finally free !!!
- Replies: 0
- Views: 293
Copilot for vscode finally free !!!
Really good news !!!
https://x.com/satyanadella/status/1869445091213095140
Working really fine!
https://github.com/copilot
https://x.com/satyanadella/status/1869445091213095140
Working really fine!
https://github.com/copilot
- Mon Nov 04, 2024 10:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Msgbar on dialog As MDICHILD inside a oWnd MDI
- Replies: 3
- Views: 423
Msgbar on dialog As MDICHILD inside a oWnd MDI
First of all I don't see the status bar (MsgBar) and I don't understand why it isn't created, I need the msgbar because I have to insert a progressbar, furthermore the dialog must be inside the oWnd Mdi and instead it is outside, why?
I create a dialog AS MDICHILD from a class, where I inserted the ...
I create a dialog AS MDICHILD from a class, where I inserted the ...
- Tue Oct 29, 2024 6:22 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: EU - Normas de responsabilidad del producto a la era digital
- Replies: 7
- Views: 689
- Thu Oct 10, 2024 7:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching to Web
- Replies: 2
- Views: 617
Switching to Web
... web-based solutions. We are also about to release our online version, which will then require a server.
**Risk Assessment for the Web Server**
**Status quo**
Currently, no web server is installed, which means there is no attack surface for web-based threats. In its current configuration, the server ...
**Risk Assessment for the Web Server**
**Status quo**
Currently, no web server is installed, which means there is no attack surface for web-based threats. In its current configuration, the server ...
- Mon Sep 30, 2024 6:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: imagelist on tree
- Replies: 15
- Views: 2795
Re: imagelist on tree
... Quartine" )
oItem4:Add( "Last" )
oItem4:Add( "item" )
return oTree
oBar 2 is another class I cannot publish it here but it is as a vertical status bar you can see on figure
rc file
open BITMAP "open.bmp"
close BITMAP "arrow.bmp"
#ifndef __64__
1 24 ".\winxp\WindowsXP.Manifest ...
oItem4:Add( "Last" )
oItem4:Add( "item" )
return oTree
oBar 2 is another class I cannot publish it here but it is as a vertical status bar you can see on figure
rc file
open BITMAP "open.bmp"
close BITMAP "arrow.bmp"
#ifndef __64__
1 24 ".\winxp\WindowsXP.Manifest ...
- Thu Sep 12, 2024 2:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Update data showed in xBrowse
- Replies: 13
- Views: 1557
Re: Update data showed in xBrowse
I'm using Eval(bBloco) because I have some status where a record can't be modified anymore, so if he is in this status, i don´t need resync it.
- Fri Jul 19, 2024 8:06 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: OPS caos en todo el mundo CROWDSTRIKE
- Replies: 3
- Views: 805
OPS caos en todo el mundo CROWDSTRIKE
Alguien tiene instalado este software de seguridad?
https://x.com/wearedmntrs/status/181423 ... AwHncvgTyg
https://x.com/wearedmntrs/status/181423 ... AwHncvgTyg
- Fri Jul 19, 2024 7:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need Help guide for my program.
- Replies: 38
- Views: 3144
Re: Need Help giide for my program
... invoices, and deposits.
- **Button Bar**: Contains buttons for quick access to invoices, deposits, clients, items, and exiting the program.
- **Status Bar**: Displays the current status and other information.
## 4. Clients Management
To manage clients, follow these steps:
1. Click on the ...
- **Button Bar**: Contains buttons for quick access to invoices, deposits, clients, items, and exiting the program.
- **Status Bar**: Displays the current status and other information.
## 4. Clients Management
To manage clients, follow these steps:
1. Click on the ...
- Tue Jul 16, 2024 8:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Curl for text messaging
- Replies: 23
- Views: 4380
Re: How to Curl for text messaging
... SMS sent succesffully" )
Logit( cLogFile, curl_easy_dl_buff_get( hCurl ) )
elseif Httpcode != 200 .AND. Httpcode != 201
Logit( cLogFile, { "SMS send failed, HTTP Status Code ", Httpcode } )
else
Logit( cLogFile, curl_easy_strerror( nError ) )
endif
endif
curl_global_cleanup()
Return nil
Logit( cLogFile, curl_easy_dl_buff_get( hCurl ) )
elseif Httpcode != 200 .AND. Httpcode != 201
Logit( cLogFile, { "SMS send failed, HTTP Status Code ", Httpcode } )
else
Logit( cLogFile, curl_easy_strerror( nError ) )
endif
endif
curl_global_cleanup()
Return nil
- Wed Jul 10, 2024 12:09 pm
- Forum: latest AI news
- Topic: Transformer by Hand
- Replies: 1
- Views: 4157
Transformer by Hand
https://x.com/ProfTomYeh/status/1809939766907228334
// Transformer by hand
function Main()
local aInput := { { 1, 1, 1, 1, 1 },;
{ 1, 0, 0, 1, -1 },;
{ 1, 1, 1, 1, 2 },;
{ 0, 1, 0, 0, 1 } }
local aAWM := { { 1, 1, 0, 1, 0 },;
{ 1, 0, 1, 1, 0 },;
{ 0, 0, 1, 1, 0 },;
{ 0, 1, 0, 0, 1 ...
// Transformer by hand
function Main()
local aInput := { { 1, 1, 1, 1, 1 },;
{ 1, 0, 0, 1, -1 },;
{ 1, 1, 1, 1, 2 },;
{ 0, 1, 0, 0, 1 } }
local aAWM := { { 1, 1, 0, 1, 0 },;
{ 1, 0, 1, 1, 0 },;
{ 0, 0, 1, 1, 0 },;
{ 0, 1, 0, 0, 1 ...
- Fri Jul 05, 2024 2:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Btnbmp disabled
- Replies: 4
- Views: 577
Re: Btnbmp disabled
Hi Silvio,
what about show a Gray Style Bitmap on tbtnbmp ?
Fivewin have
in \source\winapi\bmpdraw.c
to draw Bitmap in Gray Style to show Disable Status
what about show a Gray Style Bitmap on tbtnbmp ?
Fivewin have
Code: Select all | Expand
HB_FUNC( DRAWGRAY ) // ( hDC, hBitmap, nRow, nCol, nWidth, nHeight ) --> nil
to draw Bitmap in Gray Style to show Disable Status
- Tue Jul 02, 2024 7:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: EZTexting Send Message
- Replies: 8
- Views: 880
EZTexting Send Message
... application/json' )
Logit( cLogFile,"EndPoint:" + cEndPoint )
Logit( cLogFile,"Parameters:" + cParms )
oHttp:Send( cParms )
If oHttp:status == 200 .OR. oHttp:status == 201
cResponse := oHttp:ResponseText()
nResponse := hb_JsonDecode( cResponse,@oResponse )
Else
MsgStop( oHttp:status ...
Logit( cLogFile,"EndPoint:" + cEndPoint )
Logit( cLogFile,"Parameters:" + cParms )
oHttp:Send( cParms )
If oHttp:status == 200 .OR. oHttp:status == 201
cResponse := oHttp:ResponseText()
nResponse := hb_JsonDecode( cResponse,@oResponse )
Else
MsgStop( oHttp:status ...
- Sun Jun 23, 2024 9:12 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: centrar mensaje en statusbar
- Replies: 4
- Views: 597
centrar mensaje en statusbar
... en la barra de mensajes de una ventana. Tengo dias buscando como quitarle el efecto 3d pero no he podido.
Buscando en el foro me encuentro con la StatusBar, me da el efecto plano que quiero, pero no se como centrar los mensajes.
Ya revise la clase y no veo ninguna clausula que se relacione con ...
Buscando en el foro me encuentro con la StatusBar, me da el efecto plano que quiero, pero no se como centrar los mensajes.
Ya revise la clase y no veo ninguna clausula que se relacione con ...
- Fri Jun 14, 2024 3:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como paso un codigo de VB 10 a FWH
- Replies: 3
- Views: 766
Re: Como paso un codigo de VB 10 a FWH
... FiveWin/Harbour. Aquí tienes una aproximación de cómo podrías hacerlo:
xBase
#include 'FUSION.CH'
PROCEDURE Main()
LOCAL c_Fusion, IpFusion, Status, SubStatus, Tipo, NroTurno, InfoTurno, Ret
Status := ""
SubStatus := ""
IpFusion := "192.168.0.44"
c_Fusion := Fusion():new()
c_Fusion ...
xBase
#include 'FUSION.CH'
PROCEDURE Main()
LOCAL c_Fusion, IpFusion, Status, SubStatus, Tipo, NroTurno, InfoTurno, Ret
Status := ""
SubStatus := ""
IpFusion := "192.168.0.44"
c_Fusion := Fusion():new()
c_Fusion ...