Questions tagged [intraweb-10]

5 questions
4
votes
3 answers

Ressources for IntraWeb / VCL for the Web

I am aware of the news groups at atozed.intraweb.* as well as the online manual and pdf manual, Bob Swart's IntraWeb book, and the spellbook. Some of these resources are outdated, some are rather minimalistic. Are there other sources available? This…
Ralph M. Rickenbach
  • 12,893
  • 5
  • 29
  • 49
2
votes
2 answers

Intraweb question about improperly working (radiobutton)?

HI, I created 4 radiobuttons in a intraweb application. One is checked by default, the rest is not. The belong to the same group called group. (I set the group properly of each TIWradiobutton) There is twiimage image which has click event. In that…
Aftershock
  • 5,205
  • 4
  • 51
  • 64
2
votes
1 answer

Derive IntraWeb forms from parent and not TIWAppForm directly - error in IDE

I have forms in my application that I derive from a common ancestor, like: TAtFormBaseIW = class( TIWAppForm ) and TAtFormExplorerIW = class( TAtFormBaseIW ) This works for certain forms, but not for others. Let me make a wild guess: it seems to…
Ralph M. Rickenbach
  • 12,893
  • 5
  • 29
  • 49
1
vote
1 answer

Unable to access SQL table from appl running as service

I have a small test application, made with Delphi 10.3.1 as an Stand Alone HTTPSYS Intraweb service. It has an ADOConnection and a ADOTable and in FormShow of unit1, I open the connection, and the table and reads the first 10 rows and add them to a…
lscshj
  • 63
  • 6
0
votes
2 answers

Focus an IntraWeb IWTreeView on a selected item

I have a rather lengthy tree view (IWTreeView) in a IWRegion (ClipRegion:= True) with one node selected. How do I focus that node such that it is visible for the user after a render? The What I do so far: In Delphi tree.Selected:=…
Ralph M. Rickenbach
  • 12,893
  • 5
  • 29
  • 49