Search found 526 matches: displays

Return to advanced search

Re: cloud or not cloud

... that load. They enter data all day long, and have large amounts on each screen. The software works as they have desired, and provides screen displays with all of the information they want to have available at one time. I have not seen that much detail handled quickly on web based software. ...
by TimStone
Wed Nov 13, 2024 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4128

Re: Adjusting the setup program

... show the result of a "prompt" to the AI as a continuation of the setup program. Could you create a function for the edit-btn button that displays all the values of the elements in a simple table? Please include headers for the tabs in the table. Best regards, Otto https://mybergland.com/fwforum/totable.gif
by Otto
Wed Oct 30, 2024 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 223

Re: Extending SetScope()

... articles, the program does an ordwildseek() and compiles the records (recnos()) into an array. Then oBrowse switches to "ARRAY" mode and displays the records of the collected array. The advantage of the process is that it is very fast. In addition, OrdWildSeek() does two searches, first ...
by paquitohm
Sat Oct 19, 2024 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 1234

Re: New FWH 24.09

... of FWH. To test, I rebuild the program files in 24.07 and it works correctly. The problem: Build panels creates two panels. The one on the right displays all of the available times, and any appointments. The one on the left is a date picker. Now, with 24.09, the date picker panel no longer displays. ...
by Antonio Linares
Tue Oct 15, 2024 2:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 5934

Re: New FWH 24.09

... of FWH. To test, I rebuild the program files in 24.07 and it works correctly. The problem: Build panels creates two panels. The one on the right displays all of the available times, and any appointments. The one on the left is a date picker. Now, with 24.09, the date picker panel no longer displays. ...
by TimStone
Mon Oct 14, 2024 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 5934

Re: Esperar a que termine la plicaion llamada con ShellExecute

... values ??for the second parameter of the WAITRUN() function: 0 - Hides the window and passes the activation to another window. 1 - Activates and displays a window. If the window is minimized or maximized, Windows restores it to its original size and position (same as 9). 2 - Activates a window ...
by karinha
Sun Oct 13, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Esperar a que termine la plicaion llamada con ShellExecute
Replies: 7
Views: 613

Re: To Nages : searching Xbrowse ( normal and tree)

... Notice instead if we search for the name "frank" from the normal browse and then switch to tree browse , the procedure displays only the names "Frank" which should also be displayed when searching in tree tha sample with search function modifications #include ...
by Silvio.Falconi
Fri Sep 13, 2024 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : searching Xbrowse ( normal and tree)
Replies: 2
Views: 416

Re: Need Help giide for my program

... 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 **Clients** button ...
by Otto
Fri Jul 19, 2024 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2742

Re: Propuesta para que hagan un curso virtual FW

... Permissions: The application verifies if the user has supervisor or administrator rights (xSUPER = 'Y' .or. xAdmin = "Y"). If not, it displays an error message and exits. Connect to Database: The application opens a DBF file named "Owner" which contains owner information. ...
by Otto
Fri Jul 12, 2024 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 40169

Re: also for obrw nheight

... an error and I haven't found the error if the user activates a checkbox the procedure automatically activates a panel, the one that is free and displays it and inserts the controls for searching on xbrowse if the user deactivates a checkbox the procedure deactivates the corresponding panel (at ...
by Silvio.Falconi
Fri May 17, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 1232

Re: hb_base64encode() stays empty

... microsoft cdo object. I get perfectly fine base64 output. When I insert it to https://base64.guru/converter/decode/image it successfully displays my image. https://mybergland.com/ruth/baseguru.png This leads me to believe that the unwanted characters are added by the microsoft ...
by Ruth
Fri May 17, 2024 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 1440

New FTDN April 2024 (FWH 24.04)

... oCn ) --> oAdoErr Returns Ado Error and then clears the error. - Enhanced: function FW_ShowAdoError( oCn, [lSilent = .f.], [er] ) The function displays (if not silent) and/or logs error and/or evaluates bOnError set earlier and clears the error Returns oAdoError - Enhanced: function Fw_OpenAdoConnection( ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2436

Re: also error with btnbmp SHOWPOPUP

...       if ValType( oPopup ) == 'B'         oWnd:oPopUp:End()  // error here      endif  If the function MenuContextual(..) displays popup menu on its own and then returns NIL, you should use ACTION MenuContextual( Self, .... )
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 2670

Re: FW_MemoEdit error

... crashes when the dialog is enlarged I noticed a congruence, that is, rtfdemo.prg creates a rtfdemo.rtf file which, if opened with fw_memoedit , displays in one way, if opened with Office Word or with OpenOffice , displays in another way, for example the fourth page is displayed differently in ...
by Silvio.Falconi
Sun Jan 28, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 639

Back after 10 years due to illness [ Javier Lloris ]

... podéis descargar los programas y clases. I show you an image, I have marked in red the bars that are created automatically. I hope Google Drive displays the images because I seem to remember that it was as public. (In some things like these I don't remember very well how they worked or how they ...
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: 689
Next

Return to advanced search