| |
|
|
- Page 1 - |
|
Detlef Jagolski | Hello together, can of/ one of you The Sonderzeichen (roter circle) explain? In others Programs dive tappt im dunkeln not. with db("fbSQLExec",db1&,SQLString$,0) in mode 0 no Sonderzeichen circle supra. with db("fbSQLExec",db1&,SQLString$,2) in mode 2 or GridBOX lever Sonderzeichen circle middle. or with voller Ausnutzung the Feldlänge go Sonderzeichen appended, circle under.
Greeting Detlef CompileMarkSeparation $P+
SetErrorLevel 0
Declare appexit%
Declare Box1&, Box2&
Declare SQLString$, SQLString2$, Count&
var Fbembed& = db("fbUseDLL", "fbembed.dll")
var db1& = db("fbInit","TEST","Test","Test.fdb")
SetTrueColor 1
WindowStyle $003F
WindowTitle "Test"
Window %maxX + 5,114 - 909,514
Cls RGB(192,192,192)
UseFont "MS Sans Serif",13,0,0,0,0
SetDialogFont 1
Box1&=Create("GridBox",%hwnd,"",1,20,100,800,80)
Box2&=Create("GridBox",%hwnd,"",1,20,300,800,80)
var Artikel$ ="4711"
SQLString$ = "SELECT ARTIKEL.Artikel_NR, ARTIKEL.Bez, ARTIKEL.Preis, BESTELLUNGEN.Menge, ARTIKEL.Preis * BESTELLUNGEN.Menge "
SQLString$ = SQLString$ + "AS VK From ARTIKEL INNER JOIN BESTELLUNGEN ON "
SQLString$ = SQLString$ + "ARTIKEL.Artikel_NR = BESTELLUNGEN.Artikel_NR WHERE (((ARTIKEL.ARTIKEL_NR) = :Artikel$))"
Count& = db("fbSQLExec",db1&,SQLString$,0)
Count& = db("fbSQLExec",db1&,SQLString$,Box1&)
SQLString2$ = "SELECT Artikel_NR, Bez, Preis FROM Artikel"
Count& = db("fbSQLExec",db1&,SQLString2$,Box2&)
SetWindowPos %hwnd = 207,114 - 909,514;0
WhileNot appexit%
WaitInput
If %key = 2
Let appexit%=1
ElseIf GetFocus(Box1&)
ElseIf %key = 4
' Fenstergröße
ElseIf %key = 5
' Hilfe
EndIf
Wend
db("fbDone", db1&)
FreeDLL Fbembed&
|
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/26/11 ▲ |
|
|
|
|
« this Posting watts as Solution marked. » |
|
Detlef Jagolski | Hello Roland,
have the area in CHAR changed and It's all right.
Erstmal thanks and will be it now my proposition testing.
Greeting
Detlef |
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/28/11 ▲ |
|
|
|
|
|
| Hi!
have You times the fbembed.dll?
which Sonderzeichen? Dou you mean whom Unterstrich _ ?
I see neither the your example something outputs and white not what You with "Kreis oben", "Kreis mitte" mean. |
|
|
| |
|
|
|
Detlef Jagolski | Hello IF!
my in the JPG whom first circle = supra etc.
Yes The Unterstriche or others characters.
Greeting
Detlef
[...] |
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/26/11 ▲ |
|
|
|
|
| Perhaps. binsch To thick by me becomes:
displayed. |
|
|
| |
|
|
|
Detlef Jagolski | understand so did i not Why with you nothing displayed becomes only the first. |
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/26/11 ▲ |
|
|
|
|
| i see not even Why at all something displayed becomes
Databases (then but mysql) akquiriere I from XProfan out yet always only over Connection on a Webserver -
FireBird be I do not firm but vlt. white Roland what there schief runs. ^^ |
|
|
| |
|
|
|
Detlef Jagolski | Hello Roland,
there of your Page a Solution To this Topic?
Greeting
Detlef |
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/27/11 ▲ |
|
|
|
|
Detlef Jagolski | has none a idea what the trouble is? |
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/28/11 ▲ |
|
|
|
|
RGH | I can the trouble of course understand, but a Instant-Solution have so did i not. How is because the first area definiert? and moreover: exit the trouble always only at first set on?
Greeting Roland |
|
|
| XProfan X2Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 08/28/11 ▲ |
|
|
|
|
Detlef Jagolski | the area is as ARTIKEL_NR VARCHAR(10) NOT NULL definiert and exit always in the first slot on.
Greeting
Detlef |
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/28/11 ▲ |
|
|
|
|
Detlef Jagolski | Hello Roland,
have the area in CHAR changed and It's all right.
Erstmal thanks and will be it now my proposition testing.
Greeting
Detlef |
|
|
| XProfan X4, PRFellow, Profan2Cpp - Version 2.0c-pre5, Windows 11 | 08/28/11 ▲ |
|
|
|