Search found 31 matches: yesno

Return to advanced search

show DELETED Record in XBROWSE

... cPath, cFile, cAlias, cRdd )   SET DELETED ON but when call   oBrwDBF:Delete( .T. ) // what is Parameter .T. for ? i got a "YesNo Box" and after "Yes" Record disappear in XBROWSE ... :? so how configure XBROWSE to "show" DELETED Record which i can ...
by Jimmy
Fri May 26, 2023 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 472

Re: como saber si un objeto tomó el :end() o no ??

Hola Antonio. Aqui te dejo los dos prgs en donde trato de explicarte el problema que se me presenta. el Primero, en el cual se construye un formulario y se integran TIMERS para controlar su duracion. Define Dialog oDlg resource "AD_Empresa" title 'Registro de Datos de la Empresa' oDlg:lHe...
by JoseAlvarez
Wed Mar 08, 2017 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber si un objeto tomó el :end() o no ??
Replies: 10
Views: 1305

Re: FWH's Calendar class

... work, I created a working new GET on a selected calendar-position ( doesn't cover something, I want to see ). A second left-mouseclick opens a YESNO ( if a year-selection is visible ), if You want to reset to old date. Is it better, to RESET without a YESNO-question, after closing the get ? ...
by ukoenig
Wed Nov 06, 2013 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH's Calendar class
Replies: 13
Views: 5424

Re: XBrowse with Add,Modify,Delete methods (13.07)

... cTitle for MsgYesNo?. oBrw:Delete() is a core function which does the job. This has no inbuilt message. I suggest the programmer to implement a yesno message and call this method when appropriate. Reason: In my view core functions should avoid as much as possible messages to the "user" ...
by nageswaragunupudi
Tue Sep 10, 2013 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with Add,Modify,Delete methods (13.07)
Replies: 5
Views: 3531

Re: msgyesno - Exit with ESC is possible?

... NORMAL-style, or do You want to create Your own fancy ones ? There will be a new Tool-update in a short time. You can close the messages on ESC. YesNo is the selection OPTION ( Button 4 ) You can change / test the message-background from selection. Any tests of background-combinations ( Window ...
by ukoenig
Mon Aug 26, 2013 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: msgyesno - Exit with ESC is possible?
Replies: 3
Views: 749

Re: Oracle via ADO/ODBC

Field type BIT works with MSSQL, MSACCESS ( same as YESNO) also, just like MYSQL and SQLITE3 Please see the more elaborate functions in FWH 13.07. Let me address your earlier post. We are now supporting MSACCESS, MSSQL, MYSQL, SQLITE3 and ORACLE. Except ...
by nageswaragunupudi
Tue Jul 30, 2013 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6030

Creating Acces Table from dbf : working example + discussio

... cQuery += aFlds[ i, DBS_NAME ] + " INT, " Values are -1 or o (integer) , in the code from rick it is logical cSQL += "[Married] Yesno NULL, " 3) Code from enrico , column salary shows the numbers*100 !!!! Why ? Main question : can the code from enrico be improved ? Frank ...
by Franklin Demont
Mon Jul 01, 2013 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating Acces Table from dbf : working example + discussio
Replies: 0
Views: 561

xBrowse ON OFF checkbox does not work in FWH1203

... noticed that inserting a check box in xBrowse has changed .. Please review my code and let me know what I am doing wrong ? The Ado Fieldtype is YesNo .. and has worked in prior versions .. Thanks Rick Lipkin ps TestXbr3.prg is not working either .. just have a column .T. or .F. for Married Column ...
by Rick Lipkin
Thu Apr 05, 2012 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ON OFF checkbox does not work in FWH1203
Replies: 4
Views: 953

TestImg Example

... TestImage.prg from the \samples folder .. I am selecting an Image .. it Loads .. and I am asking if the User wants to Keep the selected File ( YesNo ) .. In Order for the User to see the file the oImage:LoadBmp( gcFile ) has to load. The only way I could figure out how to Work the No Save .. ...
by Rick Lipkin
Mon Jan 09, 2012 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestImg Example
Replies: 9
Views: 3639

XML communication with another program

... catalog        ShowCatalog( cFndVin, "Auto Shop Writer" ) // Now lets parse the data  IF MsgYesNo( "Save the part to the workorder ?" )   ParseCatalog( cRet, cWrkOrd )  ENDIF     RETURN NIL ...
by TimStone
Fri Oct 07, 2011 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML communication with another program
Replies: 4
Views: 1288

Re: Unable to Delete Sheet in Excel File

... I don't know what does it wrong? If the sheet is empty, delete works without any problem. But when the sheet contains some data, Excel displays an YesNo alert to the user to confirm deletion. You could not see this alert because Excel is still not visible. In such a case, excel simply assumes that ...
by dutch
Sun Sep 04, 2011 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to Delete Sheet in Excel File
Replies: 6
Views: 1328

Re: Unable to Delete Sheet in Excel File

... I don't know what does it wrong? If the sheet is empty, delete works without any problem. But when the sheet contains some data, Excel displays an YesNo alert to the user to confirm deletion. You could not see this alert because Excel is still not visible. In such a case, excel simply assumes that ...
by nageswaragunupudi
Fri Sep 02, 2011 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to Delete Sheet in Excel File
Replies: 6
Views: 1328

Re: New Arrangement of MSGWAIT- ALERT- and YESNO-function

A Counter added : ( calculated with < Interval * Counter >, define Intervall for 1 Second ) Maybe some Improvements possible ? http://www.pflegeplus.com/pictures/counter5.jpg MSG_RUN(oBrush3, oBigFont, oTxtfont, ; // Brush, Headfont, Textfont "Attention", ; // Headlin...
by ukoenig
Sun May 01, 2011 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Arrangement of MSGWAIT- ALERT- and YESNO-function
Replies: 8
Views: 3669

Re: New Arrangement of MSGWAIT- ALERT- and YESNO-function

I made simply in this mode I calc the with of ctext before to create the dialog ( sometimes is good see the classes of fivewin because they are a good school for us !!!!) #define SIZE_BOTTOM 13 #define SIZE_RIGHT 40 FUNCTION msgYesNo(cText, oWnd, cTitle,cparser) Local nBottom := SIZE_BOTTOM Local nR...
by Silvio
Fri Apr 29, 2011 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Arrangement of MSGWAIT- ALERT- and YESNO-function
Replies: 8
Views: 3669

Re: New Arrangement of MSGWAIT- ALERT- and YESNO-function

Silvio, You have to do many Calculations. The calculation is the same in all Functions : MSG_ALERT(oBrush, ; oFont1, ; oFont2, ; cTitle, ; cTxt1, ; cTxt2, ; cTxt3, ; nColor1, nColor2, ; nSpace, nTop, nLeft, ; cImage1, cImage2) http://www.pflegeplus.com/pictures/dlgsize.jpg 1. Get the...
by ukoenig
Fri Apr 29, 2011 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Arrangement of MSGWAIT- ALERT- and YESNO-function
Replies: 8
Views: 3669
Next

Return to advanced search