Hi to all.
I wish to ask you a suggestion to find the I am making an error.
This bash on a Linux machine works perfectly. Using a command-line utility from MS I can extract some records from another server with SQL-Server.
#!/bin/bash
cUser='admin'
cPass='Max61'
cServer='125.15.13.12'
cQuery ...
Search found 1549 matches: wish
Searched query: wish
- Fri Feb 14, 2025 3:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Odbc error on Linux
- Replies: 2
- Views: 127
- Fri Feb 14, 2025 11:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: set check menu opoup from btnbmp
- Replies: 0
- Views: 111
set check menu opoup from btnbmp
... oPop
Function test(oPop,oBtn)
local n
Msginfo("change")
for n=1 to len(oPop:aItems)
oPop:aItems[n]:SetCheck(.f.)
next n
oBtn:refresh()
return nil
and I wish checked a item of this menu How I must make ?
it not found aItems
If I make oPop:aItems[2]:SetCheck(.t.)
not run make error
Function test(oPop,oBtn)
local n
Msginfo("change")
for n=1 to len(oPop:aItems)
oPop:aItems[n]:SetCheck(.f.)
next n
oBtn:refresh()
return nil
and I wish checked a item of this menu How I must make ?
it not found aItems
If I make oPop:aItems[2]:SetCheck(.t.)
not run make error
- Fri Feb 07, 2025 1:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: AEvalWhen problems RESOLVED
- Replies: 1
- Views: 314
AEvalWhen problems RESOLVED
I have two get and two btnbmp
https://i.postimg.cc/nhybCGxw/dd.png
at init the btnbmp must be as you see it on picture
I not wish disabled because then I see a gray button ( bad to see)
I wish activate the btnbmp when the valid when Of the get is valid
each button have a baction
the problem ...
https://i.postimg.cc/nhybCGxw/dd.png
at init the btnbmp must be as you see it on picture
I not wish disabled because then I see a gray button ( bad to see)
I wish activate the btnbmp when the valid when Of the get is valid
each button have a baction
the problem ...
- Fri Jan 31, 2025 2:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: multi dimensional array
- Replies: 2
- Views: 4950
multi dimensional array
How can I create and edit with xbrowse multi dimensional array of the type
{"Campo1",.t.,1,"nomedbf",{"test1","test2","test3"} ,0}
I wish add/edit only the subarray {"test1","test2","test3"}
but an init I have {"Campo1",.t.,1,"nomedbf",{} ,0}
and I wish edit only the sub array {} 5 field of main ...
{"Campo1",.t.,1,"nomedbf",{"test1","test2","test3"} ,0}
I wish add/edit only the subarray {"test1","test2","test3"}
but an init I have {"Campo1",.t.,1,"nomedbf",{} ,0}
and I wish edit only the sub array {} 5 field of main ...
- Mon Jan 20, 2025 9:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: search a image
- Replies: 4
- Views: 7805
search a image
I wish search a folder into a database to change an Image from a combobox
@ 152, 10 COMBOBOX aGet[1] VAR cAzienda ITEMS aAziende SIZE 370,90 PIXEL OF oDlg;
ON CHANGE ChangeComboBoxItem(aGet[1], oBmp01, oAziende)
FUNCTION ChangeComboBoxItem(oComboBox, oBmp01, oAziende)
LOCAL cSelectedItem ...
@ 152, 10 COMBOBOX aGet[1] VAR cAzienda ITEMS aAziende SIZE 370,90 PIXEL OF oDlg;
ON CHANGE ChangeComboBoxItem(aGet[1], oBmp01, oAziende)
FUNCTION ChangeComboBoxItem(oComboBox, oBmp01, oAziende)
LOCAL cSelectedItem ...
- Tue Dec 31, 2024 5:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Milestone Achieved: WINHOTEL as a Web Application
- Replies: 5
- Views: 816
Milestone Achieved: WINHOTEL as a Web Application
... Both the room plan and the dashboard navigation were programmed using pure HTML and JavaScript. I believe this is a great advantage for the future.
I take this opportunity to wish you a happy New Year and all the best for 2025.
Warm regards,
Otto
https://mybergland.com/fwforum/azzomax.gif
I take this opportunity to wish you a happy New Year and all the best for 2025.
Warm regards,
Otto
https://mybergland.com/fwforum/azzomax.gif
- Tue Dec 31, 2024 2:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To all the FW family
- Replies: 10
- Views: 1195
Re: To all the FW family
Wish you all a merry new year!
Roberto Chiaiese
Roberto Chiaiese
- Tue Dec 24, 2024 3:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To all the FW family
- Replies: 10
- Views: 1195
Re: To all the FW family
Wish all friends Merry Christmas and Happy and Prosperous New Year
- Tue Dec 24, 2024 3:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To all the FW family
- Replies: 10
- Views: 1195
To all the FW family
I Wish you a Merry Christmas filled with love and joy
sincerely
Marcelo Via
sincerely
Marcelo Via
- Thu Dec 19, 2024 6:38 am
- Forum: mod_harbour
- Topic: Felices Fiestas a todos
- Replies: 4
- Views: 947
Felices Fiestas a todos
... Os deseo unas felices fiestas y un 2025 cargado de proyectos para todos.
Friends, with a bit of luck today I will finish the day and start a vacation that I think is well deserved. I wish you a happy holiday and a 2025 full of projects for everyone.
https://i.postimg.cc/d3kdY5mh/campana.png
Friends, with a bit of luck today I will finish the day and start a vacation that I think is well deserved. I wish you a happy holiday and a 2025 full of projects for everyone.
https://i.postimg.cc/d3kdY5mh/campana.png
- Wed Dec 11, 2024 9:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: using treeview
- Replies: 0
- Views: 457
using treeview
I made a tree with checkboxes
https://i.postimg.cc/bwWJH0n7/tree1.png
when I click on first main option "Estratti" I wish the procedure select each submenu are on menu 1, so how make it ?
then To check wich option are checked I made
oTree:OnClick = { || CheckStatus( oTree, oTree:aItems, @atipic ...
https://i.postimg.cc/bwWJH0n7/tree1.png
when I click on first main option "Estratti" I wish the procedure select each submenu are on menu 1, so how make it ?
then To check wich option are checked I made
oTree:OnClick = { || CheckStatus( oTree, oTree:aItems, @atipic ...
- Mon Dec 09, 2024 11:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: create a circle colored in a dialog
- Replies: 5
- Views: 708
create a circle colored in a dialog
I wish create a circle colored into a dialog ... why I not see the ellipse ?
Notice
each color is created in the circle as if in triangles
https://i.postimg.cc/qv7dH8Gz/jj.png
Problem the circle is black
not load colors
#include "FiveWin.ch"
#define PI 3.14159265359
FUNCTION Main ...
Notice
each color is created in the circle as if in triangles
https://i.postimg.cc/qv7dH8Gz/jj.png
Problem the circle is black
not load colors
#include "FiveWin.ch"
#define PI 3.14159265359
FUNCTION Main ...
- Wed Nov 27, 2024 8:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview question
- Replies: 1
- Views: 624
Webview question
I wish show a html into a webview control I insert on oDlg2 ( second dialog of Tpages control)
it' is possibile show a html ?
sample:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html><head>
<style type="text/css">
pre{font-family:monospace;font-size:14px;white-space:pre;color ...
it' is possibile show a html ?
sample:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><html><head>
<style type="text/css">
pre{font-family:monospace;font-size:14px;white-space:pre;color ...
- Tue Nov 26, 2024 4:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy birthday dear Antonio
- Replies: 11
- Views: 2114
Re: Happy birthday dear Antonio
Dear Antonio,
Wish you many more Happy Returns of the Day.
Stay Blessed with Good Health and Joy.
-Ramesh Babu P
Wish you many more Happy Returns of the Day.
Stay Blessed with Good Health and Joy.
-Ramesh Babu P
- Tue Nov 26, 2024 2:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy birthday dear Antonio
- Replies: 11
- Views: 2114
Re: Happy birthday dear Antonio
Happy birthday Antonio, I wish all good for you my friend!!!