Search found 2969 matches: insert

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: 146

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: 146

To nages : modify of a xbrowse

... this xbrowse with an array https://i.postimg.cc/Mp3kGctt/gor.png when I modify 4th column and the string is "45" i can insert only 2 space how I can resolve ? I made WITH OBJECT oBrwFilter      :bPastEof     := { ||  AddRow( oBrwFilter ) }      :bKeyDown ...
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: 146

Re: Filter on Xbrowse

... by" 1) married 2) unmarried 2) if I click in the second checkbox (age) the procedure must further change the dimensions of the xbrowse and insert the three possibilities with radioitems above 1) 20 2) 40 3) over 50 https://i.postimg.cc/zB7jyJ2Z/kk.png #include 'fivewin.ch'#include ...
by Silvio.Falconi
Thu May 02, 2024 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 702

Filter on Xbrowse

... for example I would like to know the married and the unmarried when I click on the first checkbox the procedure must raise the xbrowse and insert two married / not moved radio controls if I click on the second checkbox it must raise the xbrowse and insert 3 checkboxes 50 years, 25 years, ...
by Silvio.Falconi
Thu May 02, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 702

DBCOMMIT() EN DBF - SQL AUTOMATICO ?

... #command dbcommit <(AREA)> => dbcommit_SQL( <(AREA)> ) function dbcommit_SQL(area) // obtener el replace x dbf // hacer el update (insert) sql return nil Gracias JONSSON RUSSI
by russimicro
Sun Apr 28, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 199

Re: colorize btnbmp with diagonal

...     BITMAP .\..\bitmaps\32x32\exit.bmp*/// FIN / END  Regards, saludos. certainly darling, but I wanted it automatically, I didn't want to insert the width and height of each button, if in a window I have 80 buttons all with different sizes, how many lines of source do you think I should ...
by Silvio.Falconi
Mon Apr 15, 2024 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 336

Re: FWHMYSQL Insert failing

Thank you, for your amazing support!
by vilian
Mon Apr 08, 2024 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

Re: FWHMYSQL Insert failing

Please connect to this server
Code: Select all  Expand view
maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )

and upload your tables there.
by nageswaragunupudi
Mon Apr 08, 2024 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

Re: FWHMYSQL Insert failing

Good Morning Mr Rao, I made a test with oCN:InsertSQ() and it's also returning a wrong sentence. It's returning this: INSERT INTO `folha` ( `cemp`,`nfolha`,`cmat`,`cvandes`,`cvdorig`,`val_inf`, `val_calc` ,`total_inc`,`filial`,`clotacao`,`prazo`,`situacao` ) VALUES ( '047','9WZ','00261','500','500',0, ...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

Re: Problem with valid email refresh btnbmp

Karinha,
For me it's no good
I have a dialog with many get , how row of source I must make for insert your source ?

look the sample's Nages , why here not run ?
by Silvio.Falconi
Mon Apr 08, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2567

Re: FWHMYSQL Insert failing

I sent through google chat a complete little sample to you. Please, try it.
by vilian
Sun Apr 07, 2024 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

Re: FWHMYSQL Insert failing

When you face such problems, I suggest you compare the
oCn:InsertSQL( ... )
with
oCn:CreateTableSQL( <table> )

or
Please create a small sample that we can execute at our end on the above cloud server.
by nageswaragunupudi
Sat Apr 06, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

Re: FWHMYSQL Insert failing

I did this small test function mariaInsert()   local oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )   ? "start"   oCn:DropTable( "testinsert" ...
by nageswaragunupudi
Sat Apr 06, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

FWHMYSQL Insert failing

Dear Friends, I'm having a huge problem with Insert/MySql. I have a Decimal field where I'm tryng to save the value 1(one), but it's saved as 0(zero). Bellow i'm showing a little sample where the problem is happening. function Main()LOCAL ...
by vilian
Fri Apr 05, 2024 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432
Next

Return to advanced search